| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| H A D | 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/ |
| H A D | rpcauth.c | 52 Xauth * 58 Xauth *new; 62 return (Xauth *) 0; 76 return (Xauth *) 0; 83 return (Xauth *) 0;
|
| H A D | 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;
|
| H A D | 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...] |
| H A D | krb5auth.c | 91 Xauth * 94 Xauth *new; 100 return (Xauth *) 0; 115 return (Xauth *) 0; 133 return (Xauth *) 0; 140 Xauth *
|
| H A D | 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 *aut [all...] |
| H A D | protodpy.c | 130 pdpy->fileAuthorization = (Xauth *) NULL; 131 pdpy->xdmcpAuthorization = (Xauth *) NULL;
|
| /xsrc/external/mit/libXau/dist/include/X11/ |
| H A D | Xauth.h | 48 } 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 D | 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);
|
| H A D | dm.h | 49 # include <X11/Xauth.h> 231 Xauth **authorizations;/* authorization data */ 258 Xauth *fileAuthorization; 259 Xauth *xdmcpAuthorization;
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | AuDispose.c | 30 #include <X11/Xauth.h> 34 XauDisposeAuth (Xauth *auth)
|
| H A D | AuUnlock.c | 30 #include <X11/Xauth.h>
|
| H A D | 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));
|
| H A D | AuWrite.c | 30 #include <X11/Xauth.h> 55 XauWriteAuth (FILE *auth_file, Xauth *auth)
|
| H A D | Autest.c | 30 #include <X11/Xauth.h> 37 Xauth test_data;
|
| H A D | AuGetBest.c | 30 #include <X11/Xauth.h> 44 Xauth * 66 Xauth *entry; 67 Xauth *best;
|
| H A D | AuGetAddr.c | 30 #include <X11/Xauth.h> 41 Xauth * 66 Xauth *entry;
|
| H A D | AuFileName.c | 30 #include <X11/Xauth.h>
|
| H A D | AuLock.c | 30 #include <X11/Xauth.h>
|
| H A D | Makefile.am | 24 xauinclude_HEADERS = include/X11/Xauth.h
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | xauth.h | 30 #include <X11/Xauth.h> 50 extern const char *get_hostname ( Xauth *auth );
|
| H A D | process.c | 70 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 D | 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) [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | 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.old/dist/os/ |
| H A D | rpcauth.c | 42 #include <X11/Xauth.h>
|