Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-05-20 | * NEWS: Note HTTP key fetching. | David Shaw | 1 | -4/+3 | |
* README: Update version and note that HKP is no longer build in. * configure.ac: Handle --disable-http and other code to properly build gpgkeys_http. | |||||
2004-02-26 | * README: Update copyright. | David Shaw | 1 | -3/+3 | |
* NEWS: Note --max-output, --list-config, --min-cert-level, AIX fix, new http-proxy keyserver-option, new LDAP server code, TLS, LDAPS, and --show-session-key with --symmetric. | |||||
2004-02-13 | Require libksba 0.9.4 and libgcrypt 1.1.92. | Werner Koch | 1 | -10/+6 | |
2004-01-29 | * README: Updated. | Werner Koch | 1 | -17/+114 | |
2004-01-29 | (parse_dn_part): Map common OIDs to human readable | Werner Koch | 1 | -4/+8 | |
labels. Make sure that a value won't get truncated if it includes a Nul. | |||||
2004-01-28 | * NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, and | David Shaw | 1 | -0/+7 | |
Elgamal removal. * README, configure.ac: Add --enable-key-cache=SIZE configure option. This sets the key/uid cache size. Default is 4096. | |||||
2004-01-27 | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 1 | -2/+2 | |
smartcard applications. | |||||
2003-12-23 | * README-alpha: Removed.V1-9-3 | Werner Koch | 1 | -10/+12 | |
* configure.ac, Makefile.am: Add the tests and tools directories. | |||||
2003-12-01 | * NEWS: Note --disable-rsa. | David Shaw | 1 | -10/+39 | |
* configure.ac: Add --disable-rsa. * README: Add --with-zlib, --with-bzip2, --without-bzip2, --disable-rsa, and --enable-minimal. Update gettext version. | |||||
2003-12-01 | * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt. | David Shaw | 1 | -14/+13 | |
2003-11-27 | about to release 1.3.4 | Werner Koch | 1 | -1/+1 | |
2003-10-08 | * call-agent.c (agent_scd_getattr): Don't clear the passed info | Werner Koch | 1 | -0/+4 | |
structure, so that it can indeed be updated. * card-util.c (fpr_is_zero): New. (generate_card_keys): New. (card_edit): New command "generate". * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call to check_smartcard. (check_smartcard,show_smartcard): Removed. (show_sha1_fpr,fpr_is_zero): Removed. * app-openpgp.c (do_getattr): Support SERIALNO and AID. | |||||
2003-08-26 | * NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIG | David Shaw | 1 | -3/+10 | |
--status-fd tag. * README: Add a note about the SunOS symbol underscore problem and how to fix it. Note problem with gcc < 2.96 and non-gnu as. | |||||
2003-08-05 | Cleanups, fixes and PC/SC support | Werner Koch | 1 | -1/+37 | |
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -1/+2 | |
2003-05-11 | * configure.ac: Remove some stuff no longer needed with newer autoconf. | David Shaw | 1 | -52/+64 | |
Use AC_GNU_SOURCE instead of defining _GNU_SOURCE manually. Add check for strchr() for gettext. Add "ngettext" check for gettext, since that check supposedly implies a check for bind_textdomain_codeset. Add check for times() for random.c. Fix URL for EGD. Make --enable-old-tiger match the stable branch as a separate item. * NEWS: "OpenPGP" trust model is now "PGP". Add note about TIGER being dropped from OpenPGP. Note trust bug fix. * README: Fix all URLs to point to the right place in the reorganized gnupg.org web pages. Some minor language fixes. | |||||
2003-04-29 | * configure.ac (ALL_LINUGAS): Removed. | Werner Koch | 1 | -3/+2 | |
* Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5. | |||||
2003-04-23 | * configure.ac: Big warning that TIGER/192 is being removed from the | David Shaw | 1 | -2/+2 | |
standard, and make it disabled by default. * README: Put back proper copyright line. Remove mention of TIGER/192. | |||||
2003-04-07 | * configure.ac: Use much more accurate method to determine whether | David Shaw | 1 | -2/+25 | |
DNS SRV is usable. * README: Document the various --disable-xxx switches, and add a note about existing keys that may use one of the missing ciphers as a preference. Update copyright date. * NEWS: Add note about SHA-256/384/512. * acinclude.m4: Fix URL to faqprog.pl. | |||||
2003-01-09 | Updated from latest NewPG project | Werner Koch | 1 | -2/+2 | |
2002-11-13 | * THANKS: Changes from stable branch. | David Shaw | 1 | -7/+9 | |
* configure.ac: Check for ctermid(). From Werner on stable branch. * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. From Werner on stable branch. * configure.ac (try_gettext): Remove special case for cygwin. This removes all the DOS specific macros and let Cygwin work like a real OS. Needs a couple of changes elsewhere but after all, GnuPG presents itself much more like a Posix program and can be used in a full Cygwin environment; e.g. used along with mutt. Changes suggested by Volker Quetschke. From Werner on stable branch. * acinclude.m4 (GNUPG_SYS_NM_PARSE): Allow for underscore in test symbols. Useful for Cygwin builds. (GNUPG_SYS_SYMBOL_UNDERSCORE): Don't hardwire to yes for Cygwin. From Werner on stable branch. * README: Add an installation note for Darwin 6.1. From Werner on stable branch. | |||||
2002-10-19 | * configure.ac: Bumped version number to 1.9.0-cvs. | Werner Koch | 1 | -2/+2 | |
2002-10-19 | Merged Top directory of NewPG with GnuPG. | Werner Koch | 1 | -541/+261 | |
2002-10-16 | * README: Some typo fixes from Florian Weimer, and bump version number. | David Shaw | 1 | -12/+13 | |
2002-09-11 | * configure.ac (random_modules): The default random module for | Werner Koch | 1 | -1/+1 | |
system lacking a /dev/random is now auto selected at runtime. | |||||
2002-09-10 | typo fixes and new credits. | Werner Koch | 1 | -1/+1 | |
2002-09-02 | * gnupg.7: New mini man page. | Werner Koch | 1 | -12/+3 | |
* README: Removed the note about a development version so that we later don't forget this. Minor other changes. | |||||
2002-08-30 | * configure.ac (random_modules): Reworked the code to select the | Werner Koch | 1 | -1/+3 | |
random module. Define USE_ALL_RANDOM_MODULES for value all. | |||||
2002-08-06 | minor doc fixes. | Werner Koch | 1 | -5/+1 | |
2002-08-03 | The big extension module removal. | Werner Koch | 1 | -4/+3 | |
2002-07-30 | * README, configure.ac: --with-exec-path is now clarified into | David Shaw | 1 | -5/+4 | |
--disable-keyserver-path | |||||
2002-07-04 | * README: Document --disable-exec, --disable-photo-viewers, | David Shaw | 1 | -0/+23 | |
--disable-keyserver-helpers, --enable-exec-path, and --with-photo-viewer. * configure.ac: Add --with-photo-viewer to lock the viewer at compile time and --disable-keyserver-helpers and --disable-photo-viewers to allow disabling one without disabling the other. | |||||
2002-07-01 | * INSTALL: Replaced by generic install file.V1-1-90 | Werner Koch | 1 | -14/+158 | |
* README: Marked as development version and moved most stuff of the old INSTALL file to here. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -10/+490 | |
2001-07-04 | Add more warningsABANDONED-V-1-2-0 | Werner Koch | 1 | -0/+4 | |
2000-12-21 | Does now work with libgcrypt | Werner Koch | 1 | -8/+0 | |
2000-11-14 | About to release 1.1.2V1-1-2 | Werner Koch | 1 | -1/+1 | |
2000-11-14 | Some configuration changes | Werner Koch | 1 | -509/+3 | |
1999-09-18 | Setup development branch | Werner Koch | 1 | -6/+15 | |
1999-09-06 | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1 | -63/+48 | |
1999-09-02 | See ChangeLog: Thu Sep 2 16:40:55 CEST 1999 Werner Koch | Werner Koch | 1 | -15/+20 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -5/+5 | |
1999-08-04 | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1 | -40/+110 | |
1999-07-23 | See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9 | Werner Koch | 1 | -1/+12 | |
1999-07-14 | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch | Werner Koch | 1 | -12/+1 | |
1999-06-26 | See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch | Werner Koch | 1 | -13/+14 | |
1999-06-16 | See ChangeLog: Wed Jun 16 20:16:21 CEST 1999 Werner Koch | Werner Koch | 1 | -68/+68 | |
1999-06-02 | See ChangeLog: Wed Jun 2 14:17:19 CEST 1999 Werner Koch | Werner Koch | 1 | -73/+81 | |
1999-05-06 | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1 | -26/+23 | |
1999-04-09 | See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner Koch | Werner Koch | 1 | -68/+67 | |