Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -9/+4 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2010-11-23 | Change stack size for Wince. | Werner Koch | 1 | -0/+1 | |
Allow for a longer agent atartup under wince. Print gpg output via estream. | |||||
2010-06-17 | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 1 | -0/+1 | |
2010-03-24 | More changes for CE. gpgsm does now build and run a keylisting. | Werner Koch | 1 | -1/+2 | |
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -2/+1 | |
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -1/+1 | |
New tool gpg-check-pattern. | |||||
2007-07-05 | Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5 | Werner Koch | 1 | -2/+2 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-26 | More W32 related changes | Werner Koch | 1 | -2/+2 | |
2007-06-21 | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 1 | -0/+1 | |
Windows. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -1/+1 | |
See the ChangeLogs for details. | |||||
2007-01-30 | Added LIBINTL to more Makefile targets. | Werner Koch | 1 | -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-24 | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). | |||||
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 1 | -4/+3 | |
2006-10-10 | Various changes | Werner Koch | 1 | -3/+3 | |
2006-09-20 | Cleanups. | Werner Koch | 1 | -2/+11 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -1/+1 | |
2005-11-13 | Added qualified signature features. | Werner Koch | 1 | -1/+2 | |
2005-10-08 | agent/ | Marcus Brinkmann | 1 | -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-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -55/+0 | |
2005-06-01 | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 1 | -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 for | Werner Koch | 1 | -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 used | Werner Koch | 1 | -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-15 | A whole bunch of changes to allow building for W32. | Werner Koch | 1 | -4/+4 | |
2004-12-07 | * asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname. | Werner Koch | 1 | -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-30 | Preparing a new release. Updated gettext | Werner Koch | 1 | -1/+3 | |
2004-02-12 | * Makefile.am (AM_CPPFLAGS): Pass directory constants via -D; this | Werner Koch | 1 | -5/+6 | |
will allow to override directory names at make time. | |||||
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -6/+33 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-04-07 | * DETAILS: Don't specify which hash is used to make up the namehash since | David Shaw | 1 | -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-09 | Copied wrong files. Fixed. | Werner Koch | 1 | -27/+8 | |
2003-01-09 | taken from NewPG | Werner Koch | 1 | -56/+21 | |
2002-09-12 | * Makefile.am (EXTRA_DIST): Include gnupg-32.reg | Werner Koch | 1 | -1/+1 | |
2002-09-02 | * gnupg.7: New mini man page. | Werner Koch | 1 | -2/+2 | |
2002-07-01 | * Makefile.am: Due to problems with VPATH builds we don't try to | Werner Koch | 1 | -16/+21 | |
build the texi vesions of the manual pages anymore automatically. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -23/+58 | |
2000-12-21 | Does now work with libgcrypt | Werner Koch | 1 | -4/+1 | |
2000-11-14 | Some configuration changes | Werner Koch | 1 | -5/+8 | |
2000-08-22 | See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+4 | |
2000-03-13 | See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch | Werner Koch | 1 | -13/+20 | |
2000-02-08 | Add some libgcrypt dox | Werner Koch | 1 | -15/+17 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-09-06 | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1 | -14/+8 | |
1999-07-14 | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch | Werner Koch | 1 | -4/+6 | |
1999-06-16 | See ChangeLog: Wed Jun 16 20:16:21 CEST 1999 Werner Koch | Werner Koch | 1 | -10/+8 | |
1999-05-27 | See ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch | Werner Koch | 1 | -7/+0 | |
1998-10-17 | . | Werner Koch | 1 | -1/+1 | |
1998-09-29 | *** empty log message *** | Werner Koch | 1 | -1/+1 | |
1998-09-28 | *** empty log message *** | Werner Koch | 1 | -1/+10 | |