summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Realphabetize CLI for distro, add --os-version and --breed to imageMichael DeHaan2008-08-252-9/+17
* Various work on --os-version support and better filtering for --breedMichael DeHaan2008-08-253-11/+14
* Incorporating Dave Hatton's patch to add --os-version in, adding validation, ...Michael DeHaan2008-08-258-37/+91
* When --netboot-enabled is toggled (either from the command line, or via the A...Michael DeHaan2008-08-252-12/+12
* more error catcher fixingMichael DeHaan2008-08-202-2/+2
* ErrorCatcher invocation is causing problems on 5.2Michael DeHaan2008-08-201-1/+1
* Use errorCatcher Echo more, so snippets get the same level of error checking.Michael DeHaan2008-08-203-5/+5
* Apply patch to add --kopts-post which lets you configure the kernel options o...Michael DeHaan2008-08-1910-184/+236
* Make cheetah errors explain themselvesMichael DeHaan2008-08-191-1/+18
* Use pxesystem and pxeprofile templates correctlyMichael DeHaan2008-08-184-19/+32
* SystemExit return code preservation + reworking --help to make it smarter whe...Michael DeHaan2008-08-152-4/+35
* Apply patch to make SystemExit not print a tracebackMichael DeHaan2008-08-151-2/+5
* Allow system remove call to tolerate "recursive" arg.Michael DeHaan2008-08-156-6/+6
* Merge in Dave Hatton's "getks" command, with some minor tweaks so it detects ...Michael DeHaan2008-08-135-20/+57
* At Spot's suggestion, make sure all source code files include the correct GPL...Michael DeHaan2008-08-1356-378/+670
* Some fixes to image handling so that --image-type is saved and is used to gen...Michael DeHaan2008-08-123-5/+7
* Fix typo in module loaderMichael DeHaan2008-08-121-1/+1
* Misc reworking of how SNIPPET is processed, as we have a test case where not ...Michael DeHaan2008-08-111-7/+7
* Fix regex in snippet parser and also mention which snippet is not found if on...Michael DeHaan2008-08-111-2/+2
* Remove bootloader check as we source bootloaders differently now.Michael DeHaan2008-08-111-13/+16
* Make the template replacemnet of SNIPPET::foo with $SNIPPET('foo') use regexe...Michael DeHaan2008-08-111-15/+10
* Apply patch from Dan Guernsey to change his "Copyright" line to just "written...Michael DeHaan2008-08-111-2/+1
* Apply Dave Hatton's patch to fix "cobbler list" format.Michael DeHaan2008-08-111-5/+9
* Remove xlat parts of Makefile that are not in use, release bumpMichael DeHaan2008-08-081-3/+11
* Add missing virt types to webuiMichael DeHaan2008-08-081-1/+1
* Add images to basic unit tests to ensure they do not break any generalized sy...Michael DeHaan2008-08-081-1/+1
* Make hardlink code fall back properly to symlinks and then copies.Michael DeHaan2008-08-081-4/+14
* Misc changes to cobbler image handling and hardlink codeMichael DeHaan2008-08-073-27/+22
* Attempt at streamlining image support, now --image-type can be used to specif...Michael DeHaan2008-08-075-22/+71
* Cobbler system objects can now descend from systems as well as objects, and i...Michael DeHaan2008-08-059-38/+192
* Some minor formatting nits, templateapi -> template_apiMichael DeHaan2008-08-042-1/+328
* Commit Dan's Cheetah template patch which makes snippets general purpose Chee...Michael DeHaan2008-08-041-95/+1
* Update remote to use deserialize_item_raw which will be /very/ fast for accessMichael DeHaan2008-08-017-12/+78
* Added serializer_catalog as a new serializer module, which will be the new de...Michael DeHaan2008-08-011-0/+111
* On event of yaml load failure, i.e. empty/no file, return an empty recordset.Michael DeHaan2008-07-311-1/+6
* Fixes to ctrl-c intercept behaviorMichael DeHaan2008-07-312-26/+45
* Temporarily restore serializer behavior.Michael DeHaan2008-07-311-30/+13
* Temporarily disable new ctrl+c locking code for now, needs more testing.Michael DeHaan2008-07-302-10/+21
* Hook ctrl+c during writes to minimize chance of corruption of data files.Michael DeHaan2008-07-302-17/+40
* Fix repo arch for yum_rhn_plugin so it can get kernel updatesMichael DeHaan2008-07-291-0/+4
* Remove debug printsMichael DeHaan2008-07-281-2/+0
* Fix typo in config file commentsMichael DeHaan2008-07-281-3/+3
* Make gethostip code for CIDR addresses remove trailing bytes to make pxelinux...Michael DeHaan2008-07-281-6/+13
* Fixes around new CIDR support and DHCP/DNS management.Michael DeHaan2008-07-285-15/+12
* For system addresses with IP's in CIDR notation, these are not really system ...Michael DeHaan2008-07-287-17/+56
* Don't use SSL for the baseurlMichael DeHaan2008-07-251-1/+1
* Add an extra refresh call, remove profile_change which was not being usedMichael DeHaan2008-07-251-20/+2
* Added code to cobblerd to refresh config prior to saves/editsMichael DeHaan2008-07-251-0/+5
* Reorder changelog, some 1.1 changes were listed under 1.0.3. There may still...Michael DeHaan2008-07-253-53/+83
* Check for invalid argumentMichael DeHaan2008-07-251-0/+2