Code

Bugger it. Here's the current shape of the new security implementation.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 25 Jul 2002 07:14:06 +0000 (07:14 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 25 Jul 2002 07:14:06 +0000 (07:14 +0000)
commitc4bc35e8d1ce1e803c3efa0e64d3dd2d9be3bf03
tree1d045665459f6e1e1388bd65b57cd5164510dd19
parent6a810f368fa2e73e5b66355fbd29d52ebecac327
Bugger it. Here's the current shape of the new security implementation.
Still to do:
 . call the security funcs from cgi and mailgw
 . change shipped templates to include correct initialisation and remove
   the old config vars
... that seems like a lot. The bulk of the work has been done though. Honest :)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@918 57a73879-2fb5-44c3-a270-3262357dd7e2
15 files changed:
COPYING.txt [new file with mode: 0644]
TODO.txt
doc/Makefile
doc/default.css
doc/security.txt
roundup/admin.py
roundup/backends/back_anydbm.py
roundup/cgi_client.py
roundup/htmltemplate.py
roundup/mailgw.py
roundup/security.py [new file with mode: 0644]
roundup/volatiledb.py [new file with mode: 0644]
test/test_db.py
test/test_htmltemplate.py
test/test_security.py [new file with mode: 0644]