index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repoze
/
bfg
/
security.py
Age
Commit message (
Expand
)
Author
2008-11-02
- Fix bug where default deny in authorization check would throw a
Chris McDonough
2008-11-02
Features
Chris McDonough
2008-11-01
- Expose a single ILogger named "repoze.bfg.debug" as a utility;
Chris McDonough
2008-10-11
Unused imports.
Chris McDonough
2008-10-03
Docs
Chris McDonough
2008-10-03
Python 2.6 forward compatibility: message is deprecated.
Chris McDonough
2008-09-28
Features
Chris McDonough
2008-09-21
- Add ``principals_allowed_by_permission`` API to security module.
Chris McDonough
2008-09-01
- New API module: ``repoze.bfg.view``. This module contains the functions
Chris McDonough
2008-08-20
Make seurity policies pickleable again.
Chris McDonough
2008-08-17
Add RepozeWhoIdentityACLSecurityPolicy; add debug logging.
Chris McDonough
2008-07-20
- Add API functions for authenticated_userid and effective_principals.
Chris McDonough
2008-07-20
- Add authenticated_userid and effective_principals API to security
Chris McDonough
2008-07-19
Whoops.
Chris McDonough
2008-07-16
Zero in on making docs render properly.
Chris McDonough
2008-07-16
Security docs.
Chris McDonough
2008-07-16
Add convenience has_permission function.
Chris McDonough
2008-07-16
Add security.
Chris McDonough