aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-01-30Post release updatedWerner Koch1-1/+1
2004-01-30* configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch1-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 Koch1-1/+1
2004-01-28* NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, andDavid Shaw1-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-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-1/+1
smartcard applications.
2004-01-13* configure.ac: Use -Wformat-nonliteral in maintainer-mode.Werner Koch1-0/+1
2004-01-12* configure.ac: Include stdio.h when checking for bzlib.h. Solaris 9 has aDavid Shaw1-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-23Post release version number bump.Werner Koch1-1/+1
2003-12-23* README-alpha: Removed.V1-9-3Werner Koch1-1/+2
* configure.ac, Makefile.am: Add the tests and tools directories.
2003-12-23Enable the tests directory.Werner Koch1-3/+3
2003-12-17Requires now libassuan 0.6.2.Werner Koch1-1/+1
(CFLAGS): Add --Wformat-noliteral in gcc mode.
2003-12-17(CFLAGS): Add --Wformat-noliteral in gcc mode.Werner Koch1-0/+1
2003-12-16* configure.ac: Check for funopen and fopencookie as part of theWerner Koch1-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 Koch1-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 Shaw1-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-27post release version number bumbWerner Koch1-1/+1
2003-11-27about to release 1.3.4Werner Koch1-1/+1
2003-11-27* configure.ac: Use MSG_NOTICE instead of MSG_WARN for less seriousDavid Shaw1-4/+4
notifications. * NEWS: I meant "less" not "more".
2003-11-17*** empty log message ***Werner Koch1-1/+1
2003-11-17Preparing for 1.9.2 release.V1-9-2Werner Koch1-5/+5
2003-11-13* configure.ac: Make sure that the resolver API actually compiles, and notDavid Shaw1-1/+14
just that the right functions exist.
2003-10-31(NEED_KSBA_VERSION): Set to 0.9.0 due the changedWerner Koch1-2/+2
time interface.
2003-10-31* configure.ac: Locate libbz2 for bzip2 compression support.David Shaw1-0/+37
2003-10-26* NEWS: Note --symmetric --encrypt and the improved config file search.David Shaw1-2/+6
* configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH.
2003-10-25* Makefile.am (SUBDIRS): Add intl.Werner Koch1-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 andDavid Shaw1-13/+17
friends are in libc instead of libdl.
2003-10-24(DLLIBS): Fixed last change.Werner Koch1-28/+26
2003-10-23(DLLIBS): Do not include -ldl in the mingw32 case.Werner Koch1-1/+7
2003-10-21* passphrase.c (ask_passphrase): Add optional promptid arg.Werner Koch1-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 TheWerner Koch1-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 Shaw1-13/+24
2003-10-10Prepared for next development cycleWerner Koch1-1/+1
2003-10-10About to release 1.3.3Werner Koch1-1/+1
2003-10-02Fixes to make inclusion of card raleted source files into 1.3 easier.Werner Koch1-0/+5
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-27First bits of a card support backport from 1.9. It is not enabled byWerner Koch1-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-23Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch1-16/+20
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-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 alongDavid Shaw1-44/+11
with uint64_t.
2003-09-02* configure.ac (HAVE_LIBUSB): Added a simple test for libusb.Werner Koch1-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 libsDavid Shaw1-3/+1
since we need to have the netlibs regardless because of the agent socket.
2003-08-192003-08-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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 Koch1-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-05Bumbed version numberWerner Koch1-1/+1
2003-08-05About to release the first 1.9 version.Werner Koch1-1/+1
2003-08-05Cleanups, fixes and PC/SC supportWerner Koch1-2/+2
2003-07-31minor changes to make make distcheck happyWerner Koch1-1/+1
2003-07-28Adjusted for use with current libgcrypt (1.1.42).Werner Koch1-1/+1
2003-07-10* configure.ac: configure.ac: Check for sigset_t and struct sigaction.David Shaw1-1/+5
This is for Forte c89 on Solaris which seems to define only the function call half of the two pairs by default.