From 613f146250da654c81d5c29658161f5ebb981adf Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Thu, 1 Sep 2016 17:23:57 +0100 Subject: Remove support for XDM-AUTHORIZATION-1 --- include/dm_auth.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include') diff --git a/include/dm_auth.h b/include/dm_auth.h index d475f77..a590a72 100644 --- a/include/dm_auth.h +++ b/include/dm_auth.h @@ -38,22 +38,6 @@ authorization. extern void MitInitAuth (unsigned short name_len, char *name); extern Xauth *MitGetAuth (unsigned short namelen, char *name); -# ifdef HASXDMAUTH -extern void XdmInitAuth (unsigned short name_len, char *name); -extern Xauth *XdmGetAuth (unsigned short namelen, char *name); -# ifdef XDMCP -extern void XdmGetXdmcpAuth ( - struct protoDisplay *pdpy, - unsigned short authorizationNameLen, - char *authorizationName); -extern int XdmCheckAuthentication (struct protoDisplay *pdpy, - ARRAY8Ptr displayID, ARRAY8Ptr authenticationName, - ARRAY8Ptr authenticationData); -# else -# define XdmGetXdmcpAuth NULL -# endif -# endif - # ifdef SECURE_RPC extern void SecureRPCInitAuth (unsigned short name_len, char *name); extern Xauth *SecureRPCGetAuth (unsigned short namelen, char *name); -- cgit v1.2.3