summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-041-8/+23
| | | | now that command line/local-API is done.
* Deletion from the WebUI now has a checkbox for distros/profiles to decideMichael DeHaan2008-04-021-1/+1
| | | | | | whether you want them to delete recursively or not. The default is not, and if you own a parent object you /are/ allowed to delete the children following the ownership model at this point in time.
* Implementated authorization logic around shared kickstart templates.Michael DeHaan2008-04-021-1/+4
|
* Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-311-4/+40
| | | | won't be able to edit an object.
* Fix some typosMichael DeHaan2008-03-281-1/+3
|
* Adding ownership module + tests and associated changes to cobblerd to make itMichael DeHaan2008-03-271-4/+4
| | | | | work a little better. This module is not fully tested yet, so don't use it yet in production.
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-12/+17
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-071-0/+42
|
* Make WebUI do recursive deletes for distros/profiles.Michael DeHaan2008-01-311-2/+2
|
* Recursive deletes are now possible with --recursive. Web UI still needs to ↵Michael DeHaan2008-01-311-4/+4
| | | | take advantage of this.
* Add rename and copy functionality to the base API, the remote interface, and ↵Michael DeHaan2008-01-221-12/+69
| | | | make the WebUI use it for much smarter renames and copies.
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-1/+1
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-191-4/+25
| | | | will later be usable by cobbler (the command line app) to make it very speedy. Talking to an open API handle in Cobbler will be much faster when editing, say, 5000 systems at once.
* Fix bug in remote system save method.Michael DeHaan2007-12-131-1/+1
|
* Fix bug in sync remote APIMichael DeHaan2007-12-131-1/+1
|
* Fix for older python versionsMichael DeHaan2007-12-131-1/+1
|
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-5/+6
|
* API and web svc now use seperate logging, and logging is greatly enhanced ↵Michael DeHaan2007-12-101-66/+103
| | | | and more usable.
* Fix some errors in the new logging code.Michael DeHaan2007-12-101-4/+5
|
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-12/+77
|
* Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-051-17/+10
| | | | | | 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.
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-4/+4
| | | | 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-137/+70
| | | | 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.
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-3/+2
|
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-0/+21
|
* Fix settings display in WebUIMichael DeHaan2007-11-061-0/+4
|
* Pagination on systems page complete.Michael DeHaan2007-10-311-8/+21
|
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-1/+1
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-311-12/+32
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).
* Remove a circular import between the serializer and the API that was ↵Michael DeHaan2007-10-231-4/+4
| | | | confusing Virt-Factory.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-34/+19
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-0/+8
|
* b64encode is not available in Python 2.3Michael DeHaan2007-10-101-2/+1
|
* Cobbler import items should not use @@server@@ for repo entries because it ↵Michael DeHaan2007-10-081-1/+1
| | | | | | is not templated on a per-sync basis (yet).
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-281-1/+1
|
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-1/+1
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-0/+21
|
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ↵Michael DeHaan2007-09-181-4/+12
| | | | | | deletes properly.
* Make cookies be session cookies + some backend cleanup.Michael DeHaan2007-09-181-16/+16
|
* 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.