]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
* geturl.cc (get_url_to_file): Add parameter `allow_ftp_auth'.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 28 May 2001 08:31:02 +0000 (08:31 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 28 May 2001 08:31:02 +0000 (08:31 +0000)
commit85553593eb17861afc091a8054e7fae2a357b380
treeb7c12d437c5d3ea2e589693a6862ba5f0bf8913a
parentc4174b9c2d37b314eea8c64f337e376a20c5f840
    * geturl.cc (get_url_to_file): Add parameter `allow_ftp_auth'.
        * geturl.h: Change declaration of `get_url_to_file' accordingly.
        * netio.cc (NetIO::NetIO): Add parameter `allow_ftp_auth'.
        Set member `ftp_auth'.
        (NetIO::open): Add parameter `allow_ftp_auth'. Use it in calls
        to constructors of derived classes.
        (NetIO::get_ftp_auth): New method.
        * netio.h: Change class definition accordingly.
        * nio-ftp.cc (NetIO_FTP::NetIO_FTP): Add parameter `allow_ftp_auth'.
        Take global variables `net_ftp_user' and `net_ftp_passwd' into account.
        Add code for ftp authentication retry.
        * nio-ftp.h: Change class definition accordingly.
        * nio-http.cc (NetIO_HTTP::NetIO_HTTP): Add parameter `allow_ftp_auth'.
        Add code for ftp authentication retry in case of proxy connection.
        * nio-http.h: Change class definition accordingly.
        * res.rc: Add FTP authentication dialog.
        * resource.h: Add new constants used in res.rc.
        * state.h: Add variables `net_ftp_user' and `net_ftp_passwd'.
12 files changed:
ChangeLog
geturl.cc
geturl.h
netio.cc
netio.h
nio-ftp.cc
nio-ftp.h
nio-http.cc
nio-http.h
res.rc
resource.h
state.h
This page took 0.034764 seconds and 5 git commands to generate.