Searched refs:authFile (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xdm/dist/xdm/
H A Dauth.c300 if (!d->authFile) {
302 d->authFile = strdup(d->clientAuthFile);
303 if (!d->authFile)
316 d->authFile = malloc (len);
317 if (!d->authFile)
320 snprintf (d->authFile, len, "%s/%s", authDir, authdir1);
321 r = CheckServerAuthDir(d->authFile, &statb, 0700);
324 (void) chown(d->authFile, 0, statb.st_gid);
326 (void) chmod(d->authFile, statb.st_mode & 0700);
328 free (d->authFile);
[all...]
H A Ddpylist.c158 if (d->authFile)
159 (void) unlink (d->authFile);
160 free (d->authFile);
232 d->authFile = NULL;
H A Dserver.c87 if (d->authFile) {
88 snprintf (arg, sizeof(arg), "-auth %s", d->authFile);
H A Dsession.c998 if (d->authFile)
999 env = setEnv (env, "XAUTHORITY", d->authFile);
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h233 char *authFile; /* file to store authorization in */ member in struct:display

Completed in 9 milliseconds