summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-1/+1
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-3/+5
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-141-0/+1
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* More RPM tweakingMichael DeHaan2007-09-141-2/+3
|
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-6/+22
|
* Repos are now added to the WebUI.Michael DeHaan2007-09-141-0/+1
|
* Adds edit capability to distro and profile objects, plus some random ↵Michael DeHaan2007-09-131-0/+1
| | | | | | hacking on the WebUI. Also adds delete checkboxes that are currently not implemented.
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard ↵Michael DeHaan2007-09-121-0/+1
| | | | | | requirement and just report it's absense in user-understandable terms during "cobbler check".
* More WebUI patches from Al TobeyMichael DeHaan2007-09-121-1/+2
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+9
| | | | TBA.
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+2
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+1
| | | | /etc/cobbler/modules.conf
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-0/+2
| | | | | | | | | | | | | | format choice in settings (which is something of a Catch-22 situation), this may end up being a config file setting in /etc. Module loaders work and still default to yaml, though I've coded up a sample simple_json serializer that will be functional if users install simple-json. This is just demoware, JSON isn't replacing yaml and is (at least in this case) not as readable because of the way it escapes slashes. This is primarily to enable future work to integrate with other config file formats, such as possibly getting some of the system info from LDAP. Possibly.
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-3/+6
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Not using NEWS file anymore.Michael DeHaan2007-08-301-1/+1
|
* Getting ready for release of 0.6.1. Bumped release to -2 for thoseMichael DeHaan2007-08-301-2/+2
| | | | that have built from source previously.
* Make httpd config config(noreplace) so we don't overwrite on upgradesMichael DeHaan2007-08-221-1/+1
|
* Release bumpMichael DeHaan2007-08-131-1/+4
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+2
| | | | the file in RPM so dnsmasq can read it.
* changelogMichael DeHaan2007-08-091-1/+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.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-0/+2
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Description tweaks to RPM/setup.py and changelog updatesMichael DeHaan2007-07-261-10/+15
|
* Update datesMichael DeHaan2007-07-201-1/+1
|