aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-05-20* gpgkeys_http.c: New program to do a simple HTTP file fetch using theDavid Shaw1-2/+3
keyserver interface. * Makefile.am: Build it.
2004-02-28* Makefile.am: Don't split LDADD across two lines since some make programsDavid Shaw1-4/+2
can't handle blank lines after a \ continuation. Noted by Christoph Moench-Tegeder.
2004-02-20* gpgkeys_ldap.c: Replacement prototypes for setenv and unsetenv.David Shaw1-1/+2
(search_key): Catch a SIZELIMIT_EXCEEDED error and show the user whatever the server did give us. (find_basekeyspacedn): There is no guarantee that namingContexts will be readable. * Makefile.am: Link gpgkeys_ldap with libutil.a to get the replacement functions (and eventually translations, etc).
2004-02-19* Makefile.am: Add automake conditionals to symlink gpgkeys_ldaps toDavid Shaw1-1/+11
gpgkeys_ldap when needed. * gpgkeys_ldap.c (main): Add support for LDAPS and TLS connections. These are only useful and usable when talking to real LDAP keyservers. Add new "tls" option to tune TLS use from off, to try quietly, to try loudly, or to require TLS.
2003-10-25(gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL.Werner Koch1-1/+2
2003-07-10* Makefile.am: Use W32LIBS where appropriate.David Shaw1-2/+2
2003-05-31* gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available.David Shaw1-5/+2
Also include extern references for optarg and optind since there is no guarantee that any header file will include them. Standards? We don't need no stinkin' standards * Makefile.am: Use @GETOPT@ to pull in libiberty on those platforms that need it.
2003-03-11* gpgkeys_hkp.c (get_key): Properly handle CRLF line endings in theDavid Shaw1-1/+1
armored key. (main): Accept "try-dns-srv" option. * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using capabilities. Use @SRVLIBS@ to link in the resolver if we are using DNS SRV.
2003-02-12* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ so itDavid Shaw1-1/+1
can be easily overridden at make time.
2002-10-21* Makefile.am: Anything linking with libutil.a needs INTLLIBS as well onDavid Shaw1-2/+2
platforms where INTLLIBS is set.
2002-08-27* gpgkeys_hkp.c, Makefile.am: Convert over to using iobufs.David Shaw1-1/+1
2002-08-26* Makefile.am: May as well include gpgkeys_hkp.c in the distribution now.David Shaw1-3/+0
It works well enough without proxies, and isn't built by default. It would be good to get some test experience with it.
2002-07-24* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@David Shaw1-2/+3
2002-06-29Update head to match stable 1.0David Shaw1-27/+13
2002-06-12Various changes.Werner Koch1-3/+4
2002-05-23* no-pth.c, Makefile.am: Removed.Werner Koch1-1/+0
* call-scd.c: Seirialized all scdaeom access when using Pth. * cache.c: Made the cache Pth-thread-safe. (agent_unlock_cache_entry): New. * findkey.c (unprotect): Unlock the returned cache value. * command.c (cmd_get_passphrase): Ditto. * gpg-agent.c (main): Register pth_read/write with Assuan.
2002-05-14sm/Werner Koch1-1/+2
* gpgsm.c: New option --faked-system-time * sign.c (gpgsm_sign): And use it here. * certpath.c (gpgsm_validate_path): Ditto. common/ * gettime.c: New. agent/ * cache.c (housekeeping, agent_put_cache): Use our time() wrapper. / * doc/: New * configure.ac, Makefile.am: Added doc/
2002-04-15* cryptmiss.c: New.Werner Koch1-1/+2
2002-02-12* fopencookie.c: Dummy function.Werner Koch1-1/+2
* vasprintf.c: New. Taken from binutils-2.9.1 and dropped all non ANSI-C stuff. Merged with asprintf version. * no-pth.c: New.
2002-01-23* mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.Werner Koch1-0/+1
* configure.ac (mkdtemp): See whether we have to provide a replacement.
2002-01-19* sysutils.c: New. This is the misc.c file from gnupg 1.0.6 withWerner Koch1-1/+2
the OpenPGP stuff removed. * sysutils.h: New.
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch1-0/+10
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-18/+10
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-11-10we are now able to check self-signed certificatesWerner Koch1-0/+1
2001-11-07Assuan server mode is now basically usableWerner Koch1-0/+2
2001-11-06gpgsm does now build and a dummy server can be started.Werner Koch1-0/+5
2001-11-06First chunk of code for the Assuan libraryWerner Koch1-12/+11
2001-10-31Created configuration filesWerner Koch1-0/+36