Source-Changes archive

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

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Wed Sep 22 03:01:56 UTC 1999

Modified Files:
        basesrc/usr.bin/ftp: cmds.c complete.c fetch.c ftp.c ruserpass.c util.c

Log Message:
replace snprintf() with strlcpy(), strlcat(), or direct assignment
where appropriate. (strlc*() are easier to port to foriegn systems).

XXX; there's still a few snprintf's in the progress meter stuff to convert


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 basesrc/usr.bin/ftp/cmds.c basesrc/usr.bin/ftp/util.c
cvs rdiff -r1.26 -r1.27 basesrc/usr.bin/ftp/complete.c
cvs rdiff -r1.71 -r1.72 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.62 -r1.63 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.22 -r1.23 basesrc/usr.bin/ftp/ruserpass.c

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