summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
...
* This is the new status engine in progress. I still need to do some things ↵Michael DeHaan2008-04-161-0/+2
| | | | | | | | to parse out times and indicate how long installs have been active (so there is an easier way to grep for last installs). Technically this will also provide ways of looking at an install history which is probably something we could add if it was interesting. Lots of options.
* To make things easier to understand, enable RW-xmlrpc by default, just ↵Michael DeHaan2008-04-161-0/+2
| | | | change the authentication modes to deny_all in the config file (by default)
* logrotate should not send emails to root when restarting services.Michael DeHaan2008-04-151-0/+1
|
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-151-0/+1
| | | | more flexible model that (for each system) passes in the following. First arg: the word "system" or "profile", Second arg: the name of the said system or profile, Third: the MAC if available, Fourth: the IP. This is all logged by a default "status" trigger to /var/log/cobbler/install.log, for being read by the soon-to-be-revamped cobbler check. The check system logs all of this in order, followed by the word "start" or "stop", followed by the number of seconds since Epoch.
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-141-0/+1
|
* F8/9 kickstart format supportMichael DeHaan2008-04-141-0/+1
|
* Now possible to override snippets on a per-profile or per-system basis, as ↵Michael DeHaan2008-04-111-0/+1
| | | | discussed on the mailing list for usage for doing disk/package config, etc
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-0/+1
| | | | best practices in naming.
* update changelogMichael DeHaan2008-04-091-0/+1
|
* update templates to invoke menu.c32 automatically w/ timeout, skipping the ↵Michael DeHaan2008-04-081-0/+2
| | | | step of having to type "menu" at the PXE prompt, which is occasionally a source of user confusion. We can now also do submenus if we want to, now that menu.c32 is updated.
* fix changelogMichael DeHaan2008-04-081-0/+1
|
* Merge.Michael DeHaan2008-04-081-8/+1
|
* Merge branch 'master' into develMichael DeHaan2008-04-081-0/+9
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/webui/master.py
| * Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-081-1/+2
| |
| * Apply dnsmasq change to masterMichael DeHaan2008-04-041-1/+2
| |
* | Added a "--clobber" option to all add commands that allows the add to ↵Michael DeHaan2008-04-041-1/+2
| | | | | | | | function in an "add or edit" mode. Before in Cobbler, add and edit were largely aliases so this was not needed -- now it is. Using --clobber the object will be created if it does not exist, or it will overwrite the existing one (as "edit" does) when it is there. If --clobber is left off, add will refuse to overwrite an existing object. This is a minor break to scripts that are calling cobbler directly but not those to API users -- scripts /should/ be checking return codes.
* | add dnsmasq change to changelogMichael DeHaan2008-04-041-0/+1
| |
* | changelog editsroot2008-04-041-0/+2
| |
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-031-0/+1
| | | | | | | | | | file (who's default is "admin" through the CLI) ... the webui will prepopulate the field with the name of the logged in user.
* | Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-0/+1
| |
* | Preliminary support for authentication against LDAPMichael DeHaan2008-03-251-0/+1
| |
* | tftpboot location discovery for F9Michael DeHaan2008-03-251-0/+1
| |
* | Merge branch 'master' into develMichael DeHaan2008-03-251-0/+2
|\|
| * Apply patch to fix detection of x86_64 arches for imports of RHEL 4u6.Michael DeHaan2008-03-251-0/+1
| |
| * Fix default flags for yumdownloaderMichael DeHaan2008-03-131-0/+1
| |
* | Added patch to allow kopts/ksmeta to be cleared with --kopts=delete on theMichael DeHaan2008-03-131-0/+1
| | | | | | | | command line.
* | Adding patch to send hostnameMichael DeHaan2008-03-121-0/+1
| |
* | Merge branch 'master' into develMichael DeHaan2008-03-121-0/+4
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * changelogMichael DeHaan2008-03-121-0/+1
| |
| * Fix WebUI documentation URLMichael DeHaan2008-03-101-0/+1
| |
* | Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-1/+2
|/
* update changelogMichael DeHaan2008-03-071-0/+3
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-071-0/+1
|
* Misc UpdatesMichael DeHaan2008-03-041-0/+1
|
* Added change_profile.cgi, which allows changing profiles via wget's soMichael DeHaan2008-03-031-0/+2
| | | | installation profiles can be chained from one to another.
* Disable local socket XMLRPC as nothing is using it.Michael DeHaan2008-02-291-0/+1
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-0/+3
| | | | | versions of mod_python. It still needs to be fixed correctly though this makes that page work for now.
* This is 0.8.1Michael DeHaan2008-02-201-1/+6
|
* Fix permissions on reposyncMichael DeHaan2008-02-141-0/+1
|
* Nicer error reporting when user doesn't have permissions on the log filesMichael DeHaan2008-02-131-2/+8
|
* Sort 'cobbler list' outputMichael DeHaan2008-01-311-0/+1
|
* Recursive deletes are now possible with --recursive. Web UI still needs to ↵Michael DeHaan2008-01-311-1/+3
| | | | take advantage of this.
* Keep leading newline from appearing in template files.Michael DeHaan2008-01-221-1/+3
|
* Add rename and copy functionality to the base API, the remote interface, and ↵Michael DeHaan2008-01-221-0/+1
| | | | make the WebUI use it for much smarter renames and copies.
* Enforce permissions/context after reposync.Michael DeHaan2008-01-211-0/+1
|
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-0/+3
|
* Modify reposync to not preserve permissions on rsync.Michael DeHaan2008-01-101-0/+1
|
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-0/+1
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-0/+12
|
* Fix for comps.xml name changeMichael DeHaan2008-01-091-0/+1
|