summaryrefslogtreecommitdiffstats
path: root/THANKS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [scd] Memory leak fix.Werner Koch2009-10-281-0/+1
| | | | | [g13] Send MOUNTPOINT status line
* Make bug reporting address easier changeable.Werner Koch2009-07-211-0/+1
|
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-0/+1
| | | | | Still one problem left; marked with a gcc #warning.
* Fix for bug#1066.Werner Koch2009-06-021-0/+1
| | | | | A couple of minor changes.
* Add missing option strings.Werner Koch2009-03-021-0/+1
|
* Fix bug 901.Werner Koch2008-12-081-0/+1
|
* Cosmetic fixWerner Koch2008-10-291-0/+1
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+1
| | | | | Cleanups
* Fix !EROFS bug.Werner Koch2008-08-011-0/+1
| | | | | Doc updates
* add gpg-zip man page.Werner Koch2008-05-061-0/+2
|
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-0/+1
| | | | | Minor cleanups.
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+1
| | | | | Fixed W32 compare_filenames
* Updated to automake 1.10.Werner Koch2007-05-041-0/+1
| | | | | | Use latest texinfo.tex. Typo and grammar fix.
* Add new SVN only file README.maintWerner Koch2007-02-261-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 Koch2007-01-311-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 Koch2007-01-301-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.1Werner Koch2006-11-281-0/+1
|
* Made some PIN pads work.Werner Koch2006-11-201-0/+1
| | | | | Some cleanups for 64 bit CPUs.
* FixesWerner Koch2006-10-191-0/+2
|
* Migrated more stuff to doc/Werner Koch2006-08-211-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 Koch2006-08-171-8/+271
|
* The BELPIC card does now work.Werner Koch2005-09-061-0/+1
|
* * keylist.c (email_kludge): Reworked.Werner Koch2005-07-201-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 Koch2005-05-311-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 usedWerner Koch2005-03-031-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 Koch2004-09-091-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 theWerner Koch2004-04-201-3/+3
| | | | | | dummy function because we conditionally use fopencookie, fpencookie or a replacement at place.
* (vasprintf): ARGS should not be a pointer. FixedWerner Koch2003-11-131-0/+2
| | | | | segv on Solaris. Reported by Andrew J. Schorr.
* Merged Top directory of NewPG with GnuPG.Werner Koch2002-10-191-230/+1
|
* * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom forWerner Koch2002-10-121-0/+1
| | | | | NetBSD. Reported by Christian Biere.
* * THANKS: Remove duplicate.David Shaw2002-09-241-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 Koch2002-09-101-1/+3
|
* * configure.ac (random_modules): Reworked the code to select theWerner Koch2002-08-301-0/+1
| | | | | random module. Define USE_ALL_RANDOM_MODULES for value all.
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-231-0/+1
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* The big extension module removal.Werner Koch2002-08-031-0/+1
|
* Add another item to the NEWS file.Werner Koch2002-08-021-0/+1
|
* Update head to match stable 1.0David Shaw2002-06-291-6/+117
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-2/+2
|
* See ChangeLog: Thu Oct 28 16:17:46 CEST 1999 Werner KochWerner Koch1999-10-281-1/+1
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-98/+101
|
* See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner KochWerner Koch1999-09-151-0/+1
|
* See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1Werner Koch1999-09-151-1/+1
|
* See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1999-09-061-0/+3
|
* See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1999-08-301-0/+2
|
* See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner KochWerner Koch1999-07-261-0/+1
|
* See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9Werner Koch1999-07-231-1/+1
|
* See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner KochWerner Koch1999-07-131-1/+2
|
* See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner KochWerner Koch1999-06-151-0/+1
|
* See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner KochWerner Koch1999-05-171-1/+2
|
* See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner KochWerner Koch1999-05-061-0/+1
|