Searched defs:authorization (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c77 #define AUTH_DATA_LEN 16 /* bytes of authorization data */
106 int authorize; /* enable authorization */
107 Xauth *authorization; /* authorization data */ member in struct:display
108 char *authFile; /* file to store authorization in */
110 const char *authName; /* authorization protocol name */
111 int authNameLen; /* authorization protocol name len */
612 fprintf(stderr,"mkcookie: Could not write authorization info. for user. exiting\n");
811 if (d->authorization)
813 XauDisposeAuth (d->authorization);
[all...]

Completed in 13 milliseconds