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.
This commit is contained in:
@@ -996,10 +996,6 @@ ProcGetAtomName(ClientPtr client)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef K5AUTH
|
||||
extern int k5_bad();
|
||||
#endif
|
||||
|
||||
int
|
||||
ProcSetSelectionOwner(ClientPtr client)
|
||||
{
|
||||
@@ -3541,12 +3537,6 @@ InitProcVectors(void)
|
||||
ProcVector[i] = SwappedProcVector[i] = ProcBadRequest;
|
||||
ReplySwapVector[i] = ReplyNotSwappd;
|
||||
}
|
||||
#ifdef K5AUTH
|
||||
if (!k5_Vector[i])
|
||||
{
|
||||
k5_Vector[i] = k5_bad;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
for(i = LASTEvent; i < 128; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user