summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/authz_allowall.py
Commit message (Collapse)AuthorAgeFilesLines
* Updates on the acl feature. (policy acls for webui/xmlrpc, not to be ↵Michael DeHaan2008-09-021-0/+1
| | | | | | confused with existing setfacl features)
* Lots of work on the acl module, still need to test some niche cases and ensureMichael DeHaan2008-08-281-1/+1
| | | | the authz_configfile still works, though ownership is looking pretty good at this point with ACL's tacked on after normal authz approval
* At Spot's suggestion, make sure all source code files include the correct ↵Michael DeHaan2008-08-131-4/+12
| | | | | | GPLv2+ license header, as Cobbler is GPLv2. Also finally remove serializer_shelve, which is replaced by serializer_catalog.
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-051-1/+1
| | | | | | on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though authn_configfile works fine.
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵Michael DeHaan2007-12-041-0/+41
active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum.