aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-02-09Lock random seed fileWerner Koch1-0/+1
2006-01-22* configure.ac: Add define for EXEEXT so we can find keyserver helpersDavid Shaw1-0/+3
on systems that use extensions.
2005-12-23New code to do DNS CERT queries.David Shaw1-3/+13
2005-12-23* configure.ac: Split PKA checking off from DNS SRV checking.David Shaw1-16/+31
Currently PKA is only enabled if HTTP or HKP is enabled which is not necessary.
2005-12-20post release preparationsWerner Koch1-2/+2
2005-12-20Preparing a releasedgnupg-1.9.20Werner Koch1-1/+1
2005-12-06Some cleanup so we don't build files that are completely ifdeffed out. David Shaw1-4/+9
This causes a warning on Sun's cc. Do the internal regex code as well for consistency.
2005-12-06* Makefile.am: Some cleanup so we don't build files that are completelyDavid Shaw1-6/+18
ifdeffed out. This causes a warning on Sun's cc. Do sha512.c as well for consistency.
2005-11-28Preparing an interim releaseWerner Koch1-4/+7
2005-11-03Fix various build warnings reported by Joe Vender on MinGW.David Shaw1-0/+1
2005-10-14* NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.David Shaw1-11/+0
* configure.ac: Remove the backsig configure options since this is all done at runtime now.
2005-10-11* getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2),David Shaw1-4/+4
keygen.c (make_backsig): Did some backsig interop testing with the PGP folks. All is well, so I'm turning generation of backsigs on for new keys. Checking for backsigs on verification is still off.
2005-10-05Fixes for the g10.c -> gpg.c renamedWerner Koch1-1/+1
2005-10-032005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+1
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression.
2005-09-20* mainproc.c (proc_symkey_enc): Take care of a canceled passphraseWerner Koch1-2/+2
prompt.
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-31* fileutil.c (untilde): New. Expand ~/foo and ~username/foo filenamesDavid Shaw1-2/+2
into full paths using $HOME if possible, or getpwuid/getpwnam if necessary. (make_filename): Use it here.
2005-08-09* configure.ac: Remove hardcoded -I and -L for /usr/local on FreeBSD.David Shaw1-6/+0
2005-08-04Add gpg-zip, a la PGP Zip.David Shaw1-1/+2
2005-08-01About to release 1.9.18V1-9-18Werner Koch1-2/+2
2005-07-28Implemented PKA trust modelWerner Koch1-1/+3
2005-07-27* NEWS, configure.ac: Switch over to using curl or fake-curl byDavid Shaw1-48/+10
default. Add --enable-old-keyserver-helpers to not use curl.
2005-07-26post release version number updatesWerner Koch1-1/+1
2005-07-26Preparing a releaseWerner Koch1-1/+1
2005-07-20* configure.ac: Add a define for FAKE_CURL.David Shaw1-0/+1
2005-07-19* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch1-1/+8
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it
2005-06-21Post release version number updateWerner Koch1-1/+1
2005-06-21Preparing a release candidateWerner Koch1-1/+1
2005-06-20post release version number updateWerner Koch1-1/+1
2005-06-20Preparing 1.9.17V1-9-17Werner Koch1-3/+3
2005-06-13* configure.ac: Add check for no-pointer-sign warning keyword, andDavid Shaw1-1/+15
disable. This is gcc4 specific.
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-31.Werner Koch1-1/+1
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-3/+3
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-17* configure.ac: Remove --disable-old-hkp - use new HKP handler forDavid Shaw1-10/+4
--with-libcurl or --enable-fake-curl.
2005-04-16* configure.ac: Add --disable-old-hkp option that can be used alongDavid Shaw1-0/+8
with --with-libcurl to build the curl version of HKP.
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-04-12Check for memrchr()David Shaw1-2/+1
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch1-8/+36
old ad-hoc connection code to gpg-agent. We do need this for the forthcoming diversion of card code to an already running gpg-agent with card-support.
2005-03-17* configure.ac: Move the LDAP detecting code to m4/ldap.m4.David Shaw1-61/+3
2005-03-15Post release preparationsWerner Koch1-1/+1