Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/10/2003 01:18:56
Module Name:	src
Committed By:	lukem
Date:		Wed Dec 10 01:18:56 UTC 2003

Modified Files:
	src/libexec/ftpd: ftpd.c version.h

Log Message:
Use sysconf(_SC_LOGIN_NAME_MAX) to determine the length of login
names, rather than assuming LOGIN_NAME_MAX.
Based on patch from Garrett Wollman via David O'Brien (both at FreeBSD.org)


To generate a diff of this commit:
cvs rdiff -r1.156 -r1.157 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.55 -r1.56 src/libexec/ftpd/version.h

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