Differences From:
File
src/db.c
part of check-in
[3c851ca760]
- Clean up handling of concealed email addresses.
This might be related to ticket 4b40f574494.
by
drh on
2008-07-24 14:48:52.
[view]
To:
File
src/db.c
part of check-in
[eb24a021d6]
- Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous".
by
eric on
2008-07-26 17:08:33.
[view]
@@ -1200,8 +1200,11 @@
**
** gdiff-command External command to run when performing a graphical
** diff. If undefined, text diff will be used.
**
+** inherit-anon If enabled, any web user inherits capabilities from
+** anonymous as well as nobody.
+**
** localauth If enabled, require that HTTP connections from
** 127.0.0.1 be authenticated by password. If
** false, all HTTP requests from localhost have
** unrestricted access to the repository.
@@ -1228,8 +1231,9 @@
"autosync",
"diff-command",
"editor",
"gdiff-command",
+ "inherit-anon",
"localauth",
"clearsign",
"pgp-command",
"proxy",