Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes for W32 packaging and building. | Werner Koch | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files. | Werner Koch | 2004-07-20 | 1 | -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 Shaw | 2003-12-06 | 1 | -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 and | David Shaw | 2003-05-30 | 1 | -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 Shaw | 2003-05-28 | 1 | -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 an | David Shaw | 2002-11-04 | 1 | -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 output | David Shaw | 2002-10-24 | 1 | -1/+6 |
| | | | | | protocol and program version. | ||||
* | * gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed in | David Shaw | 2002-10-09 | 1 | -8/+9 |
| | | | | | case of error. | ||||
* | * gpgkeys_ldap.c (main): Fix error return code. | David Shaw | 2002-10-09 | 1 | -1/+1 |
| | |||||
* | * gpgkeys_ldap.c (send_key): Removed non-constant initializers. | Werner Koch | 2002-09-26 | 1 | -8/+3 |
| | |||||
* | * gpgkeys_ldap.c (get_key): Some compilers (RISC OS, HPUX c89) don't like | David Shaw | 2002-09-09 | 1 | -8/+3 |
| | | | | | using variables as array initializers. | ||||
* | * gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code from | David Shaw | 2002-08-19 | 1 | -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 removal | Stefan Bellon | 2002-08-03 | 1 | -2/+6 |
| | |||||
* | * gpgkeys_ldap.c (send_key, get_key, main): Consult the server version | David Shaw | 2002-07-15 | 1 | -10/+28 |
| | | | | | string to determine whether to use pgpKey or pgpKeyV2. | ||||
* | * gpgkeys_ldap.c (get_key), gpgkeys_hkp.c (get_key): Display keyserver URI | David Shaw | 2002-07-04 | 1 | -3/+4 |
| | | | | | as a URI, but only if verbose. | ||||
* | * gpgkeys_hkp.c (parse_hkp_index): Error if the keyserver returns an | David Shaw | 2002-07-01 | 1 | -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.0 | David Shaw | 2002-06-29 | 1 | -0/+986 |