summaryrefslogtreecommitdiff
path: root/os/auth.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-06-04 18:07:00 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-06-04 18:07:00 -0400
commitdfbe32b5b828cc4e3da36a0e2e6ad641164eaa5e (patch)
tree1b08018adca275fe5ee38eb12366ac8d256f191a /os/auth.c
parent75dece08fb72803d5116e6776e9f1534ff20e37b (diff)
Remove the old Kerberos 5 authentication code.
Before you complain, this code hasn't seen material change since at least X11R6. It certainly does not build with any modern version of Kerberos. Anybody wanting krb5 auth to their X server should probably be using GSSAPI instead of internal krb5 API anyway.
Diffstat (limited to 'os/auth.c')
-rw-r--r--os/auth.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/auth.c b/os/auth.c
index b06333e6b..b2a145f89 100644
--- a/os/auth.c
+++ b/os/auth.c
@@ -35,9 +35,6 @@ from The Open Group.
#include <dix-config.h>
#endif
-#ifdef K5AUTH
-# include <krb5/krb5.h>
-#endif
# include <X11/X.h>
# include <X11/Xauth.h>
# include "misc.h"
@@ -92,15 +89,6 @@ static struct protocol protocols[] = {
#endif
},
#endif
-#ifdef K5AUTH
-{ (unsigned short) 14, "MIT-KERBEROS-5",
- K5Add, K5Check, K5Reset,
- K5ToID, K5FromID, K5Remove,
-#ifdef XCSECURITY
- NULL
-#endif
-},
-#endif
#ifdef XCSECURITY
{ (unsigned short) XSecurityAuthorizationNameLen,
XSecurityAuthorizationName,