aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bug fixesWerner Koch2006-10-051-2/+2
|
* Preparing a new releaseWerner Koch2006-10-041-2/+2
|
* Fix for bug 537Werner Koch2006-10-021-10/+10
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-2/+2
|
* Preparing a new releasegnupg-1.9.90Werner Koch2006-09-251-1/+1
|
* Added iconv support and doc cleanups.Werner Koch2006-09-221-3/+0
|
* Cleanups.Werner Koch2006-09-201-0/+1
|
* Post release updatesWerner Koch2006-09-181-2/+2
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-181-2/+7
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-6/+1
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-0/+2
| | | | | | | | | | | * configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
* The big Assuan error code removal.Werner Koch2006-09-061-2/+4
|
* Minor changes and typo fixes.Werner Koch2006-09-061-9/+12
|
* Migrated more stuff to doc/Werner Koch2006-08-211-3/+4
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* More man pages.Werner Koch2006-08-171-33/+3
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-268/+355
| | | | | shows no prblems. Needs more testing of course.
* post release preparationsWerner Koch2006-07-271-2/+2
|
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-2/+3
|
* better reporting of bad DNsWerner Koch2006-07-031-0/+5
|
* Added keyserver directory from trunkWerner Koch2006-06-301-0/+15
|
* Various smaller changesWerner Koch2006-06-271-2/+2
|
* Preparing a new releasegnupg-1.9.21Werner Koch2006-06-201-2/+2
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-081-1/+1
| | | | | * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
* Still making gpg2 work.Werner Koch2006-05-241-0/+14
| | | | | At least the keyids are now correctly computed again.
* g10/ does build again.Werner Koch2006-05-231-5/+52
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-5/+38
| | | | | The gpg part does not yet build.
* post release preparationsWerner Koch2005-12-201-2/+2
|
* Preparing a releasedgnupg-1.9.20Werner Koch2005-12-201-1/+1
|
* Preparing an interim releaseWerner Koch2005-11-281-4/+7
|
* About to release 1.9.19V1-9-19Werner Koch2005-09-121-1/+1
|
* The BELPIC card does now work.Werner Koch2005-09-061-1/+1
|
* About to release 1.9.18V1-9-18Werner Koch2005-08-011-2/+2
|
* post release version number updateWerner Koch2005-06-201-1/+1
|
* Preparing 1.9.17V1-9-17Werner Koch2005-06-201-3/+3
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-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.
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-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.
* Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch2005-05-181-10/+3
| | | | | gpg-agent accordingly. Code cleanups.
* * configure.ac: Removed OpenSC detection and options.Werner Koch2005-04-271-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.
* post release version number updateWerner Koch2005-04-211-1/+1
|
* Preparing a releaseV1-9-16Werner Koch2005-04-211-1/+1
|
* * configure.ac: Do not build gpg by default.Werner Koch2005-04-211-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.
* * configure.ac: Require libksba 0.9.11.Werner Koch2005-04-181-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-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-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-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-04-151-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.
* Forgot to commit the recent fixed to scd and logging - doing it nowWerner Koch2005-02-031-3/+3
|
* post release updatesWerner Koch2005-01-131-1/+1
|
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch2005-01-131-12/+6
| | | | | | | program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
* Post release updatesWerner Koch2004-12-221-1/+1
|
* (set_binary): New.Werner Koch2004-12-221-2/+2
| | | | | (main, open_read, open_fwrite): Use it.