Date: Mon, 28 Feb 2000 21:03:56 +0200 (SAST) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-krb5.c auth-krb4.c auth-passwd.c readconf.c readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.8 sshd.c Message-ID: <200002281903.VAA51672@internat.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2000/02/28 21:03:56 SAST
FreeBSD International Crypto Repository
Modified files:
crypto/openssh auth-krb4.c auth-passwd.c readconf.c
readconf.h servconf.c servconf.h ssh.c
ssh.h sshconnect.c sshd.8 sshd.c
Added files:
crypto/openssh auth-krb5.c
Log:
1) Add kerberos5 functionality.
by Daniel Kouril <kouril@informatics.muni.cz>
2) Add full LOGIN_CAP capability
by Andrey Chernov
Revision Changes Path
1.2 +5 -3 src/crypto/openssh/auth-krb4.c
1.2 +11 -1 src/crypto/openssh/auth-passwd.c
1.3 +41 -14 src/crypto/openssh/readconf.c
1.2 +9 -2 src/crypto/openssh/readconf.h
1.3 +60 -33 src/crypto/openssh/servconf.c
1.3 +9 -4 src/crypto/openssh/servconf.h
1.3 +2 -1 src/crypto/openssh/ssh.c
1.5 +23 -7 src/crypto/openssh/ssh.h
1.4 +284 -16 src/crypto/openssh/sshconnect.c
1.3 +10 -6 src/crypto/openssh/sshd.8
1.4 +343 -89 src/crypto/openssh/sshd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002281903.VAA51672>
