Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@netbsd.org>
From: Tatoku Ogaito <tacha@netbsd.org>
List: source-changes
Date: 06/30/2003 03:06:06
Module Name:	src
Committed By:	tacha
Date:		Mon Jun 30 03:06:06 UTC 2003

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

Log Message:
Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx file
open while a session.

Close bin/21692 by bqt@Krille.Update.UU.SE.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/libexec/ftpd/extern.h
cvs rdiff -r1.154 -r1.155 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.4 -r1.5 src/libexec/ftpd/logutmp.c
cvs rdiff -r1.19 -r1.20 src/libexec/ftpd/logwtmp.c
cvs rdiff -r1.54 -r1.55 src/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.