aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_ldap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-6/+8
| | | | | Still one problem left; marked with a gcc #warning.
* From 1.4:David Shaw2009-05-111-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.
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-251-2/+2
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Ported changes from 1.4.Werner Koch2007-10-251-7/+16
| | | | | Add copyright notices.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* First steps towards supporting W32.Werner Koch2007-06-061-13/+13
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* From STABLE-BRANCH-1-4David Shaw2007-03-101-0/+1
| | | | | | | | * gpgkeys_ldap.c (send_key): Missing a free(). * curl-shim.c (curl_easy_perform): Some debugging items that may be handy.
* Clarified cURL and OpenLDAP license issues.Werner Koch2006-09-221-6/+18
| | | | | Made readline support work.
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-8/+14
|
* Added keyserver directory from trunkWerner Koch2006-06-301-0/+2350
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-1107/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * gpgkeys_ldap.c (get_key): Don't print keysize unless it's >0.David Shaw2002-10-141-55/+62
| | | | | | (printquoted): Use %-encoding instead of \-encoding. (search_key): Use new keyserver key listing format.
* * gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed inDavid Shaw2002-10-091-6/+8
| | | | | case of error.
* * gpgkeys_ldap.c (fail_all): New function to unwind a keylist and errorDavid Shaw2002-10-091-4/+39
| | | | | | | | | | | | each item. (main): Call fail_all from here, as needed. Also add a NO_MEMORY error in an appropriate place and fix error return code. (ldap_err_to_gpg_err): Add KEYSERVER_UNREACHABLE. * gpgkeys_hkp.c (fail_all): New function to unwind a keylist and error each item. (main): Call fail_all from here. Also add a NO_MEMORY error in an appropriate place. (get_key): Use new UNREACHABLE error for network errors.
* From stable branchDavid Shaw2002-09-271-8/+3
| | | | | * gpgkeys_ldap.c (send_key): Removed non-constant initializers.
* * gpgkeys_ldap.c (ldap_err_to_gpg_err, ldap_to_gpg_err, send_key, get_key,David Shaw2002-09-241-33/+97
| | | | | | search_key, main): Some minor error reporting enhancements for use with GPA (show reasons for KEY FAILED).
* * gpgkeys_ldap.c (get_key): Some compilers (RISC OS, HPUX c89) don't likeDavid Shaw2002-09-091-8/+3
| | | | | using variables as array initializers.
* * gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code fromDavid Shaw2002-08-191-3/+3
| | | | | | | | g10/hkp.c. * gpgkeys_ldap.c (get_key): Fix cosmetic URL display problem (extra ":" at the end).
* RISC OS changes due to dynload removalStefan Bellon2002-08-031-2/+6
|
* * gpgkeys_ldap.c (send_key, get_key, main): Consult the server versionDavid Shaw2002-07-151-10/+28
| | | | | string to determine whether to use pgpKey or pgpKeyV2.
* * gpgkeys_ldap.c (get_key), gpgkeys_hkp.c (get_key): Display keyserver URIDavid Shaw2002-07-041-3/+4
| | | | | as a URI, but only if verbose.
* * gpgkeys_hkp.c (parse_hkp_index): Error if the keyserver returns anDavid Shaw2002-07-011-4/+4
| | | | | | | | | | | unparseable HKP response. * gpgkeys_hkp.c (main): Warn on honor-http-proxy, broken-http-proxy, and include-subkeys (not supported yet). * gpgkeys_ldap.c (main), gpgkeys_hkp.c (http_connect, main): Fix some shadowing warnings.
* Update head to match stable 1.0David Shaw2002-06-291-0/+986