summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in replicate code, bump versions in case we want to do another ↵Michael DeHaan2008-06-101-1/+1
| | | | maint release.
* Fix for mkdir invocation now that we no longer own the tftp directories in ↵Michael DeHaan2008-06-091-1/+1
| | | | the RPM.
* Bump release on master branch for future maint release, if anyMichael DeHaan2008-06-041-1/+1
|
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-031-1/+1
|
* Fix devel branch versionsMichael DeHaan2008-05-281-1/+1
|
* Merge branch 'devel'Michael DeHaan2008-05-281-10/+23
|\ | | | | | | | | | | | | | | Conflicts: cobbler.spec cobbler/item_system.py cobbler/webui/master.py
| * The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-1/+1
| | | | | | | | | | will warn the user the old file is no longer in use and ask them to delete it before proceeding.
| * Apply patch to remove anti-createrepo conditions, bump version.Michael DeHaan2008-05-121-1/+1
| |
| * Release bump for test releaseMichael DeHaan2008-05-091-1/+1
| |
| * Apply jeckersb's patch to allow per-zone templatesMichael DeHaan2008-05-051-0/+4
| |
| * Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-021-1/+3
| |
| * It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-241-0/+1
| | | | | | | | /var/lib/cobbler/kickstarts/ from the WebUI, as well as delete ones that are no longer being used while on the edit page for that template.
| * Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-3/+6
| | | | | | | | under mod_python, kickstart templating code now moved out of sync function.
| * Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-151-2/+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/+1
| |
| * F8/9 kickstart format supportMichael DeHaan2008-04-141-0/+1
| |
| * Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-021-1/+0
| | | | | | | | | | | | web content if cleared past the authentication layer. Also make changes to the kickstart editor to indicate to users when they don't have permission to edit kickstarts -- and to show possible causes.
| * Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-011-0/+1
| | | | | | | | | | | | file so they can be reused, in those messages, explain who is in the access control list. Also make the system "remove" buttons for NICs change to "hide" buttons in non-editable modes.
| * Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-0/+1
| |
| * Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-1/+1
| |
* | Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-121-1/+1
|/ | | | using /etc/cobbler/modules.conf
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-1/+1
| | | | | 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/+1
|
* Release bump for 0.8.0Michael DeHaan2008-02-151-1/+1
|
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-1/+1
|
* Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-201-3/+2
| | | | plans, remove watcher.py reference
* Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-191-0/+1
| | | | will later be usable by cobbler (the command line app) to make it very speedy. Talking to an open API handle in Cobbler will be much faster when editing, say, 5000 systems at once.
* Release bump since testing release was yesterdayMichael DeHaan2007-12-141-1/+1
|
* Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-051-1/+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-1/+0
|
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-051-4/+2
|
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-3/+4
| | | | using Apache modules.
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-1/+1
|
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-1/+2
|
* Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-151-1/+1
|
* Release bump + start new changelogs.Michael DeHaan2007-11-081-1/+1
|
* Work on getting the repos to be templated, largely complete, pending more ↵Michael DeHaan2007-11-021-0/+4
| | | | testing.
* Pagination WUI code is now shared between the templates.Michael DeHaan2007-10-311-0/+1
|
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-1/+2
| | | | 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-1/+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-1/+1
| | | | / etc
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-16/+20
| | | | | | | | | | 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-0/+4
| | | | service to make upgrades seamless.
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-121-1/+4
| | | | forth...
* 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-1/+1
|
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-1/+2
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* Disable WebUI logging until we come up with a way to make it SELinux friendly.Michael DeHaan2007-09-271-0/+2
|
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-1/+3
| | | | docstring in action_sync.py