Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2001 18:22:05 -0800 (PST)
From:      Assar Westerlund <assar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/crypto/openssh auth-krb4.c auth-krb5.c auth-passwd.c auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h ssh.h sshconnect.c sshconnect1.c sshd.c
Message-ID:  <200103040222.f242M5q20915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
assar       2001/03/03 18:22:05 PST

  Modified files:
    crypto/openssh       auth-krb4.c auth-krb5.c auth-passwd.c 
                         auth1.c auth2.c readconf.c readconf.h 
                         servconf.c servconf.h ssh.h sshconnect.c 
                         sshconnect1.c sshd.c 
  Log:
  Add code for being compatible with ssh.com's krb5 authentication.
  It is done by using the same ssh messages for v4 and v5 authentication
  (since the ssh.com does not now anything about v4) and looking at the
  contents after unpacking it to see if it is v4 or v5.
  Based on code from Björn Grönvall <bg@sics.se>
  
  PR:		misc/20504
  
  Revision  Changes    Path
  1.8       +2 -2      src/crypto/openssh/auth-krb4.c
  1.7       +2 -2      src/crypto/openssh/auth-krb5.c
  1.7       +3 -3      src/crypto/openssh/auth-passwd.c
  1.11      +57 -62    src/crypto/openssh/auth1.c
  1.9       +3 -3      src/crypto/openssh/auth2.c
  1.11      +17 -25    src/crypto/openssh/readconf.c
  1.7       +3 -5      src/crypto/openssh/readconf.h
  1.20      +29 -19    src/crypto/openssh/servconf.c
  1.8       +4 -4      src/crypto/openssh/servconf.h
  1.15      +8 -12     src/crypto/openssh/ssh.h
  1.12      +6 -6      src/crypto/openssh/sshconnect.c
  1.7       +36 -35    src/crypto/openssh/sshconnect1.c
  1.23      +8 -13     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?200103040222.f242M5q20915>