[auth.h]
     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, ...
This commit is contained in:
Damien Miller 2003-09-03 12:11:30 +10:00
parent 856f0be669
commit a256c650ac
2 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,10 @@
[auth2.c monitor.c]
fix passwd auth for 'username leaks via timing'; with djm@, original
patches from solar
- markus@cvs.openbsd.org 2003/08/28 12:54:34
[auth.h]
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, ...
20030902
- (djm) OpenBSD CVS Sync
@ -976,4 +980,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.2938 2003/09/02 21:32:45 djm Exp $
$Id: ChangeLog,v 1.2939 2003/09/03 02:11:30 djm Exp $

2
auth.h
View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth.h,v 1.45 2003/08/26 09:58:43 markus Exp $ */
/* $OpenBSD: auth.h,v 1.46 2003/08/28 12:54:34 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.