Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/20/2005 01:45:17
Module Name:	src
Committed By:	christos
Date:		Sun Feb 20 01:45:17 UTC 2005

Modified Files:
	src/libexec/ftpd: Makefile ftpd.c

Log Message:
Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined,
then we don't fall back to other authentications even if PAM fails due
to a system error (e.g. configuration problem).


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/libexec/ftpd/Makefile
cvs rdiff -r1.163 -r1.164 src/libexec/ftpd/ftpd.c

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