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:   christos
Date:           Wed Feb  9 23:17:27 UTC 2005

Modified Files:
        src/usr.bin/ftp: cmds.c extern.h

Log Message:
Factor out common string processing code eliminating static buffers,
making functions that should be static be static, and cleaning up
const usage. Added a guard against buffer overflow, but the domap function
is a bit too complicated for me to tackle right now. I will leave it
to the author; hi luke!


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/usr.bin/ftp/cmds.c
cvs rdiff -r1.63 -r1.64 src/usr.bin/ftp/extern.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