From 84d03efdf7715eaeacc46abf3c9dc0a210a0bbbe Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 2 Sep 2003 22:57:27 +1000 Subject: [PATCH] - markus@cvs.openbsd.org 2003/09/01 12:50:46 [readconf.c] rm gssapidelegatecreds alias; never supported before --- ChangeLog | 5 ++++- readconf.c | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f04e98e15..b583500d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/readconf.c b/readconf.c index 281b66872..d7ef58936 100644 --- a/readconf.c +++ b/readconf.c @@ -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 },