summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-171-4/+5
|
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-141-2/+54
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-10/+15
|
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-121-4/+4
|
* Fix up the new XMLRPC examples.Michael DeHaan2007-09-111-14/+0
|
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-48/+447
|
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-4/+21
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-101-0/+361
to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.