[readconf.c]
     rm gssapidelegatecreds alias; never supported before
This commit is contained in:
Damien Miller 2003-09-02 22:57:27 +10:00
parent 9b7b03b270
commit 84d03efdf7
2 changed files with 5 additions and 3 deletions

View File

@ -35,6 +35,9 @@
- markus@cvs.openbsd.org 2003/09/01 09:50:04
[sshd_config.5]
gss kex is not supported; sxw@inf.ed.ac.uk
- markus@cvs.openbsd.org 2003/09/01 12:50:46
[readconf.c]
rm gssapidelegatecreds alias; never supported before
20030829
- (bal) openbsd-compat/ clean up. Considate headers, add in Id on our
@ -950,4 +953,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.2929 2003/09/02 12:57:05 djm Exp $
$Id: ChangeLog,v 1.2930 2003/09/02 12:57:27 djm Exp $

View File

@ -12,7 +12,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: readconf.c,v 1.119 2003/08/28 12:54:34 markus Exp $");
RCSID("$OpenBSD: readconf.c,v 1.120 2003/09/01 12:50:46 markus Exp $");
#include "ssh.h"
#include "xmalloc.h"
@ -137,7 +137,6 @@ static struct {
{ "afstokenpassing", oUnsupported },
#if defined(GSSAPI)
{ "gssapiauthentication", oGssAuthentication },
{ "gssapidelegatecreds", oGssDelegateCreds },
{ "gssapidelegatecredentials", oGssDelegateCreds },
#else
{ "gssapiauthentication", oUnsupported },