summaryrefslogtreecommitdiffstats
path: root/cobbler/cobblerd.py
Commit message (Collapse)AuthorAgeFilesLines
* Capture stderr from avahi-publish-service so it doesn't print itselfMichael DeHaan2007-08-271-1/+2
| | | | over the login prompt.
* The much requested change to make the XMLRPC server not log to the console. ↵Michael DeHaan2007-08-211-0/+1
| | | | | | IMHO, this should be off by default, but ah well :)
* Publish cobblerd under avahi if avahi-tools is installedMichael DeHaan2007-08-171-4/+25
|
* Ben's fix to cobbler statusMichael DeHaan2007-08-151-3/+3
|
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-8/+9
| | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
* Fix for API function -- koan is not currently using it but weMichael DeHaan2007-08-131-1/+1
| | | | want it fixed anyway.
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+22
| | | | | | a special function in cobblerd.
* Added -v/--versionMichael DeHaan2007-07-261-0/+3
|
* Fix cobblerd error handlingMichael DeHaan2007-07-131-2/+1
|
* Tolerate IOErrors in the XMLRPC server implementationMichael DeHaan2007-07-131-1/+9
|
* Make sure system deletions are occur without requiring a cobblerd restartMichael DeHaan2007-07-051-0/+6
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-7/+19
| | | | Bumped revision to 0.5.1.
* This is redundant because find will already downcase.Michael DeHaan2007-06-221-3/+0
|
* Update config on each XMLRPC call so restarting cobblerd will notMichael DeHaan2007-06-221-0/+9
| | | | be required. Needs to be a bit more efficient.
* updating cobblerd to use API rather than YAML deserialization.Michael DeHaan2007-06-221-65/+20
| | | | (find is case agnostic, etc)
* Fix cobblerd to accept koan input for system names that are notMichael DeHaan2007-06-221-12/+74
| | | | based on mac addresses.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
|
* Un-un-hardcode the dir parameter for now.Michael DeHaan2007-04-271-1/+1
|
* Remove hardcode of /var/www/cobbler from cobblerdMichael DeHaan2007-04-271-1/+1
|
* XMLRPC component must allow_none for kickstart parameter hash storage.Michael DeHaan2007-04-201-0/+14
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-0/+142
info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.