Searched refs:Xauth (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dsecurity.h31 #include <X11/Xauth.h>
42 Xauth *XSecurityAllocXauth(void);
44 void XSecurityFreeXauth(Xauth *auth);
56 Xauth *XSecurityGenerateAuthorization(
58 Xauth *auth_in,
/xsrc/external/mit/xdm/dist/xdm/
H A Drpcauth.c52 Xauth *
58 Xauth *new;
62 return (Xauth *) 0;
76 return (Xauth *) 0;
83 return (Xauth *) 0;
H A Dmitauth.c55 Xauth *
58 Xauth *new;
59 new = malloc (sizeof (Xauth));
62 return (Xauth *) 0;
73 return (Xauth *) 0;
80 return (Xauth *) 0;
89 return (Xauth *) 0;
H A Dxdmauth.c83 static Xauth *
86 Xauth *new;
87 new = malloc (sizeof (Xauth));
90 return (Xauth *) 0;
105 return (Xauth *) 0;
112 return (Xauth *) 0;
121 return (Xauth *) 0;
132 Xauth *
144 Xauth *fileauth, *xdmcpauth;
151 fileauth = malloc (sizeof (Xauth));
[all...]
H A Dkrb5auth.c91 Xauth *
94 Xauth *new;
100 return (Xauth *) 0;
115 return (Xauth *) 0;
133 return (Xauth *) 0;
140 Xauth *
H A Dauth.c93 Xauth *(*GetAuth)(unsigned short len, char *name);
146 static Xauth *
150 Xauth *auth = NULL;
192 Xauth *auth;
371 Xauth **auths,
465 Xauth *auth, **auths;
473 d->authorizations = (Xauth **) NULL;
487 auths = malloc (d->authNameNum * sizeof (Xauth *));
521 register Xauth **auth = d->authorizations;
602 dumpAuth (Xauth *aut
[all...]
H A Dprotodpy.c130 pdpy->fileAuthorization = (Xauth *) NULL;
131 pdpy->xdmcpAuthorization = (Xauth *) NULL;
/xsrc/external/mit/libXau/dist/include/X11/
H A DXauth.h48 } Xauth; typedef in typeref:struct:xauth
94 Xauth* /* auth */
98 Xauth *XauReadAuth(
118 Xauth* /* auth */
124 Xauth *XauGetAuthByAddr(
151 Xauth *XauGetBestAuthByAddr(
/xsrc/external/mit/xdm/dist/include/
H A Ddm_auth.h39 extern Xauth *MitGetAuth (unsigned short namelen, char *name);
43 extern Xauth *XdmGetAuth (unsigned short namelen, char *name);
59 extern Xauth *SecureRPCGetAuth (unsigned short namelen, char *name);
64 extern Xauth *Krb5GetAuth (unsigned short namelen, char *name);
81 extern int SaveServerAuthorizations (struct display *d, Xauth **auths, int count);
H A Ddm.h49 # include <X11/Xauth.h>
231 Xauth **authorizations;/* authorization data */
258 Xauth *fileAuthorization;
259 Xauth *xdmcpAuthorization;
/xsrc/external/mit/libXau/dist/
H A DAuDispose.c30 #include <X11/Xauth.h>
34 XauDisposeAuth (Xauth *auth)
H A DAuUnlock.c30 #include <X11/Xauth.h>
H A DAuRead.c30 #include <X11/Xauth.h>
75 Xauth *
78 Xauth local = { 0, 0, NULL, 0, NULL, 0, NULL, 0, NULL };
79 Xauth *ret;
98 ret = malloc (sizeof (Xauth));
H A DAuWrite.c30 #include <X11/Xauth.h>
55 XauWriteAuth (FILE *auth_file, Xauth *auth)
H A DAutest.c30 #include <X11/Xauth.h>
37 Xauth test_data;
H A DAuGetBest.c30 #include <X11/Xauth.h>
44 Xauth *
66 Xauth *entry;
67 Xauth *best;
H A DAuGetAddr.c30 #include <X11/Xauth.h>
41 Xauth *
66 Xauth *entry;
H A DAuFileName.c30 #include <X11/Xauth.h>
H A DAuLock.c30 #include <X11/Xauth.h>
H A DMakefile.am24 xauinclude_HEADERS = include/X11/Xauth.h
/xsrc/external/mit/xauth/dist/
H A Dxauth.h30 #include <X11/Xauth.h>
50 extern const char *get_hostname ( Xauth *auth );
H A Dprocess.c70 Xauth *auth;
411 static Xauth *
414 Xauth *auth;
416 auth = malloc (sizeof (Xauth));
458 typedef Xauth *(*ReadFunc)(FILE *);
464 Xauth *auth;
530 Xauth *auth = malloc(sizeof(Xauth));
990 dump_numeric(register FILE *fp, register Xauth *auth)
1007 dump_entry(const char *inputfilename, int lineno, Xauth *aut
[all...]
/xsrc/external/mit/libXext/dist/src/
H A DXSecurity.c187 Xauth *
190 return Xcalloc(1, sizeof(Xauth));
194 XSecurityFreeXauth(Xauth *auth)
218 Xauth *
221 Xauth *auth_in,
229 Xauth *auth_return;
242 SecurityCheckExtension (dpy, info, (Xauth *)NULL);
275 return (Xauth *)NULL;
280 /* Allocate space for the Xauth struct and the auth name and data all
287 (sizeof(Xauth)
[all...]
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_auth.c33 #include <X11/Xauth.h>
113 static Xauth *get_authptr(struct sockaddr *sockname, int display)
189 static int compute_auth(xcb_auth_info_t *info, Xauth *authptr, struct sockaddr *sockname)
327 Xauth *authptr = 0;
/xsrc/external/mit/xorg-server.old/dist/os/
H A Drpcauth.c42 #include <X11/Xauth.h>

Completed in 19 milliseconds

12