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

Re: svn commit: r1475772 - in /subversion/trunk: subversion/include/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/svnserve/ subversion/tests/libsvn_subr/ tools/server-side/mod_dontdothat/

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 29 Apr 2013 13:44:49 +0100

brane_at_apache.org writes:

> Author: brane
> Date: Thu Apr 25 13:48:46 2013
> New Revision: 1475772
>
> URL: http://svn.apache.org/r1475772
> Log:
> Fix issue #4361 (user/group names in authz files are case-insensitive).
>
> * subversion/include/svn_config.h
> (svn_config_create2): New, revised from svn_config_create, with additional
> flag to treat option names as case-sensitive.
> (svn_config_read3): New, revised from svn_config_read2, with same
> additional flag as above.
> (svn_config_parse): Add flag to treat option names as case-sensitive.
> (svn_config_create): Deprecated.
> (svn_config_read2): Deprecated; argument "pool" renamde to "result_pool".
> (svn_config_read): Argument "pool" renamde to "result_pool".

svn_config_read3 and svn_config_parse are both new in 1.8, should we add
a scratch_pool before releasing these APIs? At present they both create
an internal scratch pool as a subpool of result_pool.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-04-29 14:45:51 CEST

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.