summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-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-0/+1
| | | | | | 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-1/+2
| | | | koan server.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-0/+1
|
* Changelog.Michael DeHaan2007-09-061-0/+1
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-1/+1
| | | | /etc/cobbler/modules.conf
* updated changelogMichael DeHaan2007-09-051-0/+1
|
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-0/+2
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-0/+2
|\ | | | | | | | | | | Conflicts: CHANGELOG
| * changelog + docsroot2007-09-041-0/+1
| |
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-041-0/+1
| |
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-051-0/+1
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-0/+3
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Getting ready for release of 0.6.1. Bumped release to -2 for thoseMichael DeHaan2007-08-301-1/+1
| | | | that have built from source previously.
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-291-0/+2
|
* --desolvedeps not --resolveMichael DeHaan2007-08-281-0/+1
|
* Fix reposync if using rsync as a source and paths don't contain an archMichael DeHaan2007-08-281-1/+2
|
* Fix typo in manpage.Michael DeHaan2007-08-281-0/+1
|
* ChangelogMichael DeHaan2007-08-271-0/+1
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-271-0/+3
|\ | | | | | | | | | | Conflicts: CHANGELOG
| * Changelog.Michael DeHaan2007-08-231-0/+3
| |
* | Ignore subdirectories found in /var/lib/cobbler/snippetsMichael DeHaan2007-08-271-1/+2
|/
* 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 :)
* Adding zeroconf to changelogMichael DeHaan2007-08-201-0/+1
|
* More work on init scripts, updated changelogMichael DeHaan2007-08-171-1/+4
|
* Release bumpMichael DeHaan2007-08-131-1/+5
|
* changelogMichael DeHaan2007-08-091-0/+4
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+1
| | | | | | a special function in cobblerd.
* CHANGELOGMichael DeHaan2007-08-011-0/+1
|
* Changelog + documentation on the new snippet feature.Michael DeHaan2007-07-271-0/+1
|
* Added -v/--versionMichael DeHaan2007-07-261-0/+1
|
* Description tweaks to RPM/setup.py and changelog updatesMichael DeHaan2007-07-261-1/+1
|
* ChangelogMichael DeHaan2007-07-261-0/+4
|
* Update datesMichael DeHaan2007-07-201-1/+3
|
* Updating changelog/specMichael DeHaan2007-07-091-1/+3
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-0/+3
| | | | Bumped revision to 0.5.1.
* Added script to push RPMsMichael DeHaan2007-06-271-1/+1
|
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-1/+1
|
* release bumpMichael DeHaan2007-06-121-0/+3
|
* Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-cMichael DeHaan2007-06-071-0/+2
| | | | cache" as a default value.
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-1/+3
| | | | CHANGELOG changes.
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-2/+4
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* ChangelogMichael DeHaan2007-04-271-0/+1
|
* Release bumpMichael DeHaan2007-04-271-0/+4
|
* Release bump + changelogMichael DeHaan2007-04-261-0/+4
|
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-1/+3
| | | | | | | | | | | | object renaming, copying, and editing -- previously only addition and removal were supported. This frees uses (hopefully) from the need to hack YAML and risk damaging their configurations by rendering the config unparseable. It also makes "cobbler list" print out a simple tree representation that shows the association between objects. This also relaxes the requirements for what constitutes a kernel and initrd filename, just in case they are named something different. They still have to exist.
* Update specfile/changelogMichael DeHaan2007-04-201-0/+1
|
* Changelog and bumped revision.Michael DeHaan2007-04-191-0/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-0/+1
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.