aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* The keybox gets now compressed after 3 hours and ephemeralWerner Koch2004-04-261-0/+6
| | | | | stored certificates are deleted after about a day.
* * command.c (scd_update_reader_status_file): Write status files.Werner Koch2004-04-201-0/+5
| | | | | | | | | | | | | | * app-help.c (app_help_read_length_of_cert): Fixed calculation of R_CERTOFF. * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. (apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED like SW_SUCCESS.
* post release re-versioningWerner Koch2004-04-061-0/+4
|
* About to release 1.9.7V1-9-7Werner Koch2004-04-061-1/+1
|
* * configure.ac: Require libgcrypt 1.1.94.Werner Koch2004-04-061-0/+3
| | | | | | | | | | Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT
* Require libgcrypt 1.1.94.Werner Koch2004-04-061-0/+2
|
* *** empty log message ***Werner Koch2004-03-161-0/+4
|
* post release development preparationsWerner Koch2004-03-061-0/+4
|
* Preparing for a releaseWerner Koch2004-03-061-1/+2
|
* post release version bumbWerner Koch2004-02-211-0/+5
|
* About to release 1.9.5V1-9-5Werner Koch2004-02-211-2/+2
|
* * protect-tool.c: New options --have-cert and --prompt.Werner Koch2004-02-191-0/+2
| | | | | | | | | | | | | | | | | | | | (export_p12_file): Read a certificate from STDIN and pass it to p12_build. Detect a keygrip and construct the filename in that case. Unprotcet a key if needed. Print error messages for key formats we can't handle. (release_passphrase): New. (get_passphrase): New arg PROMPTNO. Return the allocated string. Changed all callers. * minip12.c: Revamped the build part. (p12_build): New args CERT and CERTLEN. * simple-pwquery.c (agent_open): Don't mangle INFOSTR. * export.c (export_p12, popen_protect_tool) (gpgsm_p12_export): New. * gpgsm.c (main): New command --export-secret-key-p12.
* * protect-tool.c (main): Setup the used character set.Werner Koch2004-02-181-1/+7
| | | | | | | | * gpg-agent.c (main): Ditto. * gpg-agent.c (set_debug): New. New option --debug-level. (main): New option --gpgconf-list.
* * command.c (cmd_setkeydesc): New.Werner Koch2004-02-131-2/+5
| | | | | | | | | | | | (register_commands): Add command SETKEYDESC. (cmd_pksign, cmd_pkdecrypt): Use the key description. (reset_notify): Reset the description. * findkey.c (unprotect): Add arg DESC_TEXT. (agent_key_from_file): Ditto. * pksign.c (agent_pksign): Ditto. * pkdecrypt.c (agent_pkdecrypt): Ditto. Made CIPHERTEXT an unsigned char*.
* Require libksba 0.9.4 and libgcrypt 1.1.92.Werner Koch2004-02-131-0/+4
|
* * am/cmacros.am: New.Werner Koch2004-02-121-0/+3
| | | | | | | | | * configure.ac: Removed the need for g10defs.h. Reworked the --with-foo-pgm stuff. * autogen.sh (check_version): Removed bashism and simplified. * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for a bad opensc-config.
* Post release updatedWerner Koch2004-01-301-0/+4
|
* * configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch2004-01-301-1/+5
| | | | | | | | | * sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging.
* * README: Updated.Werner Koch2004-01-291-0/+4
|
* Post release version number bump.Werner Koch2003-12-231-0/+4
|
* * README-alpha: Removed.V1-9-3Werner Koch2003-12-231-1/+1
| | | | | * configure.ac, Makefile.am: Add the tests and tools directories.
* Enable the tests directory.Werner Koch2003-12-231-2/+2
|
* * server.c (gpgsm_server): Add arg DEFAULT_RECPLIST.Werner Koch2003-12-171-2/+7
| | | | | | | | | | | | | | | (cmd_encrypt): Add all enrypt-to marked certs to the list. * encrypt.c (gpgsm_encrypt): Check that real recipients are available. * gpgsm.c (main): Make the --encrypt-to and --no-encrypt-to options work. Pass the list of recients to gpgsm_server. * gpgsm.h (certlist_s): Add field IS_ENCRYPT_TO. (opt): Add NO_ENCRYPT_TO. * certlist.c (gpgsm_add_to_certlist): New arg IS_ENCRYPT_TO. Changed all callers and ignore duplicate entries. (is_cert_in_certlist): New. (gpgsm_add_cert_to_certlist): New.
* Updated.Werner Koch2003-12-161-4/+4
|
* * configure.ac: Check for funopen and fopencookie as part of theWerner Koch2003-12-161-1/+7
| | | | | | | | jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket.
* (Certificate Options): Add --{enable,disable}-ocsp.Werner Koch2003-12-011-0/+4
|
* *** empty log message ***Werner Koch2003-11-171-0/+3
|
* 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
|