Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-09-06 | * configure.ac: Required newer versions of some libraries.V1-9-1 | Werner Koch | 1 | -2/+7 | |
* misc.c (openpgp_pk_algo_usage): Allow AUTH where SIGN is allowed. * keygen.c (ask_passphrase): No need to allocated S2K in secure memory. * scdaemon.c (main): --pcsc-driver again defaults to pcsclite. David Corcoran was so kind to remove the GPL incompatible advertisng clause from pcsclite. * apdu.c (apdu_open_reader): Actually make pcsc-driver option work. | |||||
2003-08-18 | * Makefile.am: Add OPENSC_LIBS to all programs. | Werner Koch | 1 | -0/+4 | |
* scdaemon.c, scdaemon.h: New option --disable-opensc. * card.c (card_open): Implement it. * apdu.c (open_osc_reader, osc_send_apdu): New. (apdu_open_reader) [HAVE_OPENSC]: Use the opensc driver if not disabled. (error_string) [HAVE_OPENSC]: Use sc_strerror. (send_apdu) [HAVE_OPENSC]: Call osc_apdu_send. | |||||
2003-08-05 | Bumbed version number | Werner Koch | 1 | -0/+4 | |
2003-08-05 | About to release the first 1.9 version. | Werner Koch | 1 | -3/+6 | |
2003-08-05 | Cleanups, fixes and PC/SC support | Werner Koch | 1 | -0/+10 | |
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -0/+2 | |
2003-01-09 | Updated from latest NewPG project | Werner Koch | 1 | -3/+15 | |
2002-10-19 | * configure.ac: Bumped version number to 1.9.0-cvs. | Werner Koch | 1 | -83/+4 | |
2002-10-19 | Merged Top directory of NewPG with GnuPG. | Werner Koch | 1 | -1261/+51 | |
2002-10-18 | Bumped version number for cvs version | Werner Koch | 1 | -0/+4 | |
2002-10-18 | * configure.ac: Changed version number comments. | Werner Koch | 1 | -2/+2 | |
(ALL_LINGUAS): Removed all except for de. During development it might not be a good idea to keep all of them - they get outdated too soon and diff files will be far too large. | |||||
2002-10-17 | * README: Multiple A record rotation works with MINGW32 now, and clarify | David Shaw | 1 | -2/+3 | |
how it works with LDAP. | |||||
2002-10-15 | * NEWS: Some 1.3 notes. | David Shaw | 1 | -0/+29 | |
2002-09-24 | * THANKS: Remove duplicate. | David Shaw | 1 | -12/+7 | |
* NEWS: Bring in cosmetic changes from stable branch. * configure.ac: Figure out whether the LDAP library supports ldap_get_option, ld_errno, or neither. | |||||
2002-09-18 | From stable branch | David Shaw | 1 | -0/+4 | |
2002-09-14 David Shaw <[email protected]> * configure.ac: Try linking LDAP without -lresolv first, just in case the platform has libresolv, but doesn't actually need it to use LDAP. 2002-09-12 David Shaw <[email protected]> * NEWS: Note that the old IDEA plugin won't work with post-1.1.90 gpg. | |||||
2002-09-12 | * configure.ac: Remove --enable-external-hkp as this is always on now. | David Shaw | 1 | -0/+3 | |
Add --disable-hkp to match the other --disable-{keyservertype} options. * NEWS, configure.ac: Move to devel version 1.3. | |||||
2002-09-11 | Bumped version number | Werner Koch | 1 | -0/+4 | |
2002-09-11 | About to release 1.1.92 | Werner Koch | 1 | -1/+1 | |
2002-09-11 | * configure.ac (random_modules): The default random module for | Werner Koch | 1 | -1/+5 | |
system lacking a /dev/random is now auto selected at runtime. | |||||
2002-09-10 | typo fixes and new credits. | Werner Koch | 1 | -1/+2 | |
2002-09-09 | * NEWS: typo. | David Shaw | 1 | -1/+2 | |
* configure.ac: Add a link test for LDAP without -lresolv for HPUX. Remove "hstrerror" test as it is no longer needed. | |||||
2002-09-02 | Moved some items from TODO to NEWS. | Werner Koch | 1 | -0/+4 | |
2002-08-30 | * configure.ac (random_modules): Reworked the code to select the | Werner Koch | 1 | -2/+7 | |
random module. Define USE_ALL_RANDOM_MODULES for value all. | |||||
2002-08-27 | * NEWS: Clarify that --libexecdir is a configure option. | David Shaw | 1 | -2/+2 | |
* configure.ac: Check for hstrerror. | |||||
2002-08-19 | * NEWS: Document new ways to enable MDC, and change in automatic | David Shaw | 1 | -0/+13 | |
compression disabling. * configure.ac: No such thing as the "none" random gather any longer. | |||||
2002-08-19 | Short note about interactive and import. | Werner Koch | 1 | -0/+3 | |
2002-08-08 | * configure.ac: Add an --enable-tiger. | David Shaw | 1 | -0/+9 | |
* NEWS: Clarify new permission checks. | |||||
2002-08-06 | minor doc fixes. | Werner Koch | 1 | -0/+6 | |
2002-08-04 | * configure.ac: Bumbed version number. | Werner Koch | 1 | -0/+3 | |
2002-08-04 | * configure.ac (ALL_LINGUAS): Added Catalan. | Werner Koch | 1 | -1/+1 | |
Prepared release. | |||||
2002-08-03 | The big extension module removal. | Werner Koch | 1 | -0/+4 | |
2002-08-02 | Add another item to the NEWS file. | Werner Koch | 1 | -0/+4 | |
2002-07-30 | * NEWS: changes since 1.1.90. | David Shaw | 1 | -0/+24 | |
2002-07-01 | * configure.ac: Set version number to 1.1.91. | Werner Koch | 1 | -0/+4 | |
2002-07-01 | * INSTALL: Replaced by generic install file.V1-1-90 | Werner Koch | 1 | -2/+2 | |
* 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 | -27/+277 | |
2000-12-19 | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 1 | -0/+4 | |
that external library. | |||||
2000-11-14 | About to release 1.1.2V1-1-2 | Werner Koch | 1 | -3/+3 | |
2000-10-06 | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+2 | |
2000-10-04 | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+2 | |
2000-09-18 | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+32 | |
2000-08-22 | See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+6 | |
2000-07-28 | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 1 | -0/+81 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -0/+5 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+8 | |
1999-09-07 | See ChangeLog: Tue Sep 7 17:08:10 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+9 | |
1999-09-06 | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-09-02 | See ChangeLog: Thu Sep 2 16:40:55 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+3 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+10 | |
1999-08-04 | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1 | -0/+5 | |