aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_http.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-04-26* gpgkeys_http.c, gpgkeys_oldhkp.c: Removed.David Shaw1-407/+0
2005-07-27Converted all m_free to xfree etc.Werner Koch1-1/+1
2005-06-23* gpgkeys_mailto.in, gpgkeys_test.in: Use @VERSION@ so version stringDavid Shaw1-6/+0
stays up to date. * gpgkeys_http.c: Don't need to define HTTP_PROXY_ENV here since it's in ksutil.h. * gpgkeys_curl.c (get_key, main), gpgkeys_hkp.c (main): Pass AUTH values to curl or curl-shim. * curl-shim.c (curl_easy_perform), gpgkeys_curl.c (main), gpgkeys_hkp.c (main): Use curl-style proxy semantics.
2005-06-23* gpgkeys_http.c (get_key), gpgkeys_oldhkp (send_key, get_key,David Shaw1-3/+4
search_key): No longer need to pass a proxyauth. * gpgkeys_http.c (get_key): Pass auth outside of the URL.
2005-06-22* gpgkeys_http.c (get_key), gpgkeys_oldhkp.c (send_key, get_key,David Shaw1-1/+1
search_key): Fix http_open/http_open_document calls to pass NULL for auth and proxyauth since these programs pass them in the URL.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-05-04* gpgkeys_http.c: Need GET defined.David Shaw1-0/+2
2005-03-22* gpgkeys_ldap.c, ksutil.h, ksutil.c (print_nocr): Moved fromDavid Shaw1-2/+2
gpgkeys_ldap.c. Print a string, but strip out any CRs. * gpgkeys_finger.c (get_key), gpgkeys_hkp.c (get_key), gpgkeys_http.c (get_key): Use it here when outputting key material to canonicalize line endings.
2005-02-01* gpgkeys_hkp.c (get_key), gpgkeys_http.c (get_key): Fix missingDavid Shaw1-0/+1
http_close() calls. Noted by Phil Pennock.
2005-01-18* gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash withWerner Koch1-4/+8
the W32 defined macro. Removed unneeded initialization of static variables. * gpgkeys_http.c: Ditto. * ksutil.h: s/MAX_PATH/URLMAX_PATH/.
2005-01-13* ksutil.h, gpgkeys_curl.c, gpgkeys_hkp.c, gpgkeys_ldap.c,David Shaw1-17/+1
gpgkeys_finger.c, gpgkeys_http.c: Part 2 of the cleanup. Move all the various defines to ksutil.h.
2005-01-13* gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Part 1David Shaw1-19/+29
of a minor cleanup to use #defines instead of hard-coded sizes.
2004-12-22* gpgkeys_curl.c (main): New "follow-redirects" option. Takes an optionalDavid Shaw1-1/+3
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* gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite toDavid Shaw1-3/+9
avoid DLL access problem on win32. * gpgkeys_http.c (main, get_key): Properly pass authentication info through to the http library.
2004-10-15* gpgkeys_ldap.c (main, show_help): Kludge to implement standardWerner Koch1-3/+21
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-13* gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main),David Shaw1-4/+21
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-11* gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_http.c, gpgkeys_ldap.c: Fix aDavid Shaw1-2/+2
few occurances of "filename" to `filename'.
2004-08-23* gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key,David Shaw1-4/+0
search_key), gpgkeys_http.c (get_key): Do not give informational logs since this is now done inside gpg.
2004-05-26* gpgkeys_http.c: General polish and removal of leftover stuff fromDavid Shaw1-31/+21
gpgkeys_hkp.c.
2004-05-22* gpgkeys_http.c (get_key): Cosmetic fix - make sure that URLs with noDavid Shaw1-4/+4
path use a path of "/".
2004-05-20* gpgkeys_http.c: New program to do a simple HTTP file fetch using theDavid Shaw1-0/+381
keyserver interface. * Makefile.am: Build it.