This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/cinstall ChangeLog geturl.cc geturl ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-05-28 01:31:02

Modified files:
	winsup/cinstall: 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 

Log message:
	* 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'.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.58&r2=2.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/geturl.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/netio.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/netio.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ftp.cc.diff?cvsroot=src&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-ftp.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-http.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/nio-http.h.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/res.rc.diff?cvsroot=src&r1=2.19&r2=2.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/resource.h.diff?cvsroot=src&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/state.h.diff?cvsroot=src&r1=2.3&r2=2.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]