summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Added profile virt-bridge setting to the settings fileMichael DeHaan2007-10-101-0/+1
|
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-261-1/+9
| | | | SELinux context.
* Remove testuser from password file.Michael DeHaan2007-09-261-1/+0
|
* Add additional keywords to logrotate config.Michael DeHaan2007-09-171-0/+2
|
* More RPM tweakingMichael DeHaan2007-09-141-1/+1
|
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+31
|
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-1/+1
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+9
| | | | TBA.
* Add missing file.Michael DeHaan2007-09-111-0/+3
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-101-2/+8
| | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.
* Apache reverse proxy around XMLRPC API, so it's easier to host an external ↵Michael DeHaan2007-09-071-0/+5
| | | | koan server.
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+7
| | | | /etc/cobbler/modules.conf
* Improve cobbler init scriptsMichael DeHaan2007-08-171-44/+37
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+0
| | | | the file in RPM so dnsmasq can read it.
* Fix init script return codes for 'status' and also make service statusMichael DeHaan2007-07-261-1/+1
| | | | checks aware of cobblerd being running or not.
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-0/+9
| | | | Bumped revision to 0.5.1.
* Make init script a bit less noisy on stop.Michael DeHaan2007-04-201-2/+2
|
* Update specfile/changelogMichael DeHaan2007-04-201-13/+13
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-193-0/+116
info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.