summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Abstract out sync code into it's constituent parts, plus some packaging chang...Michael DeHaan2008-04-186-486/+653
* Fix some things found by the tests and also update the testsMichael DeHaan2008-04-181-9/+1
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-188-375/+397
* Finish removing mac from new install trackingMichael DeHaan2008-04-182-14/+48
* kssendmac does not make this information available at the time of this wgetMichael DeHaan2008-04-181-2/+2
* (A) The Python-yaml open source code that we had been using apparently didn't...Michael DeHaan2008-04-1712-38/+117
* This is the new status engine in progress. I still need to do some things to...Michael DeHaan2008-04-165-194/+117
* Fix if clauseMichael DeHaan2008-04-161-2/+2
* Change settings.Michael DeHaan2008-04-161-1/+1
* To make things easier to understand, enable RW-xmlrpc by default, just change...Michael DeHaan2008-04-162-2/+44
* Fix manifest.in to add missing file, remove one file no longer used.Michael DeHaan2008-04-151-14/+24
* Replaced the existing cobbler pre/post install triggers system with a much mo...Michael DeHaan2008-04-155-39/+66
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-145-90/+84
* F8/9 kickstart format supportMichael DeHaan2008-04-142-9/+10
* Now possible to override snippets on a per-profile or per-system basis, as di...Michael DeHaan2008-04-114-232/+311
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-115-35/+78
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-0942-67/+60
* Apply iranzo's memtest patchMichael DeHaan2008-04-091-2/+51
* mergeroot2008-04-081-2/+2
* Allow underscores.Michael DeHaan2008-04-082-2/+2
* Merge branch 'master' into develMichael DeHaan2008-04-084-12/+14
|\
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-084-12/+14
* | Merge branch 'master' into develMichael DeHaan2008-04-082-2/+6
|\|
| * Checking in changes to make merge possible.Michael DeHaan2008-04-081-2/+2
| * Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-081-0/+4
* | Added a "--clobber" option to all add commands that allows the add to functio...Michael DeHaan2008-04-045-2/+28
* | remove FIXMEs as things have been tested and work WRT the duplication prevent...Michael DeHaan2008-04-041-11/+1
* | Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-042-13/+28
* | Remove check from this area of the command line.root2008-04-041-4/+0
* | Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-045-14/+110
* | Show friendly error message if user does not have sync permissions, also updateMichael DeHaan2008-04-031-0/+7
* | Add friendlier messaging to users who do not have permission to createMichael DeHaan2008-04-031-0/+23
* | If logging in with token and not a new login, grab the username fromMichael DeHaan2008-04-031-0/+1
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-036-6/+11
* | Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-025-6/+11
* | Deletion from the WebUI now has a checkbox for distros/profiles to decideMichael DeHaan2008-04-022-4/+12
* | Some fixes to the ownership module.Michael DeHaan2008-04-022-8/+8
* | Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-022-0/+12
* | Implementated authorization logic around shared kickstart templates.Michael DeHaan2008-04-022-18/+56
* | Apply vlaurenz's LDAP patch to allow non-anonymous bind and other magic necce...Michael DeHaan2008-04-012-14/+28
* | Added ownership checks for the various objects in the WebUI to makeMichael DeHaan2008-03-311-1/+14
* | Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-312-5/+46
* | Minor changes to the authn/z test program so they don't go through ApacheMichael DeHaan2008-03-312-3/+8
* | Fix some more bugs with ownership editing/saving. Working well in the WebUI nowMichael DeHaan2008-03-282-2/+4
* | 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-281-1/+3
* | Now that authz_ownership works, remove debug code to make it easier to read.Michael DeHaan2008-03-271-33/+5
* | Fixes to authz_ownership module, tests pass now.Michael DeHaan2008-03-271-15/+24
* | Adding ownership module + tests and associated changes to cobblerd to make itMichael DeHaan2008-03-272-4/+159