]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2003/09/01 12:50:46
authordjm <djm>
Tue, 2 Sep 2003 12:57:27 +0000 (12:57 +0000)
committerdjm <djm>
Tue, 2 Sep 2003 12:57:27 +0000 (12:57 +0000)
     [readconf.c]
     rm gssapidelegatecreds alias; never supported before

ChangeLog
readconf.c

index 77472367f8f9f9d9948a197f674c4b1846085b0b..6b5cd35fa5ed79d41198585cf92357866548c737 100644 (file)
--- 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
index 281b66872bc7d6ba5f4a3738655ac05b7b8ba78c..d7ef58936cc9a69dfad5501613e8e1df0d6d3d9f 100644 (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 },
This page took 1.038838 seconds and 5 git commands to generate.