E&S CVS Commit: PEAK - Initial draft of security system for 'peak.web', et al. You can declare

pje at eby-sarna.com pje at eby-sarna.com
Tue Jun 24 17:46:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Jun 24 21:45:21 UTC 2003

Modified Files:
	PEAK: setup.py
	PEAK/src/peak/api: __init__.py tests.py
Added Files:
	PEAK/src/peak/security: __init__.py api.py interfaces.py permission.py
	PEAK/src/peak/security/tests: __init__.py permission.py

Log Message:
Initial draft of security system for 'peak.web', et al.  You can declare
abstract permission types, then declare application-specific rules for
checking those permissions, for a given subject type.  Rules can delegate
to other rules, and user objects can also have global permission grants or
denials.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/setup.py.diff?r1=1.64&r2=1.65
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.29&r2=1.30
http://cvs.eby-sarna.com/PEAK/src/peak/api/tests.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/security/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/security/api.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/security/interfaces.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/security/permission.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/security/tests/__init__.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/security/tests/permission.py?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 PEAK/setup.py
cvs rdiff -r1.29 -r1.30 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/api/tests.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/security/__init__.py \
    PEAK/src/peak/security/api.py PEAK/src/peak/security/interfaces.py \
    PEAK/src/peak/security/permission.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/security/tests/__init__.py \
    PEAK/src/peak/security/tests/permission.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list