HomeSort by: relevance | last modified time | path
    Searched refs:Xauth (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/libXext/dist/include/X11/extensions/
security.h 31 #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/
rpcauth.c 52 Xauth *
58 Xauth *new;
62 return (Xauth *) 0;
76 return (Xauth *) 0;
83 return (Xauth *) 0;
mitauth.c 55 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;
xdmauth.c 83 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...]
krb5auth.c 91 Xauth *
94 Xauth *new;
100 return (Xauth *) 0;
115 return (Xauth *) 0;
133 return (Xauth *) 0;
140 Xauth *
auth.c 93 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 *auth
    [all...]
protodpy.c 130 pdpy->fileAuthorization = (Xauth *) NULL;
131 pdpy->xdmcpAuthorization = (Xauth *) NULL;
  /xsrc/external/mit/libXau/dist/include/X11/
Xauth.h 30 /* struct xauth is full of implicit padding to properly align the pointers
38 typedef struct xauth { struct
48 } Xauth;
94 Xauth* /* auth */
98 Xauth *XauReadAuth(
118 Xauth* /* auth */
124 Xauth *XauGetAuthByAddr(
151 Xauth *XauGetBestAuthByAddr(
  /xsrc/external/mit/xdm/dist/include/
dm_auth.h 39 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);
dm.h 49 # include <X11/Xauth.h>
231 Xauth **authorizations;/* authorization data */
258 Xauth *fileAuthorization;
259 Xauth *xdmcpAuthorization;
  /xsrc/external/mit/libXau/dist/
AuDispose.c 30 #include <X11/Xauth.h>
34 XauDisposeAuth (Xauth *auth)
AuUnlock.c 30 #include <X11/Xauth.h>
AuRead.c 30 #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));
AuWrite.c 30 #include <X11/Xauth.h>
55 XauWriteAuth (FILE *auth_file, Xauth *auth)
Autest.c 30 #include <X11/Xauth.h>
37 Xauth test_data;
AuGetBest.c 30 #include <X11/Xauth.h>
44 Xauth *
66 Xauth *entry;
67 Xauth *best;
AuGetAddr.c 30 #include <X11/Xauth.h>
41 Xauth *
66 Xauth *entry;
AuFileName.c 30 #include <X11/Xauth.h>
AuLock.c 30 #include <X11/Xauth.h>
  /xsrc/external/mit/xauth/dist/
xauth.h 30 #include <X11/Xauth.h>
50 extern const char *get_hostname ( Xauth *auth );
process.c 37 #include "xauth.h"
70 Xauth *auth;
150 "version show version number of xauth" },
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));
    [all...]
  /xsrc/external/mit/libXext/dist/src/
XSecurity.c 187 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) + auth_in->name_length + rep.dataLength)))
    [all...]
  /xsrc/external/mit/libxcb/dist/src/
xcb_auth.c 33 #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/dist/os/
rpcauth.c 41 #include <X11/Xauth.h>
  /xsrc/external/mit/xorg-server.old/dist/os/
rpcauth.c 42 #include <X11/Xauth.h>

Completed in 21 milliseconds

1 2