summaryrefslogtreecommitdiffstats
path: root/cobbler/modules
Commit message (Expand)AuthorAgeFilesLines
* Added a "--clobber" option to all add commands that allows the add to functio...Michael DeHaan2008-04-044-0/+16
* 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-041-1/+6
* Some fixes to the ownership module.Michael DeHaan2008-04-021-4/+4
* Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-021-0/+7
* Implementated authorization logic around shared kickstart templates.Michael DeHaan2008-04-021-17/+52
* Apply vlaurenz's LDAP patch to allow non-anonymous bind and other magic necce...Michael DeHaan2008-04-011-14/+24
* Minor changes to the authn/z test program so they don't go through ApacheMichael DeHaan2008-03-311-2/+2
* 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-271-0/+155
* Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-264-0/+19
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-262-6/+27
* Remove test data from gitMichael DeHaan2008-03-251-2/+1
* Preliminary support for authentication against LDAPMichael DeHaan2008-03-252-0/+147
* Doc fixMichael DeHaan2008-02-251-1/+4
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-312-0/+5
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-1/+3
* Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-091-3/+7
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-1/+3
* Add some options back that went missing in the command line refactor.Michael DeHaan2008-01-041-6/+9
* Performance tweaking and benchmarks.Michael DeHaan2007-12-124-5/+27
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-0/+3
* Some initial work on kerberos authentication via a helper program, some work ...Michael DeHaan2007-12-053-5/+83
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-051-12/+35
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ...Michael DeHaan2007-12-042-0/+94
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-0/+2
* Rewire virt_type into the CLI, which was missing in the rewritten version.Michael DeHaan2007-11-291-0/+1
* Allow xenfv as a virt type, also make --interface=N work for system editsMichael DeHaan2007-11-281-1/+5
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like t...Michael DeHaan2007-11-275-77/+51
* Make reserialize call the right API function.Michael DeHaan2007-11-271-1/+3
* Work on CLI functions for manipulating objects, including adding the delete c...Michael DeHaan2007-11-265-18/+19
* Misc fixes during CLI testing. Not done yet.Michael DeHaan2007-11-191-1/+4
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-195-0/+303
* All cobbler objects are now stubbed in as CLI modules, still needs testing. ...Michael DeHaan2007-11-194-8/+283
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-0/+82
* Abstract out the modules system to allow for other types of modules, and to a...Michael DeHaan2007-11-122-2/+2
* Rename the shelve serialized files to ".shelve".Michael DeHaan2007-10-241-1/+1
* Various changes to allow for increased performance in the WebUI and in saving...Michael DeHaan2007-10-172-25/+71
* Make experimental shelve module explicitly use gdbm.Michael DeHaan2007-10-171-18/+23
* Fix typo.Michael DeHaan2007-10-151-1/+1
* Fix deletion logic.Michael DeHaan2007-10-151-1/+2
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-0/+109
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-3/+3
* Working on pluggable serializers.root2007-09-052-0/+101