aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-05Remove keyserver helper code.Werner Koch1-86/+0
* configure.ac: Remove keyserver helper related stuff. * Makefile.am (SUBDIRS): Remove keyserver. * keyserver/Makefile.am: Remove. -- The dirmngr is used instead of the keyserver helpers. Thus there is more need to distribute the old code. We keep it in the repo for references, though.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-6/+8
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2010-03-10Merged jnlib into common.Werner Koch1-2/+2
2009-02-12New scd getinfo subcommand deny_adminWerner Koch1-1/+1
2009-01-27Add a Geldkarte gadget application.Werner Koch1-5/+10
Minor other changes.
2008-04-07Minor cleanups.Werner Koch1-2/+8
Implemented key helper kdns
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-05-07Upgraded gettext.Werner Koch1-1/+2
Fixed accidental dependency on libgcrypt 1.3.0.
2007-05-04Fixed installation of gpg2keys_mailtoWerner Koch1-1/+1
2006-11-23Preparing 2.0.1rc1Werner Koch1-1/+1
2006-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ... (gpg2keys_finger_CPPFLAGS): ... this.
2006-10-23.Werner Koch1-8/+7
2006-10-17Pth tweaks and improved estream.cWerner Koch1-4/+4
2006-09-26Made buliding w/o curl workWerner Koch1-4/+6
2006-09-22Clarified cURL and OpenLDAP license issues.Werner Koch1-4/+8
Made readline support work.
2006-09-20Cleanups.Werner Koch1-5/+10
2006-09-19Added stub libraryWerner Koch1-4/+4
2006-09-062006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS). (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS). 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CFLAGS): Add $(GPG_ERROR_CFLAGS).
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-22/+33
shows no prblems. Needs more testing of course.
2006-07-26* Makefile.am: Fix missing include path for gpgkeys_finger (needs theDavid Shaw1-0/+1
libcurl path, even though it doesn't use libcurl because of ksutil.c:curl_err_to_gpg_err(). Noted by Gilbert Fernandes.
2006-07-08* configure.ac: Fix resolver autoconf code so it works (fails)David Shaw1-2/+2
properly with uClibc.
2006-06-30Added keyserver directory from trunkWerner Koch1-0/+53
2006-04-26* Makefile.am: Don't build gpgkeys_http or gpgkeys_(old)hkp any longer asDavid Shaw1-12/+4
this is done via curl or fake-curl. * ksutil.h, ksutil.c, gpgkeys_hkp.c, gpgkeys_curl.c: Minor #include tweaks as FAKE_CURL is no longer meaningful.
2005-08-08* Makefile.am: Include LDAP_CPPFLAGS when building LDAP.David Shaw1-0/+2
2005-07-20* gpgkeys_curl.c (get_key, main): Don't try and be smart about whatDavid Shaw1-2/+0
protocols we handle. Directly pass them to curl or fake-curl and see if an error comes back. * curl-shim.h, curl-shim.c (handle_error), ksutil.c (curl_err_to_gpg_err): Add support for CURLE_UNSUPPORTED_PROTOCOL in fake curl. * Makefile.am: Don't need -DFAKE_CURL any longer since it's in config.h.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+1
2005-04-17* gpgkeys_hkp.c: New hkp handler that uses curl or curl-shim.David Shaw1-2/+12
* Makefile.am: Build new gpgkeys_hkp. * curl-shim.c (curl_easy_perform): Cleanup.
2005-03-17* ksutil.c (parse_ks_options): Handle verbose=nnn.David Shaw1-4/+5
* Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not redefine $libexecdir.
2005-02-11* curl-shim.h, curl-shim.c: New. This is code to fake the curl API inDavid Shaw1-0/+7
terms of the current HTTP iobuf API. * gpgkeys_curl.c [FAKE_CURL], Makefile.am: If FAKE_CURL is set, link with the iobuf code rather than libcurl.
2005-01-18* gpgkeys_curl.c (main): Only allow specified protocols to use theDavid Shaw1-1/+1
curl handler. * Makefile.am: Use LIBCURL_CPPFLAGS instead of LIBCURL_INCLUDES.
2004-12-24* gpgkeys_curl.c (main): Use new defines for opting out of certainDavid Shaw1-7/+1
transfer protocols. Allow setting HTTP proxy via "http-proxy=foo" option (there is natural support in libcurl for the http_proxy environment variable). * Makefile.am: Remove the conditional since this is all handled in autoconf now.
2004-12-22* Makefile.am: Build gpgkeys_http or gpgkeys_curl as needed.David Shaw1-5/+11
* gpgkeys_curl.c (main, get_key): Minor tweaks to work with either FTP or HTTP. * gpgkeys_ftp.c: renamed to gpgkeys_curl.c.
2004-12-21FTP keyserver support via gpgkeys_ftp. This is currently off by default.David Shaw1-7/+8
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-9/+1
2004-12-03* Makefile.am: The harmless "ignored error" on gpgkeys_ldap install on topDavid Shaw1-1/+1
of an existing install is bound to confuse people. Use ln -s -f to force the overwrite.
2004-10-28Inlcude LIBICONVWerner Koch1-4/+6
2004-10-15* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.Werner Koch1-4/+4
(AUTOMAKE_OPTIONS): New. * configure.ac: Check whether vasprintf needs a replacement. * app-openpgp.c (parse_login_data): New. (app_select_openpgp): Call it. (do_setattr): Reparse it after change. * Makefile.am: Add ksutil.h.
2004-10-13* gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main),David Shaw1-0/+5
gpgkeys_finger.c (main): Call timeout functions before performing an action that could block for a long time. * ksutil.h, ksutil.c: New. Right now just contains timeout functions.
2004-10-11* configure.ac: New option --disable-finger.Werner Koch1-2/+3
* keyserver.c (keyserver_spawn): Print an empty string in log_info if the host is not set (e.g. finger). * gpgkeys_finger.c: New.
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-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-34/+0
'GNUPG-1-9-BRANCH'.