summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Expand)AuthorAgeFilesLines
* Working on adding a "cobbler buildiso" command to generate non-live CD's. Me...Michael DeHaan2008-05-011-0/+4
* It's now possible to create new kickstart templates in /var/lib/cobbler/kicks...Michael DeHaan2008-04-241-3/+40
* Auto registration now tested and confirmed to work (if you have it enabled in...Michael DeHaan2008-04-221-4/+14
* Some fixes in reg codeMichael DeHaan2008-04-221-3/+6
* Fix docstringMichael DeHaan2008-04-221-1/+2
* Move registration code to backend only, as users trying out the kickstarts wi...Michael DeHaan2008-04-211-75/+4
* Send registration parameters at the right spot.Michael DeHaan2008-04-211-1/+1
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+8
* kssendmac does not make this information available at the time of this wgetMichael DeHaan2008-04-181-2/+2
* Replaced the existing cobbler pre/post install triggers system with a much mo...Michael DeHaan2008-04-151-15/+17
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-041-8/+23
* Deletion from the WebUI now has a checkbox for distros/profiles to decideMichael DeHaan2008-04-021-1/+1
* 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
* 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
* 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 t...Michael DeHaan2008-01-311-4/+4
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-221-12/+69
* Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-091-1/+1
* Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-191-4/+25
* 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 and...Michael DeHaan2007-12-101-66/+103
* 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
* mod_python version of webui now operational at http://server/cobbler/web with...Michael DeHaan2007-12-051-4/+4
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ...Michael DeHaan2007-12-041-137/+70
* 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 representat...Michael DeHaan2007-10-311-12/+32
* Remove a circular import between the serializer and the API that was confusin...Michael DeHaan2007-10-231-4/+4
* Various changes to allow for increased performance in the WebUI and in saving...Michael DeHaan2007-10-171-34/+19
* 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 is...Michael DeHaan2007-10-081-1/+1
* 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
* 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
* Make cookies be session cookies + some backend cleanup.Michael DeHaan2007-09-181-16/+16