Source-Changes archive

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

CVS commit: basesrc/libexec/ftpd



Module Name:    basesrc
Committed By:   lukem
Date:           Wed Sep 19 00:50:54 UTC 2001

Modified Files:
        basesrc/libexec/ftpd: conf.c ftpd.c version.h

Log Message:
a few changes from Mike Heffner <mheffner%vt.edu@localhost> in private email:
- totally clear a glob buffer before use, because FreeBSD depends on
  some of the other fields being cleared (other than just gl_offs)
- in strend(), ensure that the source string isn't too large
- remove unnecessarily complicated sizing of proctitle, since snprintf()
  will truncate it anyway


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/libexec/ftpd/conf.c
cvs rdiff -r1.128 -r1.129 basesrc/libexec/ftpd/ftpd.c
cvs rdiff -r1.33 -r1.34 basesrc/libexec/ftpd/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