aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver (unfollow)
Commit message (Expand)AuthorFilesLines
2004-01-12* gpgkeys_hkp.c (search_key): Catch a mangled input file (useful ifDavid Shaw3-5/+22
2003-12-28* gpgkeys_hkp.c (send_key, get_key, main): Work with new HTTP code thatDavid Shaw2-13/+37
2003-12-28cleaned up RISC OS code and removed lots of unnecessary stuffStefan Bellon3-16/+5
2003-11-27(get_key): Fixed invalid use of fprintf withoutWerner Koch2-2/+7
2003-10-25(gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL.Werner Koch2-1/+6
2003-07-10* Makefile.am: Use W32LIBS where appropriate.David Shaw2-2/+6
2003-05-31* gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available.David Shaw4-5/+24
2003-04-09* gpgkeys_hkp.c (dehtmlize, parse_hkp_index): Fix memory corruption bug onDavid Shaw2-1/+8
2003-03-11* gpgkeys_hkp.c (get_key): Properly handle CRLF line endings in theDavid Shaw3-3/+28
2003-02-12* Makefile.am: Use a local copy of libexecdir along with @PACKAGE@ so itDavid Shaw2-1/+6
2003-01-29* gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is not aDavid Shaw2-4/+9
2003-01-06* gpgkeys_hkp.c (get_key): Use options=mr when getting a key so keyserverDavid Shaw2-1/+7
2002-11-18* gpgkeys_ldap.c (main), gpgkeys_hkp.c (main): Use new keyserver protocolDavid Shaw3-2/+7
2002-11-14* gpgkeys_ldap.c (get_key): The deduping code requires "pgpcertid", butDavid Shaw2-2/+11
2002-11-10* gpgkeys_ldap.c (get_key): Fix typo in deduping code.David Shaw2-1/+5
2002-11-05* gpgkeys_ldap.c (key_in_keylist, add_key_to_keylist, free_keylist,David Shaw2-198/+292
2002-11-04* gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key): Properly handle anDavid Shaw3-16/+21
2002-10-24* gpgkeys_hkp.c (main), gpgkeys_ldap.c (main): Add -V flag to outputDavid Shaw3-2/+17
2002-10-21* Makefile.am: Anything linking with libutil.a needs INTLLIBS as well onDavid Shaw2-2/+7
2002-10-14* gpgkeys_hkp.c (write_quoted): Use %-encoding instead of \-encoding.David Shaw2-99/+131
2002-10-14* gpgkeys_ldap.c (get_key): Don't print keysize unless it's >0.David Shaw2-55/+68
2002-10-09* gpgkeys_ldap.c (search_key, main): Make sure LDAP values are freed inDavid Shaw2-6/+11
2002-10-09* gpgkeys_ldap.c (fail_all): New function to unwind a keylist and errorDavid Shaw3-6/+85
2002-09-27From stable branchDavid Shaw2-8/+7
2002-09-24* gpgkeys_ldap.c (ldap_err_to_gpg_err, ldap_to_gpg_err, send_key, get_key,David Shaw2-34/+103
2002-09-24* gpgkeys_hkp.c (send_key, get_key, search_key, main): Some minor errorDavid Shaw2-35/+49
2002-09-20* gpgkeys_hkp.c (handle_old_hkp_index): s/input/inp/ to avoidWerner Koch2-2/+7
2002-09-19* gpgkeys_hkp.c (get_key, handle_old_hkp_index, search_key): ProperlyDavid Shaw2-5/+17
2002-09-16* gpgkeys_mailto.in: Add quasi-RFC-2368 mailto:email@addr?from= syntax soDavid Shaw3-6/+43
2002-09-13* gpgkeys_hkp.c: (search_key, handle_old_hkp_index): Try and request aDavid Shaw2-42/+72
2002-09-12updated RISC OS stuffStefan Bellon2-0/+12
2002-09-12* gpgkeys_hkp.c (main): Remove warning - this is no longer experimentalDavid Shaw2-3/+5
2002-09-10* gpgkeys_hkp.c (send_key, get_key, search_key): Check returnWerner Koch2-12/+40
2002-09-09* gpgkeys_ldap.c (get_key): Some compilers (RISC OS, HPUX c89) don't likeDavid Shaw2-8/+6
2002-09-09* gpgkeys_hkp.c (send_key): Use CRLF in headers.David Shaw2-1/+5
2002-08-28* gpgkeys_hkp.c: (parse_hkp_index): Use same types on all platforms.David Shaw2-6/+5
2002-08-28* gpgkeys_hkp.c: Overall cleanup from iobuf conversion. Be consistent inDavid Shaw2-55/+53
2002-08-27* gpgkeys_hkp.c, Makefile.am: Convert over to using iobufs.David Shaw3-369/+257
2002-08-27* gpgkeys_hkp.c (http_get, http_post): Use CRLF for line endings.David Shaw2-3/+5
2002-08-27* gpgkeys_hkp.c: Include util.h on RISC OS as per Stefan. Include aDavid Shaw2-0/+39
2002-08-26* Makefile.am: May as well include gpgkeys_hkp.c in the distribution now.David Shaw2-3/+5
2002-08-26* gpgkeys_hkp.c (main): Don't warn about include-subkeys - it isn'tDavid Shaw2-4/+10
2002-08-26* gpgkeys_hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality intoDavid Shaw2-73/+104
2002-08-19* gpgkeys_hkp.c (get_key, parse_hkp_index): Bring over latest code fromDavid Shaw3-12/+20
2002-08-03RISC OS changes due to dynload removalStefan Bellon2-2/+10
2002-07-25* gpgkeys_hkp.c: "Warning" -> "WARNING"David Shaw2-1/+5
2002-07-24* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@David Shaw2-2/+7
2002-07-15* gpgkeys_ldap.c (send_key, get_key, main): Consult the server versionDavid Shaw2-10/+33
2002-07-09* gpgkeys_mailto.in: Use new OPAQUE tag for non net-path URIs. Fail moreDavid Shaw2-7/+26
2002-07-04* gpgkeys_ldap.c (get_key), gpgkeys_hkp.c (get_key): Display keyserver URIDavid Shaw3-6/+13