auth_required     519 source3/web/cgi.c void cgi_setup(const char *rootdir, int auth_required)
auth_required     542 source3/web/cgi.c 		if (auth_required) {
auth_required     580 source3/web/cgi.c 	if (auth_required && !authenticated) {
auth_required      34 source3/web/swat_proto.h void cgi_setup(const char *rootdir, int auth_required);