OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Markus Friedl (markuscvs.openbsd.org)
Date: Thu Aug 28 2003 - 07:54:34 CDT


CVSROOT: /cvs
Module name: src
Changes by: markuscvs.openbsd.org 2003/08/28 06:54:34

Modified files:
        usr.bin/ssh : auth-krb5.c auth.h auth1.c monitor.c monitor.h
                         monitor_wrap.c monitor_wrap.h readconf.c
                         servconf.c session.c ssh_config.5 sshconnect1.c
                         sshd.c sshd_config sshd_config.5

Log message:
remove kerberos support from ssh1, since it has been replaced with GSSAPI;
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...