summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Expand)AuthorAgeFilesLines
* Surface hardlink command remotely.Michael DeHaan2009-03-111-0/+11
* Fix xmlrpc cleanup codeBill Peck2009-03-091-3/+0
* Fix settings transmission over XMLRPCBill Peck2009-03-061-4/+2
* Merge commit 'lazzurs/lazzurs-devel' into develMichael DeHaan2009-03-061-0/+3
|\
| * Adding option to define a Spacewalk management server at the distro/profile/s...Rob Lazzurs2009-03-061-0/+3
* | Package a snippet, and some paranoid checks to make sure XMLRPC doesn't send ...Michael DeHaan2009-03-061-12/+4
* | XMLRPC hack, add missing snippetMichael DeHaan2009-03-061-1/+13
|/
* Add search to the webapp. Currently all areas are implemented on the backend...Michael DeHaan2009-03-051-1/+5
* Add XMLRPC functions for object search, just like the Python API has.Michael DeHaan2009-03-051-0/+36
* Some changes to cobbler registrationMichael DeHaan2009-03-041-34/+65
* Switch to PyYAML for yaml processing.Michael DeHaan2009-02-261-2/+6
* Fix trigger codeMichael DeHaan2009-02-121-1/+1
* Working on moving stock triggers over to be python based, while still support...Michael DeHaan2009-02-121-1/+1
* update should be a no-op on devel branch (no longer needed)Michael DeHaan2009-02-121-1/+4
* Jeff Schroeder's patch to add a email "install done" trigger, plus numerous c...Michael DeHaan2009-02-061-1/+2
* Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-061-0/+2
* Remove md5 logic from uploading log sections since it is easierMichael DeHaan2009-01-271-25/+5
* Fixes to supress python 2.6 warnings about deprecation in Python 3/3000 (ssato)Michael DeHaan2009-01-261-3/+2
* Eliminate double fork in cobblerd, give cobblerd it's own log, various stream...Michael DeHaan2009-01-231-0/+1
* Consolidating services to use just one port, removed syslog logging since we ...Michael DeHaan2009-01-231-62/+45
* Working on getting the server to not ping itselfMichael DeHaan2009-01-231-3/+3
* Some fixes to remote cobblerd authentication features. Not done.Michael DeHaan2009-01-221-8/+20
* More work on teaching cobblerd to not reload itself, in progress, some web/XM...Michael DeHaan2009-01-211-60/+48
* The beginings of a caching implementation for cobblerd to make the webapp/XML...Michael DeHaan2009-01-211-8/+87
* Merge branch 'master' into develMichael DeHaan2009-01-051-24/+28
|\
| * Obscure xmlrpclib workaroundMichael DeHaan2009-01-051-24/+28
* | Add GPL header and a few comments to the Anaconda monitorroot2008-12-221-3/+6
* | Merge commit 'origin/devel' into develJames Laska2008-12-191-1/+1
|\|
| * Remove merge conflictMichael DeHaan2008-12-191-1/+0
| * Remove merge conflictsMichael DeHaan2008-12-191-21/+0
| * Merge branch 'devel'Michael DeHaan2008-12-191-129/+835
| |\
| * | Fix for ownership module when editing kickstarts in webapp, release bump, pru...Michael DeHaan2008-10-101-1/+1
| * | Add some missing variables to the remote cobbler methods for copy_*, which no...Michael DeHaan2008-10-071-4/+4
| * | Add explicit import of _()Michael DeHaan2008-10-071-0/+1
| * | (A) add --arch back to distro edit in CLI (functionality wise), (B) fix merge...Michael DeHaan2008-09-251-9/+4
| * | Fix various merge errors and also add some missing directory packaging to the...Michael DeHaan2008-09-021-3/+0
| * | Merge branch 'devel'Michael DeHaan2008-08-291-55/+233
| |\ \
| * | | More fixes to repo/image delete codeMichael DeHaan2008-07-031-2/+1
| * | | Fix missing functions in remote.py, remove profile_change which was unusedMichael DeHaan2008-07-031-19/+20
* | | | Merge commit 'origin/devel' into develJames Laska2008-12-191-6/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | Previously we were being clever by using a known file that exists in the test...Michael DeHaan2008-12-191-6/+10
* | | | Merge commit 'origin/devel' into develJames Laska2008-12-161-4/+4
|\| | |
| * | | SELinux can get confused with leaked file descriptors; ensuring we pass close...Michael DeHaan2008-12-151-4/+4
* | | | Allow offset=0 uploads for all filesJames Laska2008-12-151-6/+0
* | | | Use proper modes for anamon directories and logfilesJames Laska2008-12-121-2/+2
* | | | Merge commit 'origin/devel' into develJames Laska2008-12-121-0/+3
|\| | |
| * | | Package the new snippet, still working on the webappMichael DeHaan2008-12-111-0/+3
* | | | Check for anamon_enabled before processing requestJames Laska2008-12-111-3/+2
* | | | Add xmlrpc method to handle logfile upload (largely taken from koji)James Laska2008-12-111-0/+131
|/ / /
* | | Making sure no objects are set to None internally at the API level, ratherMichael DeHaan2008-12-021-15/+24