aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_ldap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes for W32 packaging and building.Werner Koch2004-07-201-1/+1
|
* * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.Werner Koch2004-07-201-0/+7
| | | | | | | | | | | Suggested by Brian Gladman. * fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po * zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated. * zh_CN.po: Hack to fix a format string mismatch. * sk.po: Corrrected a format string. * de.po: Fixed a few fuzzys and 1 untranslated messages
* * gpgkeys_ldap.c (main): Avoid possible pre-string write.David Shaw2003-12-061-3/+4
| | | | | | | | * gpgkeys_hkp.c (parse_hkp_index, dehtmlize): Fix memory corruption bug on some platforms. From devel. (search_key): Catch a mangled input file (useful if something other than GnuPG is calling the program). (main): Avoid possible pre-string write. Noted by Christian Biere.
* * gpgkeys_hkp.c, gpgkeys_ldap.c: Include extern references for optarg andDavid Shaw2003-05-301-0/+3
| | | | | | optind since there is no guarantee that any header file will include them. Standards? We don't need no stinkin' standards!
* * gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available.David Shaw2003-05-281-0/+3
| | | | | | * Makefile.am: Use @GETOPT@ to pull in libiberty on those platforms that need it.
* * gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key): Properly handle anDavid Shaw2002-11-041-8/+6
| | | | | input file that does not include any key data at all.
* * gpgkeys_hkp.c (main), gpgkeys_ldap.c (main): Add -V flag to outputDavid Shaw2002-10-241-1/+6
| | | | | protocol and program version.
* * gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed inDavid Shaw2002-10-091-8/+9
| | | | | case of error.
* * gpgkeys_ldap.c (main): Fix error return code.David Shaw2002-10-091-1/+1
|
* * gpgkeys_ldap.c (send_key): Removed non-constant initializers.Werner Koch2002-09-261-8/+3
|
* * 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