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

/openbsd-current/usr.sbin/httpd/
H A Dconfig.c438 (srv_conf->flags & SRVFLAG_AUTH) == 0)
525 f = SRVFLAG_AUTH|SRVFLAG_NO_AUTH;
H A Dhttpd.h386 #define SRVFLAG_AUTH 0x00010000 macro
H A Dserver_fcgi.c250 if (srv_conf->flags & SRVFLAG_AUTH) {
H A Dserver_http.c1192 if ((srv_conf->flags & SRVFLAG_AUTH) &&
1443 } else if (srv_conf->flags & SRVFLAG_AUTH &&
H A Dparse.y1016 srv->srv_conf.flags |= SRVFLAG_AUTH;

Completed in 208 milliseconds