summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-01 17:23:57 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-01 17:34:23 +0100
commit613f146250da654c81d5c29658161f5ebb981adf (patch)
treebc5ad05687d57616139927bb0c81d384162ea912 /include
parentda1b41e83e2e1d6db1348acfa1f90878a41b86c9 (diff)
Remove support for XDM-AUTHORIZATION-1
Diffstat (limited to 'include')
-rw-r--r--include/dm_auth.h16
1 files changed, 0 insertions, 16 deletions
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);