Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/24/2003 15:31:58
Module Name:	src
Committed By:	itojun
Date:		Thu Jul 24 15:31:58 UTC 2003

Modified Files:
	src/crypto/dist/ssh: auth-passwd.c auth.h auth1.c monitor.c monitor.h
	    monitor_wrap.c monitor_wrap.h readconf.c readconf.h scp.c
	    servconf.c servconf.h session.c ssh.1 ssh.c ssh.h ssh_config.5
	    sshconnect1.c sshd.c sshd_config sshd_config.5
	src/usr.bin/ssh/libssh: Makefile
	src/usr.bin/ssh/ssh: Makefile
	src/usr.bin/ssh/sshd: Makefile
Added Files:
	src/crypto/dist/ssh: auth-krb4.c radix.c radix.h

Log Message:
bring back krb4 support, just to suppress unwanted noise from other developers.

note that official openssh distribution have already dropped kerberosIV support,
therefore maintenance cost needs to be paid by us.  and have no intent to help.


To generate a diff of this commit:
cvs rdiff -r0 -r1.13 src/crypto/dist/ssh/auth-krb4.c \
    src/crypto/dist/ssh/radix.c
cvs rdiff -r1.9 -r1.10 src/crypto/dist/ssh/auth-passwd.c
cvs rdiff -r1.15 -r1.16 src/crypto/dist/ssh/auth.h \
    src/crypto/dist/ssh/servconf.h
cvs rdiff -r1.24 -r1.25 src/crypto/dist/ssh/auth1.c
cvs rdiff -r1.14 -r1.15 src/crypto/dist/ssh/monitor.c
cvs rdiff -r1.4 -r1.5 src/crypto/dist/ssh/monitor.h \
    src/crypto/dist/ssh/monitor_wrap.h
cvs rdiff -r1.11 -r1.12 src/crypto/dist/ssh/monitor_wrap.c \
    src/crypto/dist/ssh/ssh.h
cvs rdiff -r0 -r1.5 src/crypto/dist/ssh/radix.h
cvs rdiff -r1.19 -r1.20 src/crypto/dist/ssh/readconf.c
cvs rdiff -r1.12 -r1.13 src/crypto/dist/ssh/readconf.h
cvs rdiff -r1.22 -r1.23 src/crypto/dist/ssh/scp.c
cvs rdiff -r1.25 -r1.26 src/crypto/dist/ssh/servconf.c \
    src/crypto/dist/ssh/sshconnect1.c
cvs rdiff -r1.33 -r1.34 src/crypto/dist/ssh/session.c \
    src/crypto/dist/ssh/sshd.c
cvs rdiff -r1.27 -r1.28 src/crypto/dist/ssh/ssh.1
cvs rdiff -r1.29 -r1.30 src/crypto/dist/ssh/ssh.c
cvs rdiff -r1.5 -r1.6 src/crypto/dist/ssh/ssh_config.5
cvs rdiff -r1.17 -r1.18 src/crypto/dist/ssh/sshd_config
cvs rdiff -r1.6 -r1.7 src/crypto/dist/ssh/sshd_config.5
cvs rdiff -r1.17 -r1.18 src/usr.bin/ssh/libssh/Makefile
cvs rdiff -r1.15 -r1.16 src/usr.bin/ssh/ssh/Makefile
cvs rdiff -r1.17 -r1.18 src/usr.bin/ssh/sshd/Makefile

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