summaryrefslogtreecommitdiffstats
path: root/cobbler/cobblerd.py
Commit message (Collapse)AuthorAgeFilesLines
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-141-7/+28
|
* 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.
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-2/+2
|
* Disable local socket XMLRPC as nothing is using it.Michael DeHaan2008-02-291-5/+9
|
* Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-191-4/+28
| | | | 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.
* API and web svc now use seperate logging, and logging is greatly enhanced ↵Michael DeHaan2007-12-101-1/+1
| | | | and more usable.
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-5/+15
|
* Fix logging if there is no systems record for the object sending syslog data.Michael DeHaan2007-09-241-2/+7
|
* Fix up the new XMLRPC examples.Michael DeHaan2007-09-111-1/+1
|
* Read-write service should only be bound to localhost.Michael DeHaan2007-09-101-1/+1
|
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+1
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-101-147/+53
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* 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://.