aboutsummaryrefslogtreecommitdiffstats
path: root/sm/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-23Change stack size for Wince.Werner Koch1-0/+1
Allow for a longer agent atartup under wince. Print gpg output via estream.
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+1
2010-03-24More changes for CE. gpgsm does now build and run a keylisting.Werner Koch1-1/+2
2010-03-10Merged jnlib into common.Werner Koch1-2/+1
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-1/+1
New tool gpg-check-pattern.
2007-07-05Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch1-2/+2
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-26More W32 related changesWerner Koch1-2/+2
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-0/+1
Windows.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-1/+1
See the ChangeLogs for details.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch1-1/+1
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
2006-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2006-10-17Pth tweaks and improved estream.cWerner Koch1-4/+3
2006-10-10Various changesWerner Koch1-3/+3
2006-09-20Cleanups.Werner Koch1-2/+11
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-1/+1
2005-11-13Added qualified signature features.Werner Koch1-1/+2
2005-10-08agent/Marcus Brinkmann1-2/+2
2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-55/+0
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch1-2/+2
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-04-21(gpgsm_validate_chain): Check revocations even forWerner Koch1-1/+2
expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not.
2005-03-03* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch1-1/+1
--ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.
2004-12-15A whole bunch of changes to allow building for W32.Werner Koch1-4/+4
2004-12-07* asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.Werner Koch1-2/+3
* w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled.
2004-09-30Preparing a new release. Updated gettextWerner Koch1-1/+3
2004-02-12* Makefile.am (AM_CPPFLAGS): Pass directory constants via -D; thisWerner Koch1-5/+6
will allow to override directory names at make time.
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-6/+33
'GNUPG-1-9-BRANCH'.
2003-04-07* DETAILS: Don't specify which hash is used to make up the namehash sinceDavid Shaw1-4/+12
it may change in the future. * samplekeys.asc: Updated. * gpg.sgml: Document "revuid". Clarify that --openpgp resets --pgpX. Some cleanup of --no-xxx options, make sure that all SGML tags are closed, clarify --pgp8 allows SHA-256, and document --no-emit-version. * Makefile.am: Allow CVS version to build without faqprog.pl.
2003-01-09Copied wrong files. Fixed.Werner Koch1-27/+8
2003-01-09taken from NewPGWerner Koch1-56/+21
2002-09-12* Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch1-1/+1
2002-09-02* gnupg.7: New mini man page.Werner Koch1-2/+2
2002-07-01* Makefile.am: Due to problems with VPATH builds we don't try toWerner Koch1-16/+21
build the texi vesions of the manual pages anymore automatically.
2002-06-29Update head to match stable 1.0David Shaw1-23/+58
2000-12-21Does now work with libgcryptWerner Koch1-4/+1
2000-11-14Some configuration changesWerner Koch1-5/+8
2000-08-22See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner KochWerner Koch1-2/+4
2000-03-13See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner KochWerner Koch1-13/+20
2000-02-08Add some libgcrypt doxWerner Koch1-15/+17
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-0/+2
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-1/+1
1999-09-06See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1-14/+8
1999-07-14See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner KochWerner Koch1-4/+6
1999-06-16See ChangeLog: Wed Jun 16 20:16:21 CEST 1999 Werner KochWerner Koch1-10/+8
1999-05-27See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner KochWerner Koch1-7/+0
1998-10-17.Werner Koch1-1/+1
1998-09-29*** empty log message ***Werner Koch1-1/+1
1998-09-28*** empty log message ***Werner Koch1-1/+10
1998-07-14syncWerner Koch1-1/+1