On Thu, 8 Apr 2004, Ivan Daniluk wrote:
Here attached pre2 :) patch.
What about hiding symbols, when entering password? (i.e, replacing visible characters by asterisk symbol). Maybe we just have to add additional parameter in a_Interface_make_dialog(..), like "gboolean entry_hidden" or smth?
Done. BTW, it took me some time because it required several changes: - indentation was not according to our standard. - the authentication string was in different places for GET and POST (now is between Host and User-Agent in both). - there was a memory leak in a_Http_use_proxy_passwd(). - renamed a_Http_use_proxy_passwd() to a_Http_set_proxy_passwd(). - Made the password not visible when typed. - Added a commented entry for "http_proxyuser" in dillorc. This patch is now in CVS, but is not tested because I don't have a proxy at hand! :-) Cheers Jorge.-