2006-11-07 |
Frédéric Jolliton | Emit warning at import time if versions mismatch.
|
commit | commitdiff | tree |
2006-11-07 |
Frédéric Jolliton | Updated MANIFEST for latest changes.
|
commit | commitdiff | tree |
2006-11-07 |
Frédéric Jolliton | Use _autodetect in _misc.libraryVersion.
|
commit | commitdiff | tree |
2006-11-07 |
Frédéric Jolliton | Added version auto detection of librsbac.so.
|
commit | commitdiff | tree |
2006-11-06 |
Frédéric Jolliton | Added the online documentation.
|
commit | commitdiff | tree |
2006-11-05 |
Frédéric Jolliton | Updated default TTL to match new scheme.
|
commit | commitdiff | tree |
2006-11-05 |
Frédéric Jolliton | Added AuthCapDictProxyBase.__contains__.
|
commit | commitdiff | tree |
2006-11-05 |
Frédéric Jolliton | Added acl.grant and acl.revoke functions.
|
commit | commitdiff | tree |
2006-11-05 |
Frédéric Jolliton | Added assignation to Rc{Role,Type}Dict classes.
|
commit | commitdiff | tree |
2006-11-05 |
Frédéric Jolliton | Added rc.findType and rc.findRole.
|
commit | commitdiff | tree |
2006-11-05 |
Frédéric Jolliton | Fixed rc.grand and rc.revoke functions.
|
commit | commitdiff | tree |
2006-11-04 |
Frédéric Jolliton | Add None as possible TTL (to keep TTL unchanged.)
|
commit | commitdiff | tree |
2006-11-02 |
Frédéric Jolliton | Added MANIFEST.
|
commit | commitdiff | tree |
2006-11-02 |
Frédéric Jolliton | Added support for the rsbac.libraryVersion information.
|
commit | commitdiff | tree |
2006-11-02 |
Frédéric Jolliton | Added headers for RSBAC 1.3.1 (pre1).
|
commit | commitdiff | tree |
2006-11-02 |
Frédéric Jolliton | Added AuthCapDictProxyBase.__contains__.
|
commit | commitdiff | tree |
2006-10-30 |
Frédéric Jolliton | Various updates related to AUTH.
|
commit | commitdiff | tree |
2006-10-29 |
Frédéric Jolliton | Fixed typo for the eff_selfAcl attribute.
|
commit | commitdiff | tree |
2006-10-29 |
Frédéric Jolliton | Added access to effective ACL rights.
|
commit | commitdiff | tree |
2006-10-28 |
Frédéric Jolliton | Added _utils.{ttlToTuple,tupleToTtl}. Fixed TTL uses...
|
commit | commitdiff | tree |
2006-10-27 |
Frédéric Jolliton | Updated TTL behavior to be consistent everywhere.
|
commit | commitdiff | tree |
2006-10-27 |
Frédéric Jolliton | Updated acl.AclBy{Id,Name} to return default entries.
|
commit | commitdiff | tree |
2006-10-27 |
Frédéric Jolliton | Added rsbac.auth module.
|
commit | commitdiff | tree |
2006-10-27 |
Frédéric Jolliton | Fixed tests to work with latest code.
|
commit | commitdiff | tree |
2006-10-27 |
Frédéric Jolliton | Added acl.EffectiveAclBy{Id,Name} classes.
|
commit | commitdiff | tree |
2006-10-26 |
Frédéric Jolliton | Added the roles module, including a SystemRole class...
|
commit | commitdiff | tree |
2006-10-26 |
Frédéric Jolliton | Added /= operator to flags classes (to remove flags).
|
commit | commitdiff | tree |
2006-10-25 |
Frédéric Jolliton | Fixed another attribute definition. Added __weakref__...
|
commit | commitdiff | tree |
2006-10-25 |
Frédéric Jolliton | Fixed attributes definition in rc.RoleBase.
|
commit | commitdiff | tree |
2006-10-25 |
Frédéric Jolliton | Moved DAZ cache flushing function to its own module.
|
commit | commitdiff | tree |
2006-10-25 |
Frédéric Jolliton | Made um.addUser/um.addGroup return um.User and um.Group...
|
commit | commitdiff | tree |
2006-10-25 |
Frédéric Jolliton | Added __slots__ to all classes.
|
commit | commitdiff | tree |
2006-10-24 |
Frédéric Jolliton | Point to the online documentation.
|
commit | commitdiff | tree |
2006-10-24 |
Frédéric Jolliton | Fixed getResult* and getRessource* sets of functions.
|
commit | commitdiff | tree |
2006-10-23 |
Frédéric Jolliton | Put generic path in extra/gen.sh.
|
commit | commitdiff | tree |
2006-10-23 |
Frédéric Jolliton | Updated setup metadata.
|
commit | commitdiff | tree |
2006-10-23 |
Frédéric Jolliton | Updated rsbac.errors to use getErrorName.
|
commit | commitdiff | tree |
2006-10-22 |
Frédéric Jolliton | Cosmetic changes to some docstring and comment.
|
commit | commitdiff | tree |
2006-10-22 |
Frédéric Jolliton | Added functions to ease creation of new network templates.
|
commit | commitdiff | tree |
2006-10-22 |
Frédéric Jolliton | Tiny change for rc.Role.__repr__.
|
commit | commitdiff | tree |
2006-10-22 |
Frédéric Jolliton | Added findUnnamedType{s,}, cloneType, Type.copyTo and...
|
commit | commitdiff | tree |
2006-10-22 |
Frédéric Jolliton | Fix attribute name in rc.Role.
|
commit | commitdiff | tree |
2006-10-22 |
Frédéric Jolliton | Fix TTL conversion for um.User and um.Group.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Added a comment about transaction internal use.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Changed behavior of the "ttl" argument of the withTransactio...
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Added "selfAcl" attribute to NetworkTemplate.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Made UnixSocket similar to other FD sub-types.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Updated objects.NetworkObject. Added objects.defaultNetworkO...
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Added objects.defaultNetworkDevice.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Added objects.default{User,Group,Scd} and "acl" attribute...
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Add objects.defaultIpc and "acl" attribute to it.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Fixed acl.clear() for objects.defaultProcess. Fixed...
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | lib.g_debug must be False by default.
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Added lib.g_withDebugCall to turn off call debug at...
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Add objects.defaultProcess and "acl" property to it
|
commit | commitdiff | tree |
2006-10-21 |
Frédéric Jolliton | Initial import
|
commit | commitdiff | tree |
|