aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-07-27Preparing a new releasegnupg-1.9.22Werner Koch1-2/+3
2006-07-03better reporting of bad DNsWerner Koch1-0/+5
2006-06-30Added keyserver directory from trunkWerner Koch1-0/+15
2006-06-27Various smaller changesWerner Koch1-2/+2
2006-06-20Preparing a new releasegnupg-1.9.21Werner Koch1-2/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-06-082006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
2006-05-24Still making gpg2 work.Werner Koch1-0/+14
At least the keyids are now correctly computed again.
2006-05-23g10/ does build again.Werner Koch1-5/+52
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-5/+38
The gpg part does not yet build.
2005-12-20post release preparationsWerner Koch1-2/+2
2005-12-20Preparing a releasedgnupg-1.9.20Werner Koch1-1/+1
2005-11-28Preparing an interim releaseWerner Koch1-4/+7
2005-09-12About to release 1.9.19V1-9-19Werner Koch1-1/+1
2005-09-06The BELPIC card does now work.Werner Koch1-1/+1
2005-08-01About to release 1.9.18V1-9-18Werner Koch1-2/+2
2005-06-20post release version number updateWerner Koch1-1/+1
2005-06-20Preparing 1.9.17V1-9-17Werner Koch1-3/+3
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch1-0/+3
* gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
2005-06-01* configure.ac (gl_INIT): Add gnulib stuff.Werner Koch1-10/+10
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-10/+3
gpg-agent accordingly. Code cleanups.
2005-04-27* configure.ac: Removed OpenSC detection and options.Werner Koch1-18/+0
* acinclude.m4: Ditto. * scdaemon.texi: Removed OpenSC specific options. * app-p15.c: New. Basic support for pkcs15 cards without OpenSC. There are quite a couple of things missing but at least I can use my old TCOS cards from the Aegypten-1 development for signing. * app.c (select_application): Detect pkcs15 applications. * Makefile.am (scdaemon_SOURCES): Removed card.c, card-common.h and card-p15.c because they are now obsolete. Added app-p15.c. Removed all OpenSC stuff. * command.c (do_reset, open_card, cmd_serialno, cmd_learn) (cmd_readcert, cmd_readkey, cmd_pksign, cmd_pkdecrypt): Removed all special cases for the old card.c based mechanisms. * scdaemon.c, apdu.c: Removed all special cases for OpenSC.
2005-04-21post release version number updateWerner Koch1-1/+1
2005-04-21Preparing a releaseV1-9-16Werner Koch1-1/+1
2005-04-21* configure.ac: Do not build gpg by default.Werner Koch1-1/+10
* gpgsm.c: New options --{enable,disable}-trusted-cert-crl-check. * certchain.c (gpgsm_validate_chain): Make use of it. * certchain.c (gpgsm_validate_chain): Check revocations even for expired certificates. This is required because on signature verification an expired key is fine whereas a revoked one is not. * gpgconf-comp.c: Add gpgsm option disable-trusted-cert-crl-check.
2005-04-18* configure.ac: Require libksba 0.9.11.Werner Koch1-1/+1
sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto.
2005-04-152005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-8/+15
* configure.ac: Check for /usr/bin/shred and define SHRED. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * symcryptrun.c (remove_file): New function. (confucius_copy_file): Accept new argument PLAIN and shred the file if it is set on error.
2005-04-152005-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+12
* configure.ac: Add --enable-symcryptrun, disabled by default. Define automake variable BUILD_SYMCRYPTRUN. Check for openpty -lutil, define LIBUTIL_LIBS. tools/ 2005-04-15 Marcus Brinkmann <[email protected]> * Makefile.am: Define symcryptrun make variable depending on BUILD_SYMCRYPTUN. (bin_PROGRAMS): Add ${symcryptrun} instead symcryptrun. (symcryptrun_LDADD): Use $(LIBUTIL_LIBS) instead of -lutil.
2005-02-03Forgot to commit the recent fixed to scd and logging - doing it nowWerner Koch1-3/+3
2005-01-13post release updatesWerner Koch1-1/+1
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-12/+6
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2004-12-22Post release updatesWerner Koch1-1/+1
2004-12-22(set_binary): New.Werner Koch1-2/+2
(main, open_read, open_fwrite): Use it.
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch1-6/+10
directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
2004-12-18* configure.ac (AH_BOTTOM): Define EXEEXT_S.Werner Koch1-5/+7
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize..
2004-12-15A whole bunch of changes to allow building for W32.Werner Koch1-25/+5
2004-12-07* asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.Werner Koch1-2/+2
* w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled.
2004-12-06* configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch1-12/+28
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
2004-12-03post release version number updatesWerner Koch1-1/+1
2004-12-03Preparing 1.9.13Werner Koch1-1/+1
2004-12-02First take on a W32 portWerner Koch1-5/+13
2004-10-22Post release preparationsWerner Koch1-2/+2
2004-10-22Releasing 1.9.12V1-9-12Werner Koch1-1/+1
2004-10-01post release preparationsWerner Koch1-1/+1
2004-10-01*** empty log message ***Werner Koch1-1/+1
2004-09-30Preparing a new release. Updated gettextWerner Koch1-2/+3
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-5/+16
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
2004-08-05* configure.ac: Changed tests for libusb to also suuport theWerner Koch1-4/+2
stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented.
2004-07-272004-07-27 Moritz Schulte <[email protected]>Moritz Schulte1-0/+7
* configure.ac: Check for dlopen in libc and libdl, substitute DL_LIBS accordingly.
2004-07-22post-release version number bumpWerner Koch1-1/+1