summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-151-0/+3
| | | | 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-1/+0
|
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+0
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* mergeroot2008-04-081-4/+0
|
* Merge branch 'master' into develMichael DeHaan2008-04-081-0/+4
|\ | | | | | | | | | | | | Conflicts: cobbler.spec cobbler/webui/master.py
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-081-2/+2
| |
* | Merge.Michael DeHaan2008-04-081-5/+1
| |
* | Merge branch 'master' into develMichael DeHaan2008-04-081-0/+4
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/webui/master.py
| * Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-081-1/+1
| |
* | Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-4/+5
| |
* | Merge branch 'master' into develMichael DeHaan2008-03-121-0/+7
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-121-1/+4
| | | | | | | | using /etc/cobbler/modules.conf
* | 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.