summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog and spec comments.Michael DeHaan2007-10-111-0/+1
|
* Updated changelog.Michael DeHaan2007-10-101-0/+2
|
* In process of making NICs seperate data structures in cobbler, which ↵Michael DeHaan2007-10-081-1/+2
| | | | | | | requires seperate accessors and templating. This is all to allow multiple NICs in koan. Stil needs changes in sync code and possibly other places.
* Release bump.Michael DeHaan2007-10-081-0/+3
|
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-281-1/+1
|
* Fix bug where non-lowercase intermediate objects could be deleted, orphaning ↵Michael DeHaan2007-09-271-0/+1
| | | | | | objects below them.
* changelog fixupMichael DeHaan2007-09-241-0/+1
|
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-0/+1
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+3
|
* 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.