aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Preparing for 1.9.2 release.V1-9-2Werner Koch2003-11-171-1/+3
|
* * call-agent.c (agent_scd_getattr): Don't clear the passed infoWerner Koch2003-10-081-0/+5
| | | | | | | | | | | | | | | 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.
* Post release version number updateWerner Koch2003-09-061-0/+5
|
* * configure.ac: Required newer versions of some libraries.V1-9-1Werner Koch2003-09-061-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.
* * Makefile.am: Add OPENSC_LIBS to all programs.Werner Koch2003-08-181-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.
* Bumbed version numberWerner Koch2003-08-051-0/+4
|
* About to release the first 1.9 version.Werner Koch2003-08-051-3/+6
|
* Cleanups, fixes and PC/SC supportWerner Koch2003-08-051-0/+10
|
* Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch2003-06-271-0/+2
|
* Updated from latest NewPG projectWerner Koch2003-01-091-3/+15
|
* * configure.ac: Bumped version number to 1.9.0-cvs.Werner Koch2002-10-191-83/+4
|
* Merged Top directory of NewPG with GnuPG.Werner Koch2002-10-191-1261/+51
|
* Bumped version number for cvs versionWerner Koch2002-10-181-0/+4
|
* * configure.ac: Changed version number comments.Werner Koch2002-10-181-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.
* * README: Multiple A record rotation works with MINGW32 now, and clarifyDavid Shaw2002-10-171-2/+3
| | | | | how it works with LDAP.
* * NEWS: Some 1.3 notes.David Shaw2002-10-151-0/+29
|
* * THANKS: Remove duplicate.David Shaw2002-09-241-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.
* From stable branchDavid Shaw2002-09-181-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.
* * configure.ac: Remove --enable-external-hkp as this is always on now.David Shaw2002-09-121-0/+3
| | | | | | | Add --disable-hkp to match the other --disable-{keyservertype} options. * NEWS, configure.ac: Move to devel version 1.3.
* Bumped version numberWerner Koch2002-09-111-0/+4
|
* About to release 1.1.92Werner Koch2002-09-111-1/+1
|
* * configure.ac (random_modules): The default random module forWerner Koch2002-09-111-1/+5
| | | | | system lacking a /dev/random is now auto selected at runtime.
* typo fixes and new credits.Werner Koch2002-09-101-1/+2
|
* * NEWS: typo.David Shaw2002-09-091-1/+2
| | | | | | * configure.ac: Add a link test for LDAP without -lresolv for HPUX. Remove "hstrerror" test as it is no longer needed.
* Moved some items from TODO to NEWS.Werner Koch2002-09-021-0/+4
|
* * configure.ac (random_modules): Reworked the code to select theWerner Koch2002-08-301-2/+7
| | | | | random module. Define USE_ALL_RANDOM_MODULES for value all.
* * NEWS: Clarify that --libexecdir is a configure option.David Shaw2002-08-271-2/+2
| | | | | * configure.ac: Check for hstrerror.
* * NEWS: Document new ways to enable MDC, and change in automaticDavid Shaw2002-08-191-0/+13
| | | | | | | compression disabling. * configure.ac: No such thing as the "none" random gather any longer.
* Short note about interactive and import.Werner Koch2002-08-191-0/+3
|
* * configure.ac: Add an --enable-tiger.David Shaw2002-08-081-0/+9
| | | | | * NEWS: Clarify new permission checks.
* minor doc fixes.Werner Koch2002-08-061-0/+6
|
* * configure.ac: Bumbed version number.Werner Koch2002-08-041-0/+3
|
* * configure.ac (ALL_LINGUAS): Added Catalan.Werner Koch2002-08-041-1/+1
| | | | | Prepared release.
* The big extension module removal.Werner Koch2002-08-031-0/+4
|
* Add another item to the NEWS file.Werner Koch2002-08-021-0/+4
|
* * NEWS: changes since 1.1.90.David Shaw2002-07-301-0/+24
|
* * configure.ac: Set version number to 1.1.91.Werner Koch2002-07-011-0/+4
|
* * INSTALL: Replaced by generic install file.V1-1-90Werner Koch2002-07-011-2/+2
| | | | | | * README: Marked as development version and moved most stuff of the old INSTALL file to here.
* Update head to match stable 1.0David Shaw2002-06-291-27/+277
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-0/+4
| | | | | that external library.
* About to release 1.1.2V1-1-2Werner Koch2000-11-141-3/+3
|
* See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner KochWerner Koch2000-10-061-2/+2
|
* See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch2000-10-041-0/+2
|
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-181-2/+32
|
* See ChangeLog: Tue Aug 22 14:31:15 CEST 2000 Werner KochWerner Koch2000-08-221-2/+6
|
* See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner KochWerner Koch2000-07-281-0/+81
|
* See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1999-12-081-0/+5
|
* See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1999-10-261-0/+8
|
* See ChangeLog: Tue Sep 7 17:08:10 CEST 1999 Werner KochWerner Koch1999-09-071-0/+9
|
* See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner KochWerner Koch1999-09-061-1/+1
|