aboutsummaryrefslogtreecommitdiffstats
path: root/ftp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [w3m-dev 03057] Re: Bug#134350: w3m: Forgets (http auth) login information ↵Fumitoshi UKAI2002-02-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | upon reload (or almost anything else) * etc.c (find_auth): add `file' check file as well * etc.c (find_auth_cookie): add `file' * etc.c (add_auth_cookie): add `file' * file.c (AuthBasicCred): add "Basic " * file.c (AuthDigestCred): add "Digest " * file.c (getAuthCookie): if h_auth == NULL, get recorded cookie * file.c (get_auth_cookie): get recorded cookie * file.c (loadGeneralFile): don't clear add_auth_cookie_flag by redirection add_auth_cookie if authorization is required and passed * fm.h (auth_cookie): add file * ftp.c (openFTP): follow change auth_cookie * proto.h (get_auth_cookie): added * proto.h (find_auth_cookie): add `file' * proto.h (add_auth_cookie): add `file' * url.c (openURL): get_auth_cookie From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 02822] Print FTP directory list for -dump_extra optionFumitoshi UKAI2002-01-111-12/+23
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 02732] fix Debian Bug#126381 - Passwords entered for HTTPS are used ↵Fumitoshi UKAI2001-12-251-3/+3
| | | | | | for HTTP From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* [w3m-dev 02586] code cleanup againFumitoshi UKAI2001-11-291-43/+43
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 02584] code cleanup againFumitoshi UKAI2001-11-291-5/+5
| | | | From: Fumitoshi UKAI <ukai@debian.or.jp>
* run make indentFumitoshi UKAI2001-11-241-38/+38
|
* add ftppass_hostnamegenFumitoshi UKAI2001-11-231-2/+2
|
* add rcsidsFumitoshi UKAI2001-11-201-0/+1
|
* remove gcc warningsFumitoshi UKAI2001-11-201-54/+0
|
* Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5Akinori Ito2001-11-091-22/+52
|
* Initial revisionAkinori Ito2001-11-081-0/+871