Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [scd] Memory leak fix. | Werner Koch | 2009-10-28 | 1 | -0/+1 |
| | | | | | [g13] Send MOUNTPOINT status line | ||||
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 2009-06-24 | 1 | -0/+1 |
| | | | | | Still one problem left; marked with a gcc #warning. | ||||
* | Fix for bug#1066. | Werner Koch | 2009-06-02 | 1 | -0/+1 |
| | | | | | A couple of minor changes. | ||||
* | Add missing option strings. | Werner Koch | 2009-03-02 | 1 | -0/+1 |
| | |||||
* | Fix bug 901. | Werner Koch | 2008-12-08 | 1 | -0/+1 |
| | |||||
* | Cosmetic fix | Werner Koch | 2008-10-29 | 1 | -0/+1 |
| | |||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 1 | -0/+1 |
| | | | | | Cleanups | ||||
* | Fix !EROFS bug. | Werner Koch | 2008-08-01 | 1 | -0/+1 |
| | | | | | Doc updates | ||||
* | add gpg-zip man page. | Werner Koch | 2008-05-06 | 1 | -0/+2 |
| | |||||
* | Fix a bug in the ambigious name detection. | Werner Koch | 2008-03-20 | 1 | -0/+1 |
| | | | | | Minor cleanups. | ||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 1 | -0/+1 |
| | | | | | Fixed W32 compare_filenames | ||||
* | Updated to automake 1.10. | Werner Koch | 2007-05-04 | 1 | -0/+1 |
| | | | | | | Use latest texinfo.tex. Typo and grammar fix. | ||||
* | Add new SVN only file README.maint | Werner Koch | 2007-02-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto. | ||||
* | Included LIBICONV in all Makefiles. | Werner Koch | 2007-01-31 | 1 | -0/+1 |
| | | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message. | ||||
* | Added LIBINTL to more Makefile targets. | Werner Koch | 2007-01-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Preparing 2.0.1 | Werner Koch | 2006-11-28 | 1 | -0/+1 |
| | |||||
* | Made some PIN pads work. | Werner Koch | 2006-11-20 | 1 | -0/+1 |
| | | | | | Some cleanups for 64 bit CPUs. | ||||
* | Fixes | Werner Koch | 2006-10-19 | 1 | -0/+2 |
| | |||||
* | Migrated more stuff to doc/ | Werner Koch | 2006-08-21 | 1 | -0/+1 |
| | | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | ||||
* | More man pages. | Werner Koch | 2006-08-17 | 1 | -8/+271 |
| | |||||
* | The BELPIC card does now work. | Werner Koch | 2005-09-06 | 1 | -0/+1 |
| | |||||
* | * keylist.c (email_kludge): Reworked. | Werner Koch | 2005-07-20 | 1 | -1/+2 |
| | | | | | | | * certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto | ||||
* | * agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link. | Werner Koch | 2005-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | * dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link. | ||||
* | * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used | Werner Koch | 2005-03-03 | 1 | -1/+2 |
| | | | | | | | | | --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. | ||||
* | (check_for_running_agent): New. | Werner Koch | 2004-09-09 | 1 | -2/+2 |
| | | | | | | | | (main): The default action is now to check for an already running agent. (parse_rereadable_options): Set logfile only on reread. (main): Do not print the "is development version" note. | ||||
* | * configure.ac: Remove the fopencookie test. We don't need the | Werner Koch | 2004-04-20 | 1 | -3/+3 |
| | | | | | | dummy function because we conditionally use fopencookie, fpencookie or a replacement at place. | ||||
* | (vasprintf): ARGS should not be a pointer. Fixed | Werner Koch | 2003-11-13 | 1 | -0/+2 |
| | | | | | segv on Solaris. Reported by Andrew J. Schorr. | ||||
* | Merged Top directory of NewPG with GnuPG. | Werner Koch | 2002-10-19 | 1 | -230/+1 |
| | |||||
* | * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom for | Werner Koch | 2002-10-12 | 1 | -0/+1 |
| | | | | | NetBSD. Reported by Christian Biere. | ||||
* | * THANKS: Remove duplicate. | David Shaw | 2002-09-24 | 1 | -1/+0 |
| | | | | | | | | * NEWS: Bring in cosmetic changes from stable branch. * configure.ac: Figure out whether the LDAP library supports ldap_get_option, ld_errno, or neither. | ||||
* | typo fixes and new credits. | Werner Koch | 2002-09-10 | 1 | -1/+3 |
| | |||||
* | * configure.ac (random_modules): Reworked the code to select the | Werner Koch | 2002-08-30 | 1 | -0/+1 |
| | | | | | random module. Define USE_ALL_RANDOM_MODULES for value all. | ||||
* | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 2002-08-23 | 1 | -0/+1 |
| | | | | | | re-recreate a distribution from CVS. Some minor other fixes. | ||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -0/+1 |
| | |||||
* | Add another item to the NEWS file. | Werner Koch | 2002-08-02 | 1 | -0/+1 |
| | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -6/+117 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner Koch | Werner Koch | 1999-10-28 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -98/+101 |
| | |||||
* | See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner Koch | Werner Koch | 1999-09-15 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1999-09-06 | 1 | -0/+3 |
| | |||||
* | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1999-08-30 | 1 | -0/+2 |
| | |||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9 | Werner Koch | 1999-07-23 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch | Werner Koch | 1999-07-13 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1999-06-15 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1999-05-06 | 1 | -0/+1 |
| |