summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-016-26/+40
| | | | | | 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.
* Remove save/edit buttons for WebUI objects we know the user can't edit,Michael DeHaan2008-04-014-4/+13
| | | | to prevent them from trying and getting the auth error as it is processed.
* Added ownership checks for the various objects in the WebUI to makeMichael DeHaan2008-03-315-4/+34
| | | | | | | | things more obvious. Still need to disable save/reset buttons. Note that kickstart editing (supported via the WebUI) is not yet protected and we still need to add that seperately. This is complicated. Currently anyone can sync and we'll keep it that way.
* Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-313-5/+55
| | | | won't be able to edit an object.
* Minor changes to the authn/z test program so they don't go through ApacheMichael DeHaan2008-03-312-3/+8
| | | | | auth filters and can produce slightly more useful feedback, also removed a stray print.
* Fix default config file format.Michael DeHaan2008-03-311-3/+5
|
* Remove trailing commas in config fileMichael DeHaan2008-03-311-4/+4
|
* Fix some more bugs with ownership editing/saving. Working well in the WebUI nowMichael DeHaan2008-03-282-2/+4
| | | | with respect to being able to change things, still need to work on better showing denials and what folks can edit.
* Fix some typosMichael DeHaan2008-03-282-2/+4
|
* Add code to make WebUI process new fieldsMichael DeHaan2008-03-281-4/+12
|
* Add owners list to WebUI pages, also customize function for savingMichael DeHaan2008-03-285-1/+74
| | | | lists to avoid extra whitespace on comma delimited inputs.
* Now that authz_ownership works, remove debug code to make it easier to read.Michael DeHaan2008-03-272-50/+22
| | | | | Also enable code in test scripts to prevent clobbering a users "users.conf" file when running unit tests.
* Fixes to authz_ownership module, tests pass now.Michael DeHaan2008-03-272-20/+29
|
* Adding ownership module + tests and associated changes to cobblerd to make itMichael DeHaan2008-03-273-34/+238
| | | | | work a little better. This module is not fully tested yet, so don't use it yet in production.
* Missing fileMichael DeHaan2008-03-261-0/+26
|
* Add a --owner to all the objects, plus associated API calls and backend ↵Michael DeHaan2008-03-2617-32/+131
| | | | | | | | stuff, for use with the (pending real soon now) authz_ownership module. Also updated docs. Incidentally, self.settings.tftpboot is now utils.tftpboot_location() -- which is required because tftpboot moves around. Previously this was masked to still look like a settings variable but I decided to remove the hack. All code using that location has been updated appropriately.
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-2611-29/+69
|
* Remove test data from gitMichael DeHaan2008-03-251-2/+1
|
* Add LDAP settings to /var/lib/cobbler/settingsMichael DeHaan2008-03-251-0/+4
|
* Preliminary support for authentication against LDAPMichael DeHaan2008-03-254-1/+153
|
* tftpboot location discovery for F9Michael DeHaan2008-03-255-8/+62
|
* Merge branch 'master' into develMichael DeHaan2008-03-255-2/+23
|\
| * Apply patch to fix detection of x86_64 arches for imports of RHEL 4u6.Michael DeHaan2008-03-253-0/+20
| |
| * Fix default flags for yumdownloaderMichael DeHaan2008-03-133-2/+3
| |
* | Apply patch to make disabled repos (using new --yumopts feature) not be used ↵Michael DeHaan2008-03-171-3/+7
| | | | | | | | during install.
* | Added patch to allow kopts/ksmeta to be cleared with --kopts=delete on theMichael DeHaan2008-03-133-1/+3
| | | | | | | | command line.
* | Fix authors file.Michael DeHaan2008-03-121-1/+1
| |
* | Adding patch to send hostnameMichael DeHaan2008-03-124-0/+5
| |
* | Merge branch 'master' into develMichael DeHaan2008-03-126-6/+17
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * changelogMichael DeHaan2008-03-121-0/+1
| |
| * Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-125-6/+9
| | | | | | | | using /etc/cobbler/modules.conf
| * Fix WebUI documentation URLMichael DeHaan2008-03-102-2/+3
| |
* | Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-106-7/+16
|/
* update changelogMichael DeHaan2008-03-071-0/+3
|
* Run reposync for local repos even if "RPM" is not contained in the path.Michael DeHaan2008-03-072-3/+3
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-078-95/+63
|
* Misc UpdatesMichael DeHaan2008-03-042-0/+126
|
* Added change_profile.cgi, which allows changing profiles via wget's soMichael DeHaan2008-03-032-0/+148
| | | | installation profiles can be chained from one to another.
* Fix findks script to match new APIMichael DeHaan2008-03-031-1/+7
|
* Add newline to websiteMichael DeHaan2008-03-031-1/+1
|
* Disable local socket XMLRPC as nothing is using it.Michael DeHaan2008-02-292-5/+10
|
* Doc fixMichael DeHaan2008-02-253-6/+8
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-226-4/+37
| | | | | 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-205-7/+15
|
* Less output from optparseMichael DeHaan2008-02-191-1/+1
|
* Catch system exit to make optparse print nicelyMichael DeHaan2008-02-191-0/+2
|
* Manpage updatesMichael DeHaan2008-02-191-2/+0
|
* Patch to fix error during reposyncMichael DeHaan2008-02-183-2/+3
|
* Merge with devel branchMichael DeHaan2008-02-151-3/+3
|
* Merge branch 'devel'Michael DeHaan2008-02-1587-4002/+3226
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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