summaryrefslogtreecommitdiffstats
path: root/scripts/index.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply unicode changes to webui alsoMichael DeHaan2008-04-231-2/+2
|
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-141-2/+23
|
* Make WebUI do recursive deletes for distros/profiles.Michael DeHaan2008-01-311-1/+1
|
* Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code.Michael DeHaan2007-12-131-0/+1
|
* Fixes + changelog.Michael DeHaan2007-12-051-2/+4
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-22/+37
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵Michael DeHaan2007-12-041-26/+96
| | | | 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.
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+72
using Apache modules.