summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
Commit message (Expand)AuthorAgeFilesLines
* More fixes to repo/image delete codeMichael DeHaan2008-07-031-2/+2
* The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-1/+1
* Add extra logging if an error is encountered while rendering a kickstartMichael DeHaan2008-05-151-11/+1
* Added code to cobbler check to see if any templates are still using the defaultMichael DeHaan2008-05-131-0/+3
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-0/+5
* Various DNS/DHCP work.Michael DeHaan2008-05-021-4/+9
* Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-021-11/+6
* Adjusting the dhcp patch some, prior to moving it all into modules/Michael DeHaan2008-05-021-1/+14
* Working on adding a "cobbler buildiso" command to generate non-live CD's. Me...Michael DeHaan2008-05-011-0/+7
* Add "dumpvars" command.Michael DeHaan2008-04-231-0/+3
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-1/+10
* This is the new status engine in progress. I still need to do some things to...Michael DeHaan2008-04-161-2/+2
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-2/+2
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-041-8/+8
* Nicer error reporting when user doesn't have permissions on the log filesMichael DeHaan2008-02-131-1/+7
* Added additional needed args to higher level API methods, also made higher le...Michael DeHaan2008-02-131-5/+17
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-311-4/+4
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-221-16/+67
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-3/+3
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-3/+3
* Fix typoMichael DeHaan2007-12-131-1/+1
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-5/+14
* API and web svc now use seperate logging, and logging is greatly enhanced and...Michael DeHaan2007-12-101-23/+38
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-15/+20
* Some initial work on kerberos authentication via a helper program, some work ...Michael DeHaan2007-12-051-1/+55
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ...Michael DeHaan2007-12-041-2/+2
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-1/+1
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-2/+2
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-1/+1
* Expose function for getting all modules of a specific category.Michael DeHaan2007-11-141-4/+5
* Abstract out the modules system to allow for other types of modules, and to a...Michael DeHaan2007-11-121-1/+15
* Various changes to allow for increased performance in the WebUI and in saving...Michael DeHaan2007-10-171-2/+5
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-0/+3
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-061-2/+2
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-3/+4
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-12/+0
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-0/+35
* Added feature where a network install location can be given to do cobbler imp...Michael DeHaan2007-08-011-4/+9
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-271-1/+2
* Added -v/--versionMichael DeHaan2007-07-261-0/+19
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-261-0/+13
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-131-8/+8
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-1/+0
* Various improvements to make the API more usable and cobbler a bitMichael DeHaan2007-04-191-4/+11
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-1/+1
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-191-4/+3
* Working on adding pxemenu support.Michael DeHaan2007-02-141-0/+3
* Remove variable/attribute confusion.Michael DeHaan2007-02-121-2/+2
* Minor fixes to sync flag stuff.Michael DeHaan2007-02-021-2/+2