aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_ftp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.am: Build gpgkeys_http or gpgkeys_curl as needed.David Shaw2004-12-221-350/+0
| | | | | | | | * gpgkeys_curl.c (main, get_key): Minor tweaks to work with either FTP or HTTP. * gpgkeys_ftp.c: renamed to gpgkeys_curl.c.
* * gpgkeys_ftp.c (main, get_key): Use auth data as passed by gpg. UseDavid Shaw2004-12-221-6/+13
| | | | | | CURLOPT_FILE instead of CURLOPT_WRITEDATA (same option, but backwards compatible).
* FTP keyserver support via gpgkeys_ftp. This is currently off by default.David Shaw2004-12-211-0/+343