Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: lukem
Date: Fri May 13 05:03:49 UTC 2005
Modified Files:
src/usr.bin/ftp: ftp.c main.c util.c version.h
Log Message:
* Correct the "optlen" argument passed to getsockopt(3) and setsockopt(3)
in various places. Fixes a problem noted by Allen Briggs.
* Improve warning printed when connect(2) for the data channel fails.
To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.93 -r1.94 src/usr.bin/ftp/main.c
cvs rdiff -r1.121 -r1.122 src/usr.bin/ftp/util.c
cvs rdiff -r1.48 -r1.49 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