Searched refs:auth (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libcs/
H A Dcsauth.c59 static int auth = -1; local
61 messagef((state->id, NiL, -8, "auth(%d,%s,%s) call", fd, path, arg));
71 messagef((state->id, NiL, -1, "auth: `%-.*s': KEY_SEND write error", n - 1, buf));
76 messagef((state->id, NiL, -1, "auth: KEY_SEND read error"));
86 messagef((state->id, NiL, -1, "auth: %s: stat error", path));
116 messagef((state->id, NiL, -1, "auth: `%-.*s': key write error", n - 1, tmp));
121 messagef((state->id, NiL, -1, "auth: key read error"));
141 messagef((state->id, NiL, -1, "auth: %s: challenge directory error", tmp));
149 if (auth < 0) auth
[all...]
H A Dcsslib.h71 int auth; \
94 Auth_t* auth; member in struct:Common_s
H A Dcss.c98 if (css->auth)
99 state.auth[fd].seq = 0;
144 state.auth = (Auth_t*)(state.fdinfo + n);
279 css->auth = 1;
383 if (xss->auth)
459 if (!css->auth)
477 state.auth[fd].seq = 1;
478 state.auth[fd].expire = cs.time + EXPIRE;
650 if (css->auth)
662 ap = state.auth
[all...]
H A Dcsopen.c625 int auth = 1; local
757 auth = 0;
789 auth = 0;
1103 if (*type == 't' && !auth)
/ast/src/cmd/INIT/
H A Dhurl.sh195 elif lynx ${authorize:+-auth "$authorize"} -source $url 2>/dev/null
H A Dpackage.sh4125 *) lynx -source -auth "$authorize":"$password" http://$1/$2 > get.tmp 2> get.err; code=$? ;;
4196 *) lynx -source -auth "$authorize":"$password" http://$1/$2/$3 > get.tmp 2> get.err; code=$? ;;
/ast/src/cmd/mailx/
H A Dimap.c193 int auth; /* IMAP_AUTH_* methods */ member in struct:__anon128
1211 imap->auth |= xp->code;
1984 sfprintf(sfstdout, " auth %s\n", imapflagnames(imap->tp, imapauth, elementsof(imapauth), imap->auth));

Completed in 40 milliseconds