[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] introduce AuthzSVNRepoRelativeAccessFile configuration item for mod_authz_svn

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 03 Nov 2010 17:15:16 +0000

Nick Piper <nick.piper_at_logica.com> writes:

> New patch is:
>
> [[[
> Implement AuthzSVNReposRelativeAccessFile to allow SVNParentPath to use
> a different authz configuration file for each repository.
>
> * subversion/mod_authz_svn/mod_authz_svn.c
> (get_access_conf): Check if AuthzSVNReposRelativeAccessFile is used,
> and if so, load the authz file from inside the repository being
> accessed rather than one which is statically configured in the
> Apache configuration.
> (subreq_bypass, access_checker, check_user_id, auth_checker):
> Recognise that it's valid not to have a AuthzSVNAccessFile if
> AuthzSVNReposRelativeAccessFile is used.
> (AuthzSVNAccessFile_cmd, AuthzSVNReposRelativeAccessFile_cmd):
> Introduce functions to ensure AuthzSVNAccessFile and
> AuthzSVNReposRelativeAccessFile are not used at the same time.
> ]]]

I split some long lines and removed tabs. Committed in 1030536. Thanks!

I introduced a typo which I fixed with r1030540.

-- 
Philip
Received on 2010-11-03 18:16:32 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.