summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-2/+2
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-071-1/+1
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-1/+4
| | | | | 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-2/+5
|
* Merge branch 'devel'Michael DeHaan2008-02-151-131/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | Merging devel work on 0.7.X/0.8 release with master Conflicts: CHANGELOG cobbler.spec cobbler/action_import.py cobbler/utils.py cobbler/webui/master.py setup.py
| * Specfile fixupMichael DeHaan2008-02-151-2/+5
| |
| * Fix specfile errorMichael DeHaan2008-02-151-1/+1
| |
| * changelog fixupMichael DeHaan2008-02-151-1/+1
| |
| * Release bump for 0.8.0Michael DeHaan2008-02-151-1/+4
| |
| * Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-104/+5
| |
| * Fixes for builds on F9 and later.Michael DeHaan2008-01-101-0/+4
| |
| * Add eggs spec code for F9Michael DeHaan2008-01-101-0/+5
| |
| * it's 2008, not 2007.Michael DeHaan2008-01-071-1/+1
| |
| * Add new python module directory to specfile.Michael DeHaan2008-01-071-1/+2
| |
| * Add directory to RPM spec file.Michael DeHaan2008-01-071-0/+1
| |
| * Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-201-10/+3
| | | | | | | | plans, remove watcher.py reference
| * Release bump since testing release was yesterdayMichael DeHaan2007-12-141-2/+5
| |
| * changelogMichael DeHaan2007-12-101-1/+1
| |
| * Requires rsync.Michael DeHaan2007-12-061-0/+2
| |
| * Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we onlyMichael DeHaan2007-12-061-0/+2
| | | | | | | | use when the kerberos auth type is engaged.
| * Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-051-0/+1
| | | | | | | | | | | | on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though authn_configfile works fine.
| * Packaging fixupsMichael DeHaan2007-12-051-2/+1
| |
| * Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-051-5/+2
| |
| * First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+2
| | | | | | | | using Apache modules.
| * Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-4/+1
| |
| * Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-0/+2
| |
| * Don't require syslinux, remove unused bits from RPM specfile.Michael DeHaan2007-11-161-3/+1
| |
| * Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-2/+5
| |
* | RPM fixing for F9Michael DeHaan2008-01-101-1/+12
| |
* | Fix from bad merge of changelog from other branchMichael DeHaan2008-01-101-1/+2
| |
* | Fix date in changelog.Michael DeHaan2008-01-101-2/+2
| |
* | Fix bug relating to inherit and kernel options, bump release for stable branch.Michael DeHaan2007-11-151-2/+5
|/
* Update spec from release / changelog / check in SVG source for logoMichael DeHaan2007-11-141-2/+2
|
* Release bump + start new changelogs.Michael DeHaan2007-11-081-2/+6
|
* Cobbler xmlrpc auth file needs to be readable by cgi.Michael DeHaan2007-11-081-1/+1
|
* Bump version for release / changelog updates.Michael DeHaan2007-11-071-2/+2
|
* Removing yum-utils as a package requirement because the version in EPEL does ↵Michael DeHaan2007-11-061-1/+1
| | | | not contain reposync or yumdownloader. Given that, we will now have cobbler check looking for it, and warning about it being missing, rather than making it a hard requirement.
* Work on getting the repos to be templated, largely complete, pending more ↵Michael DeHaan2007-11-021-0/+2
| | | | testing.
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-2/+4
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-1/+1
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-0/+1
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-0/+1
| | | | / etc
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-0/+6
| | | | | | | | | | now a trigger. This commit adds pre/post sync triggers, for scripting of arbitrary actions. The idea is that a cobbler user can now modify the restart-services script to rsync DHCP configurations to a remote box and instead restart them there, for hosting DHCP on a different box. Or do anything else that might be required. The restart-services trigger will ship in the cobbler RPM. Users can modify it at will and it is marked as config(noreplace) so upgrades will not affect it.
* Make RPMs backup the old config, migrate, and conditionally restart the ↵Michael DeHaan2007-10-191-5/+5
| | | | service to make upgrades seamless.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-1/+9
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-121-0/+1
| | | | forth...
* Update changelog and spec comments.Michael DeHaan2007-10-111-0/+1
|
* Work on making the NICs on the system page expandable/collapseable. Still ↵Michael DeHaan2007-10-111-0/+1
| | | | | | | | need to write the onload function that sets things by default and wire up the links that do the expanding. Save code still also needs to be aware of the new variable names and also needs to know how to delete interfaces and not save "empty" interfaces.
* Release bump.Michael DeHaan2007-10-081-2/+5
|
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-281-2/+3
|