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

[PATCH] svnverve: dont read password file in password mode

From: Marcus Rueckert <darix_at_web.de>
Date: 2005-10-19 03:58:37 CEST

hi,

let us assume the following setup:
mixed svn:// and svn+ssh:// both protocols should be able to commit.
svnserve runs as svn:svn
svn+ssh:// -> commits as $USER:svn

the svn+ssh user should not be able to read the password file.
we store it with svn:root (0600).

if you now access the repos via svn+ssh:// you get a complain that the
password file isnt readable.

the patch skips reading the password file in tunnel mode.

[[[
* subversion/svnserve/serve.c:
  (find_repos): Skip reading the password file, if in tunnel mode.
]]]

with kind regards

    darix

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Oct 19 03:59:36 2005

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.