Subject: CVS commit: src/crypto/dist/ssh
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/13/2005 18:14:05
Module Name:	src
Committed By:	christos
Date:		Sun Feb 13 18:14:05 UTC 2005

Modified Files:
	src/crypto/dist/ssh: auth-passwd.c auth.h auth1.c auth2-chall.c auth2.c
	    gss-serv-krb5.c includes.h monitor.c monitor.h monitor_wrap.c
	    monitor_wrap.h servconf.c servconf.h session.c sshd.c

Log Message:
Add PAM hooks from portable OpenSSH.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/crypto/dist/ssh/auth-passwd.c
cvs rdiff -r1.17 -r1.18 src/crypto/dist/ssh/auth.h \
    src/crypto/dist/ssh/servconf.h
cvs rdiff -r1.26 -r1.27 src/crypto/dist/ssh/auth1.c
cvs rdiff -r1.13 -r1.14 src/crypto/dist/ssh/auth2-chall.c \
    src/crypto/dist/ssh/monitor_wrap.c
cvs rdiff -r1.24 -r1.25 src/crypto/dist/ssh/auth2.c
cvs rdiff -r1.1.1.1 -r1.2 src/crypto/dist/ssh/gss-serv-krb5.c
cvs rdiff -r1.8 -r1.9 src/crypto/dist/ssh/includes.h
cvs rdiff -r1.16 -r1.17 src/crypto/dist/ssh/monitor.c
cvs rdiff -r1.6 -r1.7 src/crypto/dist/ssh/monitor.h \
    src/crypto/dist/ssh/monitor_wrap.h
cvs rdiff -r1.28 -r1.29 src/crypto/dist/ssh/servconf.c
cvs rdiff -r1.37 -r1.38 src/crypto/dist/ssh/session.c
cvs rdiff -r1.35 -r1.36 src/crypto/dist/ssh/sshd.c

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