Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-11 | From 1.4: | David Shaw | 1 | -3/+4 | |
* curl-shim.h (curl_version): No need to provide a version for curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version. | |||||
2008-04-21 | W32 related keyserver fixes. | Werner Koch | 1 | -39/+5 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-09-22 | Clarified cURL and OpenLDAP license issues. | Werner Koch | 1 | -4/+4 | |
Made readline support work. | |||||
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 1 | -1/+2 | |
shows no prblems. Needs more testing of course. | |||||
2006-06-30 | Added keyserver directory from trunk | Werner Koch | 1 | -0/+534 | |
2005-12-07 | * gpgkeys_finger.c (get_key), gpgkeys_curl.c (get_key): Better language | David Shaw | 1 | -3/+3 | |
for the key-not-found error. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -1/+1 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-03-22 | * gpgkeys_ldap.c, ksutil.h, ksutil.c (print_nocr): Moved from | David Shaw | 1 | -2/+2 | |
gpgkeys_ldap.c. Print a string, but strip out any CRs. * gpgkeys_finger.c (get_key), gpgkeys_hkp.c (get_key), gpgkeys_http.c (get_key): Use it here when outputting key material to canonicalize line endings. | |||||
2005-03-17 | * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_ldap.c: Start using | David Shaw | 1 | -84/+30 | |
parse_ks_options and remove a lot of common code. * ksutil.h, ksutil.c (parse_ks_options): Parse OPAQUE, and default debug with no arguments to 1. | |||||
2005-02-05 | * gpgkeys_finger.c (main), gpgkeys_hkp.c (main): Fix --version output. | David Shaw | 1 | -1/+1 | |
* gpgkeys_curl.c (main): Make sure the curl handle is cleaned up on failure. | |||||
2005-01-13 | * ksutil.h, gpgkeys_curl.c, gpgkeys_hkp.c, gpgkeys_ldap.c, | David Shaw | 1 | -13/+1 | |
gpgkeys_finger.c, gpgkeys_http.c: Part 2 of the cleanup. Move all the various defines to ksutil.h. | |||||
2005-01-13 | * gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Part 1 | David Shaw | 1 | -13/+19 | |
of a minor cleanup to use #defines instead of hard-coded sizes. | |||||
2005-01-13 | * gpgkeys_finger.c (connect_server): Use INADDR_NONE instead of | David Shaw | 1 | -1/+1 | |
SOCKET_ERROR. Noted by Timo. | |||||
2004-12-22 | * gpgkeys_curl.c (main): New "follow-redirects" option. Takes an optional | David Shaw | 1 | -1/+3 | |
numeric value for the maximum number of redirects to allow. Defaults to 5. * gpgkeys_curl.c (main), gpgkeys_finger.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main), gpgkeys_ldap.c (main): Make sure that a "timeout" option passed with no arguments is properly handled. | |||||
2004-10-28 | * gpgkeys_finger.c [_WIN32] (connect_server): Fix typo. | David Shaw | 1 | -1/+1 | |
2004-10-16 | * gpgkeys_finger.c [_WIN32] (connect_server): Fix typo. | David Shaw | 1 | -1/+1 | |
2004-10-15 | * gpgkeys_ldap.c (main, show_help): Kludge to implement standard | Werner Koch | 1 | -3/+21 | |
GNU options. Factored help printing out. * gpgkeys_finger.c (main, show_help): Ditto. * gpgkeys_hkp.c (main, show_help): Ditto. * gpgkeys_http.c (main, show_help): Ditto. * gpgkeys_test.in, gpgkeys_mailto.in: Implement --version and --help. | |||||
2004-10-14 | * gpgkeys_finger.c (main): We do not support relay fingering (i.e. | David Shaw | 1 | -0/+8 | |
"finger://relayhost/[email protected]"), but finger URLs are occasionally miswritten that way. Give an error in this case. | |||||
2004-10-14 | * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 1 | -1/+1 | |
logging. * gpgkeys_finger.c (get_key): s/unsigned char/byte/ due to a strange typedef for RISC OS. Noted by Stefan. | |||||
2004-10-13 | * gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main), | David Shaw | 1 | -2/+17 | |
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 | * gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Fix a | David Shaw | 1 | -2/+2 | |
few occurances of "filename" to `filename'. | |||||
2004-10-11 | Oops commited binary instead of source. | Werner Koch | 1 | -0/+550 | |