Home
last modified time | relevance | path

Searched refs:auth_access (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svnserve/
HDserver.h73 enum access_type auth_access; /* access granted to authenticated users */ member
HDserve.c562 repository->auth_access = get_access(cfg, SVN_CONFIG_OPTION_AUTH_ACCESS, in set_access()
573 return b->client_info->user ? b->repository->auth_access in current_access()
586 if (b->client_info->tunnel_user && b->repository->auth_access >= required) in send_mechs()
588 if (b->repository->pwdb && b->repository->auth_access >= required) in send_mechs()
659 if (b->repository->auth_access >= required in auth()
679 if (b->repository->auth_access >= required in auth()
833 && b->repository->auth_access >= req in must_have_access()
4346 && (b->repository->auth_access == NO_ACCESS in construct_server_baton()