Commit ID: 1005465371B0D84FA4E
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/13 22:58:30 UTC
Modified files:
usr.bin/ftp : extern.h fetch.c ftp.1 ftp_var.h main.c
Log message:
Add -H (like wget --header) support. Yak shaving time.
• more __CRAZY=Yes
• accept http://foo (w/o trailing /) but keep complaining
• unbreak http://foo/ (with exactly one trailing slash)
‣ was broken in separate variants for with/without proxy
• do not replace the : in user:pass with an asterisk
• streamline HTTP header/request generation
• unbreak cookies for proxy-using requests
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.4 -r1.2 src/usr.bin/ftp/extern.h
cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.bin/ftp/fetch.c
cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ftp/ftp.1
cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ftp/ftp_var.h
cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.bin/ftp/main.c