Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -2/+2 | |
2009-02-12 | New scd getinfo subcommand deny_admin | Werner Koch | 1 | -1/+1 | |
2009-01-27 | Add a Geldkarte gadget application. | Werner Koch | 1 | -5/+10 | |
Minor other changes. | |||||
2008-04-07 | Minor cleanups. | Werner Koch | 1 | -2/+8 | |
Implemented key helper kdns | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-05-07 | Upgraded gettext. | Werner Koch | 1 | -1/+2 | |
Fixed accidental dependency on libgcrypt 1.3.0. | |||||
2007-05-04 | Fixed installation of gpg2keys_mailto | Werner Koch | 1 | -1/+1 | |
2006-11-23 | Preparing 2.0.1rc1 | Werner Koch | 1 | -1/+1 | |
2006-10-24 | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ... (gpg2keys_finger_CPPFLAGS): ... this. | |||||
2006-10-23 | . | Werner Koch | 1 | -8/+7 | |
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 1 | -4/+4 | |
2006-09-26 | Made buliding w/o curl work | Werner Koch | 1 | -4/+6 | |
2006-09-22 | Clarified cURL and OpenLDAP license issues. | Werner Koch | 1 | -4/+8 | |
Made readline support work. | |||||
2006-09-20 | Cleanups. | Werner Koch | 1 | -5/+10 | |
2006-09-19 | Added stub library | Werner Koch | 1 | -4/+4 | |
2006-09-06 | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -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-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 1 | -22/+33 | |
shows no prblems. Needs more testing of course. | |||||
2006-07-26 | * Makefile.am: Fix missing include path for gpgkeys_finger (needs the | David Shaw | 1 | -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 Shaw | 1 | -2/+2 | |
properly with uClibc. | |||||
2006-06-30 | Added keyserver directory from trunk | Werner Koch | 1 | -0/+53 | |
2006-04-26 | * Makefile.am: Don't build gpgkeys_http or gpgkeys_(old)hkp any longer as | David Shaw | 1 | -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 Shaw | 1 | -0/+2 | |
2005-07-20 | * gpgkeys_curl.c (get_key, main): Don't try and be smart about what | David Shaw | 1 | -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-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+1 | |
2005-04-17 | * gpgkeys_hkp.c: New hkp handler that uses curl or curl-shim. | David Shaw | 1 | -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 Shaw | 1 | -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 in | David Shaw | 1 | -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 the | David Shaw | 1 | -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 certain | David Shaw | 1 | -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 Shaw | 1 | -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-21 | FTP keyserver support via gpgkeys_ftp. This is currently off by default. | David Shaw | 1 | -7/+8 | |
2004-12-14 | Prepared for last 1.4 release candidate | Werner Koch | 1 | -9/+1 | |
2004-12-03 | * Makefile.am: The harmless "ignored error" on gpgkeys_ldap install on top | David Shaw | 1 | -1/+1 | |
of an existing install is bound to confuse people. Use ln -s -f to force the overwrite. | |||||
2004-10-28 | Inlcude LIBICONV | Werner Koch | 1 | -4/+6 | |
2004-10-15 | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. | Werner Koch | 1 | -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 Shaw | 1 | -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 Koch | 1 | -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 the | David Shaw | 1 | -2/+3 | |
keyserver interface. * Makefile.am: Build it. | |||||
2004-02-28 | * Makefile.am: Don't split LDADD across two lines since some make programs | David Shaw | 1 | -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 Shaw | 1 | -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 to | David Shaw | 1 | -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 Koch | 1 | -1/+2 | |
2003-07-10 | * Makefile.am: Use W32LIBS where appropriate. | David Shaw | 1 | -2/+2 | |
2003-05-31 | * gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available. | David Shaw | 1 | -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 the | David Shaw | 1 | -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 it | David Shaw | 1 | -1/+1 | |
can be easily overridden at make time. | |||||
2002-10-21 | * Makefile.am: Anything linking with libutil.a needs INTLLIBS as well on | David Shaw | 1 | -2/+2 | |
platforms where INTLLIBS is set. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -34/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-27 | * gpgkeys_hkp.c, Makefile.am: Convert over to using iobufs. | David Shaw | 1 | -1/+1 | |
2002-08-26 | * Makefile.am: May as well include gpgkeys_hkp.c in the distribution now. | David Shaw | 1 | -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. |