curl-users
Patch to use GSSAPI authentication for socks5 connection
Date: Sun, 14 Sep 2008 12:07:40 +0100
Find attached a patch that allows socks connections with GSSAPI
authentication to the socks proxy. Encryption is not implemented as in most
cases it does not add any benefit, since users will use sftp or ftps anyway,
but authentication is very useful to be user dependant instead of src IP
dependant on the socks proxy.
I also added an option --socks5-gssapi-service to change the Kerberos
service name from the default rcmd to something else. I tested against the
NEC reference implementation.
Markus
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: curl-7.19.0-socks5-gssapi.patch