Lines Matching refs:authorization
75 Xauth * authorization; /* authorization data */
76 char * authFile; /* file to store authorization in */
78 const char *authName; /* authorization protocol name */
371 fatalError("Could not write authorization info. for user. exiting");
422 fprintf(stderr, "%s: unsupported authorization protocol '%s'\n",
520 if (d->authorization) {
521 XauDisposeAuth(d->authorization);
522 d->authorization = (Xauth *) NULL;
532 d->authorization = auth;
536 fatalError("Could not write server authorization file. exiting");
554 if ((auth = d->authorization) != NULL) {
640 .authorization = NULL,