Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/30/2000 04:59:12
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Nov 30 02:59:12 UTC 2000

Modified Files:
	basesrc/libexec/ftpd: Makefile extern.h ftpcmd.y ftpd.c popen.c
	    version.h

Log Message:
- move password checking into separate valid_passwd() function, to assist
  in porting to other systems.
- don't syslog() or setproctitle() "ACCT" lines (as per "PASS")
- replace #ifdef HASSETPROCTITLE with #if HAVE_SETPROCTITLE, and set the
  latter #ifdef BSD4_4
- don't compile in internal `ls' #ifdef NO_INTERNAL_LS. will need Makefile
  support if this is to be used on NetBSD.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/libexec/ftpd/Makefile
cvs rdiff -r1.35 -r1.36 basesrc/libexec/ftpd/extern.h
cvs rdiff -r1.57 -r1.58 basesrc/libexec/ftpd/ftpcmd.y
cvs rdiff -r1.114 -r1.115 basesrc/libexec/ftpd/ftpd.c
cvs rdiff -r1.22 -r1.23 basesrc/libexec/ftpd/popen.c
cvs rdiff -r1.24 -r1.25 basesrc/libexec/ftpd/version.h

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