Searched refs:reqauth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dmain.c112 int c, i, deletelim, port, retries, status, reqauth; local
129 reqauth = 0;
145 reqauth = 1;
312 config->reqauth = reqauth;
H A Dconfig.h111 int reqauth; member in struct:config
H A Dauth.c117 if (config->reqauth || (strcmp(challenge, ".") != 0)) {
131 if (config->reqauth)
144 if (config->reqauth &&

Completed in 95 milliseconds