Jan Hudec <[EMAIL PROTECTED]> writes: > It's not supported by libneon?!?!
Yes it is. If the program using libneon tells libneon "please, use this proxy, and use this callback to get username and password", then libneon will use it. This is what my branch of tla does. (The ~/.authinfo parsing is a bit long, but just getting the username and password from $http_proxy could be done in a few lines of C -- By the way, this is IMHO a very bad idea to store password in environment variables for security reasons) -- Matthieu _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
