sapling/mercurial/hgweb
Henrik Stuart b843569ec5 acl: support for getting authenticated user from web server (issue298)
Previously, the acl extension just read the current system user, which
is fine for direct file system access and SSH, but will not work for
HTTP(S) as that would return the web server process user identity
rather than the authenticated user. An empty user is returned if the
user is not authenticated.
2009-06-07 20:31:38 +02:00
..
__init__.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
common.py Generally replace "file name" with "filename" in help and comments. 2009-06-09 09:25:17 -04:00
hgweb_mod.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
hgwebdir_mod.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
protocol.py acl: support for getting authenticated user from web server (issue298) 2009-06-07 20:31:38 +02:00
request.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
server.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
webcommands.py graphmod/webcommands: use generic DAG walks 2009-06-19 13:44:23 +02:00
webutil.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
wsgicgi.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00