David Shaw
b663f3f8d3
* gpgkeys_hkp.c (get_key), gpgkeys_http.c (get_key): Fix missing
...
http_close() calls. Noted by Phil Pennock.
2005-02-01 20:57:08 +00:00
Werner Koch
02a85a958c
* gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash with
...
the W32 defined macro. Removed unneeded initialization of static
variables.
* gpgkeys_http.c: Ditto.
* ksutil.h: s/MAX_PATH/URLMAX_PATH/.
2005-01-18 11:16:10 +00:00
David Shaw
996c82ffd6
* ksutil.h, gpgkeys_curl.c, gpgkeys_hkp.c, gpgkeys_ldap.c,
...
gpgkeys_finger.c, gpgkeys_http.c: Part 2 of the cleanup. Move all the
various defines to ksutil.h.
2005-01-13 23:37:26 +00:00
David Shaw
0a42f97e43
* gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Part 1
...
of a minor cleanup to use #defines instead of hard-coded sizes.
2005-01-13 23:22:10 +00:00
David Shaw
97b8f41b08
* gpgkeys_curl.c (main): New "follow-redirects" option. Takes an optional
...
numeric value for the maximum number of redirects to allow. Defaults to
5.
* gpgkeys_curl.c (main), gpgkeys_finger.c (main), gpgkeys_hkp.c (main),
gpgkeys_http.c (main), gpgkeys_ldap.c (main): Make sure that a "timeout"
option passed with no arguments is properly handled.
2004-12-22 19:19:10 +00:00
David Shaw
0361c6f01b
* gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite to
...
avoid DLL access problem on win32.
* gpgkeys_http.c (main, get_key): Properly pass authentication info
through to the http library.
2004-12-22 18:07:21 +00:00
Werner Koch
e170c54cf8
* gpgkeys_ldap.c (main, show_help): Kludge to implement standard
...
GNU options. Factored help printing out.
* gpgkeys_finger.c (main, show_help): Ditto.
* gpgkeys_hkp.c (main, show_help): Ditto.
* gpgkeys_http.c (main, show_help): Ditto.
* gpgkeys_test.in, gpgkeys_mailto.in: Implement --version and --help.
2004-10-15 12:19:06 +00:00
David Shaw
d603b7c3a1
* gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main),
...
gpgkeys_finger.c (main): Call timeout functions before performing an
action that could block for a long time.
* ksutil.h, ksutil.c: New. Right now just contains timeout functions.
2004-10-13 18:30:29 +00:00
David Shaw
e3fd0f0c60
* gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Fix a
...
few occurances of "filename" to `filename'.
2004-10-11 20:33:22 +00:00
David Shaw
6c5507fff0
* gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key,
...
search_key), gpgkeys_http.c (get_key): Do not give informational logs
since this is now done inside gpg.
2004-08-23 19:54:40 +00:00
David Shaw
d9f1eed99e
* gpgkeys_http.c: General polish and removal of leftover stuff from
...
gpgkeys_hkp.c.
2004-05-26 19:38:38 +00:00
David Shaw
50f4faee4a
* gpgkeys_http.c (get_key): Cosmetic fix - make sure that URLs with no
...
path use a path of "/".
2004-05-22 03:35:57 +00:00
David Shaw
e934977137
* gpgkeys_http.c: New program to do a simple HTTP file fetch using the
...
keyserver interface.
* Makefile.am: Build it.
2004-05-20 19:07:10 +00:00