aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_ldap.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-07-20Minor fixes for W32 packaging and building.Werner Koch1-1/+1
2004-07-20* gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.Werner Koch1-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
2003-12-06* gpgkeys_ldap.c (main): Avoid possible pre-string write.David Shaw1-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.
2003-05-30* gpgkeys_hkp.c, gpgkeys_ldap.c: Include extern references for optarg andDavid Shaw1-0/+3
optind since there is no guarantee that any header file will include them. Standards? We don't need no stinkin' standards!
2003-05-28* gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available.David Shaw1-0/+3
* Makefile.am: Use @GETOPT@ to pull in libiberty on those platforms that need it.
2002-11-04* gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key): Properly handle anDavid Shaw1-8/+6
input file that does not include any key data at all.
2002-10-24* gpgkeys_hkp.c (main), gpgkeys_ldap.c (main): Add -V flag to outputDavid Shaw1-1/+6
protocol and program version.
2002-10-09* gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed inDavid Shaw1-8/+9
case of error.
2002-10-09* gpgkeys_ldap.c (main): Fix error return code.David Shaw1-1/+1
2002-09-26* gpgkeys_ldap.c (send_key): Removed non-constant initializers.Werner Koch1-8/+3
2002-09-09* gpgkeys_ldap.c (get_key): Some compilers (RISC OS, HPUX c89) don't likeDavid Shaw1-8/+3
using variables as array initializers.
2002-08-19* gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code fromDavid Shaw1-3/+3
g10/hkp.c. * gpgkeys_ldap.c (get_key): Fix cosmetic URL display problem (extra ":" at the end).
2002-08-03RISC OS changes due to dynload removalStefan Bellon1-2/+6
2002-07-15* gpgkeys_ldap.c (send_key, get_key, main): Consult the server versionDavid Shaw1-10/+28
string to determine whether to use pgpKey or pgpKeyV2.
2002-07-04* gpgkeys_ldap.c (get_key), gpgkeys_hkp.c (get_key): Display keyserver URIDavid Shaw1-3/+4
as a URI, but only if verbose.
2002-07-01* gpgkeys_hkp.c (parse_hkp_index): Error if the keyserver returns anDavid Shaw1-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.
2002-06-29Update head to match stable 1.0David Shaw1-0/+986