Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-01-30 | Post release updated | Werner Koch | 1 | -1/+1 | |
2004-01-30 | * configure.ac: Require libksba 0.9.3 due to another bug fix there. | Werner Koch | 1 | -2/+2 | |
* 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. | |||||
2004-01-29 | * README: Updated. | Werner Koch | 1 | -1/+1 | |
2004-01-28 | * NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, and | David Shaw | 1 | -2/+27 | |
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 | -1/+1 | |
smartcard applications. | |||||
2004-01-13 | * configure.ac: Use -Wformat-nonliteral in maintainer-mode. | Werner Koch | 1 | -0/+1 | |
2004-01-12 | * configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has a | David Shaw | 1 | -1/+5 | |
very old bzip2 library and we can at least guarantee that it won't fail because of the lack of stdio.h. * THANKS: Added Phong Nguyen, who found the Elgamal signing key problem. | |||||
2003-12-23 | Post release version number bump. | Werner Koch | 1 | -1/+1 | |
2003-12-23 | * README-alpha: Removed.V1-9-3 | Werner Koch | 1 | -1/+2 | |
* configure.ac, Makefile.am: Add the tests and tools directories. | |||||
2003-12-23 | Enable the tests directory. | Werner Koch | 1 | -3/+3 | |
2003-12-17 | Requires now libassuan 0.6.2. | Werner Koch | 1 | -1/+1 | |
(CFLAGS): Add --Wformat-noliteral in gcc mode. | |||||
2003-12-17 | (CFLAGS): Add --Wformat-noliteral in gcc mode. | Werner Koch | 1 | -0/+1 | |
2003-12-16 | * configure.ac: Check for funopen and fopencookie as part of the | Werner Koch | 1 | -1/+2 | |
jnlib checks. * logging.c (writen, fun_writer, fun_closer): New. (log_set_file): Add feature to log to a socket. | |||||
2003-12-09 | * configure.ac: Add a min_automake_version. | Werner Koch | 1 | -2/+4 | |
* README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS | |||||
2003-12-01 | * NEWS: Note --disable-rsa. | David Shaw | 1 | -0/+11 | |
* configure.ac: Add --disable-rsa. * README: Add --with-zlib, --with-bzip2, --without-bzip2, --disable-rsa, and --enable-minimal. Update gettext version. | |||||
2003-11-27 | post release version number bumb | Werner Koch | 1 | -1/+1 | |
2003-11-27 | about to release 1.3.4 | Werner Koch | 1 | -1/+1 | |
2003-11-27 | * configure.ac: Use MSG_NOTICE instead of MSG_WARN for less serious | David Shaw | 1 | -4/+4 | |
notifications. * NEWS: I meant "less" not "more". | |||||
2003-11-17 | *** empty log message *** | Werner Koch | 1 | -1/+1 | |
2003-11-17 | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 1 | -5/+5 | |
2003-11-13 | * configure.ac: Make sure that the resolver API actually compiles, and not | David Shaw | 1 | -1/+14 | |
just that the right functions exist. | |||||
2003-10-31 | (NEED_KSBA_VERSION): Set to 0.9.0 due the changed | Werner Koch | 1 | -2/+2 | |
time interface. | |||||
2003-10-31 | * configure.ac: Locate libbz2 for bzip2 compression support. | David Shaw | 1 | -0/+37 | |
2003-10-26 | * NEWS: Note --symmetric --encrypt and the improved config file search. | David Shaw | 1 | -2/+6 | |
* configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH. | |||||
2003-10-25 | * Makefile.am (SUBDIRS): Add intl. | Werner Koch | 1 | -3/+2 | |
(ACLOCAL_AMFLAGS): New variable. (EXTRA_DIST): Add scripts/config.rpath. * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in, (AL_LINGUAS): Removed. | |||||
2003-10-25 | * configure.ac (DLLIBS): Work properly on platforms where dlopen and | David Shaw | 1 | -13/+17 | |
friends are in libc instead of libdl. | |||||
2003-10-24 | (DLLIBS): Fixed last change. | Werner Koch | 1 | -28/+26 | |
2003-10-23 | (DLLIBS): Do not include -ldl in the mingw32 case. | Werner Koch | 1 | -1/+7 | |
2003-10-21 | * passphrase.c (ask_passphrase): Add optional promptid arg. | Werner Koch | 1 | -4/+0 | |
Changed all callers. * cardglue.c (pin_cb): Use it here, so the machine interface can tell whether the Admin PIN is requested. * cardglue.c (agent_scd_checkpin): New. * misc.c (openpgp_pk_algo_usage): Added AUTH usage. * app-openpgp.c (check_against_given_fingerprint): New. Factored out that code elsewhere. (do_check_pin): New. * card-util.c (card_edit): New command "passwd". Add logic to check the PIN in advance. (card_status): Add new args to return the serial number. Changed all callers. | |||||
2003-10-21 | (PRINTABLE_OS_NAME): Remove special case for The | Werner Koch | 1 | -4/+0 | |
Hurd; Robert Millan reported that the uname test is now sufficient. | |||||
2003-10-16 | * configure.ac: Include -ldl when card support is used. | David Shaw | 1 | -13/+24 | |
2003-10-10 | Prepared for next development cycle | Werner Koch | 1 | -1/+1 | |
2003-10-10 | About to release 1.3.3 | Werner Koch | 1 | -1/+1 | |
2003-10-02 | Fixes to make inclusion of card raleted source files into 1.3 easier. | Werner Koch | 1 | -0/+5 | |
2003-10-02 | * cardglue.c (learn_status_cb): Release values before assignment | Werner Koch | 1 | -0/+5 | |
so that it can be used by getattr to update the structure. (agent_scd_getattr): New. * keylist.c (print_pubkey_info): Add FP arg for optional printing to a stream. Changed all callers. | |||||
2003-09-27 | First bits of a card support backport from 1.9. It is not enabled by | Werner Koch | 1 | -0/+27 | |
default and tehre is not yet much more than a new configure option. * configure.ac (LIBUSB_LIBS,HAVE_LIBUSB): Check for Libusb. (--enable-card-support): New. * sign.c (do_sign) [ENABLE_CARD_SUPPORT]: Divert to card. * cardglue.c, cardglue.h: New. * Makefile.am (gpg_LDADD): Added. (card_support_sources): New. * memory.h (xmalloc): Define xmalloc macros in terms of m_alloc. | |||||
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -16/+20 | |
2003-09-06 | Post release version number update | Werner Koch | 1 | -1/+1 | |
2003-09-06 | * configure.ac: Required newer versions of some libraries.V1-9-1 | Werner Koch | 1 | -6/+6 | |
* 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-09-04 | * configure.ac: Drop TIGER/192 support. Check for UINT64_C to go along | David Shaw | 1 | -44/+11 | |
with uint64_t. | |||||
2003-09-02 | * configure.ac (HAVE_LIBUSB): Added a simple test for libusb. | Werner Koch | 1 | -0/+13 | |
* scdaemon.c, scdaemon.h: New option --pcsc-ccid. * ccid-driver.c, ccid-driver.h: New but far from being useful. * Makefile.am: Add above. * apdu.c: Add support for that ccid driver. | |||||
2003-08-25 | * configure.ac: Check for getaddrinfo. Don't bother to check for EGD libs | David Shaw | 1 | -3/+1 | |
since we need to have the netlibs regardless because of the agent socket. | |||||
2003-08-19 | 2003-08-19 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* configure.ac (AM_PATH_GPG_ERROR): Add missing comma in invocation. | |||||
2003-08-18 | * Makefile.am: Add OPENSC_LIBS to all programs. | Werner Koch | 1 | -40/+74 | |
* 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 | -1/+1 | |
2003-08-05 | About to release the first 1.9 version. | Werner Koch | 1 | -1/+1 | |
2003-08-05 | Cleanups, fixes and PC/SC support | Werner Koch | 1 | -2/+2 | |
2003-07-31 | minor changes to make make distcheck happy | Werner Koch | 1 | -1/+1 | |
2003-07-28 | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 1 | -1/+1 | |
2003-07-10 | * configure.ac: configure.ac: Check for sigset_t and struct sigaction. | David Shaw | 1 | -1/+5 | |
This is for Forte c89 on Solaris which seems to define only the function call half of the two pairs by default. |