| Commit message (Expand) | Author | Age | Files | Lines |
* | Some fixes to image handling so that --image-type is saved and is used to gen... | Michael DeHaan | 2008-08-12 | 4 | -5/+8 |
* | Fix typo in module loader | Michael DeHaan | 2008-08-12 | 1 | -1/+1 |
* | Misc reworking of how SNIPPET is processed, as we have a test case where not ... | Michael DeHaan | 2008-08-11 | 1 | -7/+7 |
* | Fix regex in snippet parser and also mention which snippet is not found if on... | Michael DeHaan | 2008-08-11 | 1 | -2/+2 |
* | Remove bootloader check as we source bootloaders differently now. | Michael DeHaan | 2008-08-11 | 2 | -14/+18 |
* | Make the template replacemnet of SNIPPET::foo with $SNIPPET('foo') use regexe... | Michael DeHaan | 2008-08-11 | 2 | -15/+13 |
* | Apply patch from Dan Guernsey to change his "Copyright" line to just "written... | Michael DeHaan | 2008-08-11 | 1 | -2/+1 |
* | Apply Dave Hatton's patch to fix "cobbler list" format. | Michael DeHaan | 2008-08-11 | 1 | -5/+9 |
* | Remove xlat parts of Makefile that are not in use, release bump | Michael DeHaan | 2008-08-08 | 3 | -10/+21 |
* | Add missing virt types to webui | Michael DeHaan | 2008-08-08 | 3 | -1/+17 |
* | Add images to basic unit tests to ensure they do not break any generalized sy... | Michael DeHaan | 2008-08-08 | 2 | -1/+8 |
* | Make hardlink code fall back properly to symlinks and then copies. | Michael DeHaan | 2008-08-08 | 1 | -4/+14 |
* | Misc changes to cobbler image handling and hardlink code | Michael DeHaan | 2008-08-07 | 5 | -32/+33 |
* | Attempt at streamlining image support, now --image-type can be used to specif... | Michael DeHaan | 2008-08-07 | 7 | -27/+73 |
* | keep changelog up2date | Michael DeHaan | 2008-08-05 | 1 | -0/+2 |
* | Cobbler system objects can now descend from systems as well as objects, and i... | Michael DeHaan | 2008-08-05 | 9 | -38/+192 |
* | Fix typo in error message | Michael DeHaan | 2008-08-04 | 2 | -4/+3 |
* | Remove extra file, there is one of these in contrib/ruby | Michael DeHaan | 2008-08-04 | 1 | -56/+0 |
* | Merge branch 'ruby-interface' into devel | Darryl L. Pierce | 2008-08-04 | 1 | -0/+56 |
|\ |
|
| * | Ruby bindings for the Cobbler XMLRCP interface. | Darryl L. Pierce | 2008-08-04 | 25 | -0/+2205 |
* | | Ruby bindings for the Cobbler XMLRCP interface. | Darryl L. Pierce | 2008-08-04 | 25 | -0/+2205 |
|/ |
|
* | Add Dan to AUTHORS | root | 2008-08-04 | 1 | -0/+1 |
* | Some minor formatting nits, templateapi -> template_api | Michael DeHaan | 2008-08-04 | 2 | -1/+328 |
* | Commit Dan's Cheetah template patch which makes snippets general purpose Chee... | Michael DeHaan | 2008-08-04 | 3 | -97/+4 |
* | Update remote to use deserialize_item_raw which will be /very/ fast for access | Michael DeHaan | 2008-08-01 | 7 | -12/+78 |
* | Added serializer_catalog as a new serializer module, which will be the new de... | Michael DeHaan | 2008-08-01 | 6 | -18/+149 |
* | On event of yaml load failure, i.e. empty/no file, return an empty recordset. | Michael DeHaan | 2008-07-31 | 1 | -1/+6 |
* | Fixes to ctrl-c intercept behavior | Michael DeHaan | 2008-07-31 | 2 | -26/+45 |
* | Temporarily restore serializer behavior. | Michael DeHaan | 2008-07-31 | 1 | -30/+13 |
* | Temporarily disable new ctrl+c locking code for now, needs more testing. | Michael DeHaan | 2008-07-30 | 2 | -10/+21 |
* | Hook ctrl+c during writes to minimize chance of corruption of data files. | Michael DeHaan | 2008-07-30 | 3 | -17/+41 |
* | Some snippet cleanup | Michael DeHaan | 2008-07-29 | 4 | -3/+7 |
* | Splitting partition_select snippet into two parts to reduce confusion. | Michael DeHaan | 2008-07-29 | 8 | -4/+29 |
* | Fix repo arch for yum_rhn_plugin so it can get kernel updates | Michael DeHaan | 2008-07-29 | 1 | -0/+4 |
* | Remove debug prints | Michael DeHaan | 2008-07-28 | 1 | -2/+0 |
* | Fix typo in config file comments | Michael DeHaan | 2008-07-28 | 2 | -4/+4 |
* | Make gethostip code for CIDR addresses remove trailing bytes to make pxelinux... | Michael DeHaan | 2008-07-28 | 1 | -6/+13 |
* | Fixes around new CIDR support and DHCP/DNS management. | Michael DeHaan | 2008-07-28 | 5 | -15/+12 |
* | Add documentation on new CIDR feature. | Michael DeHaan | 2008-07-28 | 1 | -0/+2 |
* | For system addresses with IP's in CIDR notation, these are not really system ... | Michael DeHaan | 2008-07-28 | 8 | -17/+57 |
* | Don't use SSL for the baseurl | Michael DeHaan | 2008-07-25 | 1 | -1/+1 |
* | Add an extra refresh call, remove profile_change which was not being used | Michael DeHaan | 2008-07-25 | 1 | -20/+2 |
* | Added code to cobblerd to refresh config prior to saves/edits | Michael DeHaan | 2008-07-25 | 2 | -0/+6 |
* | Reorder changelog, some 1.1 changes were listed under 1.0.3. There may still... | Michael DeHaan | 2008-07-25 | 4 | -60/+92 |
* | Check for invalid argument | Michael DeHaan | 2008-07-25 | 1 | -0/+2 |
* | Added a simple URL (http://127.0.0.1/cblr/svc/op/list/what/systems) to show t... | Michael DeHaan | 2008-07-25 | 3 | -4/+25 |
* | Add comment in settings about virt-type | Michael DeHaan | 2008-07-25 | 1 | -0/+1 |
* | It doesn't make sense for a non-Xen kernel to have a default virt-type of | Michael DeHaan | 2008-07-25 | 2 | -0/+5 |
* | changelog | Michael DeHaan | 2008-07-25 | 1 | -0/+1 |
* | Added extensive comments to modules.conf with pointers to the Wiki | Michael DeHaan | 2008-07-25 | 1 | -0/+72 |