]> granicus.if.org Git - curl/commit
set_userpass: convert from protocol-specific to generic
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 May 2011 15:07:21 +0000 (17:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 May 2011 15:07:21 +0000 (17:07 +0200)
commit32001ac4149b2062402b5914d756d405ab45c212
tree446d0c52870ce3faa9a39eba730d091b0bc45bf3
parent9c629e534866169b1445bd6614233ded73ff0460
set_userpass: convert from protocol-specific to generic

The protocol handler's flags field now can set that the protocol
requires a password, so that the set_userpass function doesn't have to
have the specific knowledge of which protocols that do.
lib/ftp.c
lib/imap.c
lib/url.c
lib/urldata.h