summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add some code to provide a "get_x_since" function that allows for getting jus...Michael DeHaan2008-12-021-0/+48
* | | Added tests for more remote mod_python service handlers, the config managemen...Michael DeHaan2008-11-261-17/+34
* | | Add some kickstart URL tests, which also identified some errors in the snippe...Michael DeHaan2008-11-251-9/+9
* | | PV's patch to surface power management into remote interfaceMichael DeHaan2008-11-251-0/+16
* | | Updated tests to new kickstart paths for clean installs, also updated "kickst...Michael DeHaan2008-11-201-6/+6
* | | Changes as a result of CLI testing, auto tests now all pass againMichael DeHaan2008-11-191-0/+2
* | | Remote tests for new fieldsMichael DeHaan2008-11-191-20/+30
* | | Expose the extended version information over XMLRPC, and update the web inter...Michael DeHaan2008-11-181-1/+8
* | | Apply Peter Vreman's patch to add more intf0 -> eth0 renaming logicMichael DeHaan2008-11-181-1/+1
* | | Work on adding power management to the webapp (seems solid now), and also col...Michael DeHaan2008-11-141-0/+6