| Commit message (Expand) | Author | Age | Files | Lines |
* | Cobbler system objects can now descend from systems as well as objects, and i... | Michael DeHaan | 2008-08-05 | 1 | -0/+1 |
* | Make yum repo config for yum_post_install_mirror fully dynamic | Michael DeHaan | 2008-07-23 | 1 | -4/+0 |
* | Update cobbler check to help with vsftpd setup, needed for our planned pseudo... | Michael DeHaan | 2008-07-15 | 1 | -0/+2 |
* | Fix mkdir invocation, since we no longer own the RPMs | Michael DeHaan | 2008-06-09 | 1 | -2/+2 |
* | Do not own tftpboot, but create subdirs as needed automatically. | Michael DeHaan | 2008-05-29 | 1 | -0/+7 |
* | Various DNS/DHCP work. | Michael DeHaan | 2008-05-02 | 1 | -7/+7 |
* | Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf) | Michael DeHaan | 2008-05-02 | 1 | -11/+7 |
* | Adjusting the dhcp patch some, prior to moving it all into modules/ | Michael DeHaan | 2008-05-02 | 1 | -1/+1 |
* | Apply John Eckersberg's patch for BIND management. | Michael DeHaan | 2008-05-02 | 1 | -0/+4 |
* | Abstract out sync code into it's constituent parts, plus some packaging chang... | Michael DeHaan | 2008-04-18 | 1 | -477/+18 |
* | Kickstarts are now dynamically generated by mod_python, CGI's now fall | Michael DeHaan | 2008-04-18 | 1 | -357/+8 |
* | Replaced the existing cobbler pre/post install triggers system with a much mo... | Michael DeHaan | 2008-04-15 | 1 | -19/+37 |
* | Now possible to override snippets on a per-profile or per-system basis, as di... | Michael DeHaan | 2008-04-11 | 1 | -213/+46 |
* | Two things -- (A) remove rhpl dep as we aren't using it and we want to use | Michael DeHaan | 2008-04-09 | 1 | -1/+1 |
* | Apply iranzo's memtest patch | Michael DeHaan | 2008-04-09 | 1 | -2/+51 |
* | Add a --owner to all the objects, plus associated API calls and backend stuff... | Michael DeHaan | 2008-03-26 | 1 | -11/+12 |
* | Apply patch to make disabled repos (using new --yumopts feature) not be used ... | Michael DeHaan | 2008-03-17 | 1 | -3/+7 |
* | Adding patch to send hostname | Michael DeHaan | 2008-03-12 | 1 | -0/+2 |
* | Added in a possible workaround for a user problem with source_repos in an upg... | Michael DeHaan | 2008-02-13 | 1 | -0/+5 |
* | Keep leading newline from appearing in template files. | Michael DeHaan | 2008-01-22 | 1 | -0/+4 |
* | Added http_port parameter to settings so Apache can run on ports other than 80. | Michael DeHaan | 2008-01-10 | 1 | -9/+8 |
* | Rename some templates, remove proxy logic that is not necc. for new performance | Michael DeHaan | 2007-12-20 | 1 | -10/+7 |
* | -b option to wget isn't available in busybox, and we don't need it, so don't ... | Michael DeHaan | 2007-12-20 | 1 | -3/+3 |
* | The repo management code generates some things on a per-profile basis which | Michael DeHaan | 2007-12-18 | 1 | -2/+2 |
* | Performance tweaking and benchmarks. | Michael DeHaan | 2007-12-12 | 1 | -2/+5 |
* | Lots of logging improvements, keep sync from blitzing the WebUI | Michael DeHaan | 2007-12-06 | 1 | -1/+1 |
* | Work on making the default service authenticator grok Apache htdigest files. | Michael DeHaan | 2007-12-05 | 1 | -0/+1 |
* | Slight changes to post install triggers patch, namely adding some underscores. | Michael DeHaan | 2007-11-29 | 1 | -2/+2 |
* | Initial application of Tim V's patch to enable post install triggers. | Michael DeHaan | 2007-11-29 | 1 | -1/+5 |
* | Quote wget args to avoid creating stray files. | Michael DeHaan | 2007-11-29 | 1 | -4/+4 |
* | Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like t... | Michael DeHaan | 2007-11-27 | 1 | -0/+1 |
* | Detect when the NFS path given by the user is missing the colon, and warn the... | Michael DeHaan | 2007-11-26 | 1 | -1/+4 |
* | Fixes baseurls used in repo setup. For instance, if running RHEL5.1, the kic... | Michael DeHaan | 2007-11-13 | 1 | -8/+22 |
* | Fix the part that configures yum on the installed machines/etc for when there... | Michael DeHaan | 2007-11-09 | 1 | -5/+6 |
* | Make copyfile understand that if it can't copy a file to itself it shouldn't | Michael DeHaan | 2007-11-07 | 1 | -2/+5 |
* | Changes to make the overhauled repo templating work with source repositories ... | Michael DeHaan | 2007-11-05 | 1 | -6/+7 |
* | Remove debug code. | Michael DeHaan | 2007-11-05 | 1 | -2/+0 |
* | Optimize sync performance by caching the results of calls to "blender". | Michael DeHaan | 2007-11-05 | 1 | -22/+23 |
* | Slight tweak to make imports work with new repo generation | Michael DeHaan | 2007-11-02 | 1 | -1/+1 |
* | Making sync use the new mirror parameter. | Michael DeHaan | 2007-11-02 | 1 | -2/+2 |
* | Work on getting the repos to be templated, largely complete, pending more tes... | Michael DeHaan | 2007-11-02 | 1 | -25/+63 |
* | In the process of making all repositories templates so we can apply the value... | Michael DeHaan | 2007-11-02 | 1 | -44/+94 |
* | Code to wire up the new --server-override to the sync code. This leaves off ... | Michael DeHaan | 2007-11-01 | 1 | -16/+17 |
* | Fix for cobbler's dhcp generation behavior with the new interface representat... | Michael DeHaan | 2007-10-31 | 1 | -4/+8 |
* | Call deserialize after the pre-sync triggers are run to allow those triggers ... | Michael DeHaan | 2007-10-24 | 1 | -1/+15 |
* | Remove a circular import between the serializer and the API that was confusin... | Michael DeHaan | 2007-10-23 | 1 | -12/+13 |
* | Service restarting has been abstracted out of the action_sync code, and is no... | Michael DeHaan | 2007-10-19 | 1 | -26/+2 |
* | code to move the CentOS repo had the repo name mispelled for CentOS-base | Michael DeHaan | 2007-10-16 | 1 | -1/+1 |
* | Applied patch to symlink distro kernel/initrd parameters if they live in /tft... | Michael DeHaan | 2007-10-15 | 1 | -2/+27 |
* | Applied Jack's patch to keep kickstart values from being resolved as <<inheri... | Michael DeHaan | 2007-10-12 | 1 | -1/+3 |