summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a simple URL (http://127.0.0.1/cblr/svc/op/list/what/systems) to show t...Michael DeHaan2008-07-252-4/+23
* It doesn't make sense for a non-Xen kernel to have a default virt-type ofMichael DeHaan2008-07-251-0/+4
* Update message about --xml-file, essentially it is treated as a comment.Michael DeHaan2008-07-241-1/+1
* Fix typoMichael DeHaan2008-07-241-1/+1
* Wildcard search for "cobbler find" commands and API calls. Plus return code ...Michael DeHaan2008-07-248-20/+20
* Remove some code and packaging that is no longer needed now that repo handlin...Michael DeHaan2008-07-242-41/+1
* Modify repo_stanza generating code to take advantage of new dynamic stuff.Michael DeHaan2008-07-241-31/+33
* Make yum repo config for yum_post_install_mirror fully dynamicMichael DeHaan2008-07-237-34/+60
* bash completion upgradesMichael DeHaan2008-07-231-10/+10
* Merge findks fix from masterMichael DeHaan2008-07-221-2/+2
* update services.py from masterMichael DeHaan2008-07-211-2/+4
* Updating findks for mac supportMichael DeHaan2008-07-211-1/+8
* Image fixes/changesMichael DeHaan2008-07-181-5/+0
* Bugfix for item_image.pyMichael DeHaan2008-07-181-2/+2
* Move errors to sys.stderr to avoid clashing with bash completion scriptMichael DeHaan2008-07-182-5/+5
* Apply improved bash completion script. Looks like we need to make the CLI a ...Michael DeHaan2008-07-181-2/+22
* Merge branch 'brenton_devel' into develMichael DeHaan2008-07-173-5/+13
|\
| * Adding get_status to the remote apiBrenton Leanhardt2008-07-173-5/+13
* | Undo sign changeMichael DeHaan2008-07-171-1/+1
* | Apply patch to provide a --helpbash command, which is not for humans, but is ...Michael DeHaan2008-07-171-1/+13
* | Reinstating findks.cgi support, this time as mod_python.Michael DeHaan2008-07-171-8/+58
|/
* Fix sign error.Michael DeHaan2008-07-161-1/+1
* A bit more on s390, make the pseudo-PXE tree include info for the profiles, w...Michael DeHaan2008-07-161-2/+3
* More work on image support, still more to do.Michael DeHaan2008-07-152-3/+5
* Various image changes + bash completion scriptMichael DeHaan2008-07-155-9/+40
* add xml file trackingMichael DeHaan2008-07-151-16/+13
* Update cobbler check to help with vsftpd setup, needed for our planned pseudo...Michael DeHaan2008-07-154-15/+49
* Add code that generates PXE tree info for systems and profiles that have s390...Michael DeHaan2008-07-151-19/+45