aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-19* configure.ac: Simplify the LDAP checking code since OpenLDAP is far moreDavid Shaw1-0/+6
mature these days and dependencies are cleaner. Add checks for ldap_set_option and ldap_start_tls_s.
2004-02-18* acinclude.m4: Removed macros to detect gpg-error, libgcrypt,Werner Koch1-0/+5
libassuan and ksba as they are now distributed in m4/. * gpg-error.m4, libgcrypt.m4, libassuan.m4, ksba.m4: New. * Makefile.am: Distribute them
2004-02-13Require libksba 0.9.4 and libgcrypt 1.1.92.Werner Koch1-0/+4
2004-02-12Removed cruft from debugging.Werner Koch1-0/+2
2004-02-12* am/cmacros.am: New.Werner Koch1-0/+13
* 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.
2004-01-30* configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch1-0/+6
* 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 Koch1-0/+6
2004-01-28* NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, andDavid Shaw1-0/+8
Elgamal removal. * README, configure.ac: Add --enable-key-cache=SIZE configure option. This sets the key/uid cache size. Default is 4096.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-0/+4
smartcard applications.
2004-01-13* configure.ac: Use -Wformat-nonliteral in maintainer-mode.Werner Koch1-0/+4
2004-01-12* configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has aDavid Shaw1-0/+9
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* README-alpha: Removed.V1-9-3Werner Koch1-2/+4
* configure.ac, Makefile.am: Add the tests and tools directories.
2003-12-23Enable the tests directory.Werner Koch1-0/+9
2003-12-17Requires now libassuan 0.6.2.Werner Koch1-1/+3
(CFLAGS): Add --Wformat-noliteral in gcc mode.
2003-12-17(CFLAGS): Add --Wformat-noliteral in gcc mode.Werner Koch1-0/+4
2003-12-16* configure.ac: Check for funopen and fopencookie as part of theWerner Koch1-0/+5
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 Koch1-0/+7
* 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 Shaw1-0/+7
* 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 Shaw1-0/+5
2003-11-27about to release 1.3.4Werner Koch1-0/+4
2003-11-27* NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key anyDavid Shaw1-0/+3
longer.
2003-11-27* configure.ac: Use MSG_NOTICE instead of MSG_WARN for less seriousDavid Shaw1-0/+7
notifications. * NEWS: I meant "less" not "more".
2003-11-17Preparing for 1.9.2 release.V1-9-2Werner Koch1-0/+6
2003-11-13* NEWS: Note BZIP2.David Shaw1-0/+2
2003-11-13* configure.ac: Make sure that the resolver API actually compiles, and notDavid Shaw1-0/+5
just that the right functions exist.
2003-10-31(NEED_KSBA_VERSION): Set to 0.9.0 due the changedWerner Koch1-0/+5
time interface.
2003-10-31* configure.ac: Locate libbz2 for bzip2 compression support.David Shaw1-0/+4
2003-10-26* NEWS: Note --symmetric --encrypt and the improved config file search.David Shaw1-0/+7
* configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH.
2003-10-25* Makefile.am (SUBDIRS): Add intl.Werner Koch1-0/+8
(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 andDavid Shaw1-0/+5
friends are in libc instead of libdl.
2003-10-24(DLLIBS): Fixed last change.Werner Koch1-0/+4
2003-10-23(DLLIBS): Do not include -ldl in the mingw32 case.Werner Koch1-0/+4
2003-10-21* passphrase.c (ask_passphrase): Add optional promptid arg.Werner Koch1-0/+6
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 TheWerner Koch1-0/+6
Hurd; Robert Millan reported that the uname test is now sufficient.
2003-10-16* configure.ac: Include -ldl when card support is used.David Shaw1-0/+4
2003-10-10(card_close): New.V1-3-3Werner Koch1-0/+4
(agent_scd_change_pin): Implemented.
2003-10-10* NEWS: Note multiple Comment: support and --sig-keyserver-url.David Shaw1-0/+4
2003-10-02Fixes to make inclusion of card raleted source files into 1.3 easier.Werner Koch1-0/+4
2003-10-02* cardglue.c (learn_status_cb): Release values before assignmentWerner Koch1-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-30* NEWS: Note that SHA-256 is read-write now, that TIGER/192 is no more,David Shaw1-0/+6
that revoked and expired uids are skipped in -r, and that --no-mangle-dos-filenames is now the default.
2003-09-27First bits of a card support backport from 1.9. It is not enabled byWerner Koch1-0/+5
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-23Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch1-0/+14
2003-09-06Post release version number updateWerner Koch1-1/+1
2003-09-06* configure.ac: Required newer versions of some libraries.V1-9-1Werner Koch1-0/+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 alongDavid Shaw1-0/+5
with uint64_t.
2003-09-02* configure.ac (HAVE_LIBUSB): Added a simple test for libusb.Werner Koch1-0/+4
* 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-09-02* NEWS: Note --list-options, --verify-options, the deprecation ofDavid Shaw1-0/+7
--show-photos, --show-policy-url, --show-notation, and --show-keyring, and getting the signer's fingerprint in sig records.
2003-08-29* AUTHORS, THANKS: Updates from stable.David Shaw1-0/+4
2003-08-26* NEWS: Note %g and %p, the "tru" --with-colons record, and the REVKEYSIGDavid Shaw1-0/+8
--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-25* configure.ac: Check for getaddrinfo. Don't bother to check for EGD libsDavid Shaw1-0/+6
since we need to have the netlibs regardless because of the agent socket.