Source-Changes archive

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

CVS commit: src/libexec/ftpd



Module Name:    src
Committed By:   lukem
Date:           Sun Feb 23 13:04:37 UTC 2003

Modified Files:
        src/libexec/ftpd: extern.h ftpd.c logutmp.c logwtmp.c version.h

Log Message:
rename local copies of login(), logout() and logwtmp() to
ftpd_login(), ftpd_logout() and ftpd_logwtmp() respectively.
(makes utmp support much easier in tnftpd).

per suggestion in mail from Mike Heffner <mheffner%vt.edu@localhost>, who
forwarded patch from Michael Ranner <mranner%inode.at@localhost>.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/libexec/ftpd/extern.h
cvs rdiff -r1.151 -r1.152 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.3 -r1.4 src/libexec/ftpd/logutmp.c
cvs rdiff -r1.18 -r1.19 src/libexec/ftpd/logwtmp.c
cvs rdiff -r1.51 -r1.52 src/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