Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src/usr.bin/ftp



Module Name:    src
Committed By:   riz
Date:           Thu Nov  5 05:26:38 UTC 2015

Modified Files:
        src/usr.bin/ftp [netbsd-7]: fetch.c ftp.1 main.c ssl.c ssl.h version.h

Log Message:
Pull up following revision(s) (requested by wiz in ticket #981):
        usr.bin/ftp/ftp.1: revision 1.135
        usr.bin/ftp/ssl.c: revision 1.3
        usr.bin/ftp/ssl.c: revision 1.4
        usr.bin/ftp/ssl.h: revision 1.3
        usr.bin/ftp/version.h: revision 1.86
        usr.bin/ftp/version.h: revision 1.87
        usr.bin/ftp/fetch.c: revision 1.207
        usr.bin/ftp/main.c: revision 1.123
Add  -x xferbufsize  to set xferbuf size.
Implement  -x xferbufsize  set the socket send and receive buffer size,
as per 'xferbuf' in interactive mode.
Patch from Nicholas Mills (via private mail), with minor adjustment by me.
Add Server Name Indication (SNI) support for https.
Needed for e.g. some github URLs.
Bump version for SNI support.
servername cannot be NULL here.
Noted by joerg@.


To generate a diff of this commit:
cvs rdiff -u -r1.205.4.1 -r1.205.4.2 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.134 -r1.134.8.1 src/usr.bin/ftp/ftp.1
cvs rdiff -u -r1.122 -r1.122.8.1 src/usr.bin/ftp/main.c
cvs rdiff -u -r1.2 -r1.2.14.1 src/usr.bin/ftp/ssl.c
cvs rdiff -u -r1.2 -r1.2.4.1 src/usr.bin/ftp/ssl.h
cvs rdiff -u -r1.84.6.1 -r1.84.6.2 src/usr.bin/ftp/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index