| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove references to manage_dhcp_mode and manage_dns_mode as this is governed... | Michael DeHaan | 2008-06-25 | 2 | -3/+2 |
| * | Fix to make serializer look in the right place, also removed a debug | Michael DeHaan | 2008-05-16 | 1 | -1/+4 |
| * | Fixes for virt overrides on system objects. | Michael DeHaan | 2008-05-09 | 1 | -1/+0 |
| * | Apply patch to rework bind zone handling. | Michael DeHaan | 2008-05-09 | 1 | -47/+73 |
| * | Adding --virt overrides for many more additional fields that were found | Michael DeHaan | 2008-05-08 | 1 | -4/+14 |
| * | Added --mirror-locally option to repo add/edit and WebUI for specifying that ... | Michael DeHaan | 2008-05-08 | 1 | -0/+2 |
| * | Apply scott henson's replicate patch. | Michael DeHaan | 2008-05-08 | 1 | -1/+20 |
| * | Apply John Eckersberg's patch to allow random mac usage from the command line. | Michael DeHaan | 2008-05-08 | 1 | -2/+6 |
| * | omshell wants lowercase macs | Michael DeHaan | 2008-05-05 | 1 | -1/+1 |
| * | Get omshell path from config file | Michael DeHaan | 2008-05-05 | 1 | -2/+2 |
| * | Remove typo in function | Michael DeHaan | 2008-05-05 | 1 | -2/+1 |
| * | Apply jeckersb's patch to allow per-zone templates | Michael DeHaan | 2008-05-05 | 1 | -7/+22 |
| * | Various DNS/DHCP work. | Michael DeHaan | 2008-05-02 | 2 | -174/+244 |
| * | Add some missing files and do some more work on dns/dhcp refactoring | Michael DeHaan | 2008-05-02 | 2 | -3/+6 |
| * | Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf) | Michael DeHaan | 2008-05-02 | 2 | -0/+616 |
| * | Working on adding a "cobbler buildiso" command to generate non-live CD's. Me... | Michael DeHaan | 2008-05-01 | 1 | -5/+23 |
| * | Add "dumpvars" command. | Michael DeHaan | 2008-04-23 | 4 | -55/+59 |
| * | Finish removing mac from new install tracking | Michael DeHaan | 2008-04-18 | 1 | -0/+42 |
| * | This is the new status engine in progress. I still need to do some things to... | Michael DeHaan | 2008-04-16 | 1 | -1/+1 |
| * | To make things easier to understand, enable RW-xmlrpc by default, just change... | Michael DeHaan | 2008-04-16 | 1 | -0/+43 |
| * | Better kerberos support. See the Wiki. | Michael DeHaan | 2008-04-14 | 3 | -82/+55 |
| * | Import now takes an --arch, which is now a recommended field, to ensure | Michael DeHaan | 2008-04-11 | 1 | -3/+5 |
| * | Two things -- (A) remove rhpl dep as we aren't using it and we want to use | Michael DeHaan | 2008-04-09 | 13 | -14/+14 |
| * | Added a "--clobber" option to all add commands that allows the add to functio... | Michael DeHaan | 2008-04-04 | 4 | -0/+16 |
| * | Remove check from this area of the command line. | root | 2008-04-04 | 1 | -4/+0 |
| * | Working on adding checks for duplicate names/ips/macs to cobbler | root | 2008-04-04 | 1 | -1/+6 |
| * | Some fixes to the ownership module. | Michael DeHaan | 2008-04-02 | 1 | -4/+4 |
| * | Make changes in order to assure that users not in users.conf can still read | Michael DeHaan | 2008-04-02 | 1 | -0/+7 |
| * | Implementated authorization logic around shared kickstart templates. | Michael DeHaan | 2008-04-02 | 1 | -17/+52 |
| * | Apply vlaurenz's LDAP patch to allow non-anonymous bind and other magic necce... | Michael DeHaan | 2008-04-01 | 1 | -14/+24 |
| * | Minor changes to the authn/z test program so they don't go through Apache | Michael DeHaan | 2008-03-31 | 1 | -2/+2 |
| * | Now that authz_ownership works, remove debug code to make it easier to read. | Michael DeHaan | 2008-03-27 | 1 | -33/+5 |
| * | Fixes to authz_ownership module, tests pass now. | Michael DeHaan | 2008-03-27 | 1 | -15/+24 |
| * | Adding ownership module + tests and associated changes to cobblerd to make it | Michael DeHaan | 2008-03-27 | 1 | -0/+155 |
| * | Add a --owner to all the objects, plus associated API calls and backend stuff... | Michael DeHaan | 2008-03-26 | 4 | -0/+19 |
| * | Updated LDAP and authorization code, plus packaging | Michael DeHaan | 2008-03-26 | 2 | -6/+27 |
| * | Remove test data from git | Michael DeHaan | 2008-03-25 | 1 | -2/+1 |
| * | Preliminary support for authentication against LDAP | Michael DeHaan | 2008-03-25 | 2 | -0/+147 |
| * | Doc fix | Michael DeHaan | 2008-02-25 | 1 | -1/+4 |
| * | Recursive deletes are now possible with --recursive. Web UI still needs to t... | Michael DeHaan | 2008-01-31 | 2 | -0/+5 |
| * | Added --rsync-flags to cobbler import. | Michael DeHaan | 2008-01-10 | 1 | -1/+3 |
| * | Added a parameter --yumopts which allows setting parameters for yum plugins i... | Michael DeHaan | 2008-01-09 | 1 | -3/+7 |
| * | Apply euclid's patch to allow import to take a --kickstart parameter | Michael DeHaan | 2008-01-04 | 1 | -1/+3 |
| * | Add some options back that went missing in the command line refactor. | Michael DeHaan | 2008-01-04 | 1 | -6/+9 |
| * | Performance tweaking and benchmarks. | Michael DeHaan | 2007-12-12 | 4 | -5/+27 |
| * | Lots of logging improvements, keep sync from blitzing the WebUI | Michael DeHaan | 2007-12-06 | 1 | -0/+3 |
| * | Some initial work on kerberos authentication via a helper program, some work ... | Michael DeHaan | 2007-12-05 | 3 | -5/+83 |
| * | Work on making the default service authenticator grok Apache htdigest files. | Michael DeHaan | 2007-12-05 | 1 | -12/+35 |
| * | AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ... | Michael DeHaan | 2007-12-04 | 2 | -0/+94 |
| * | Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau... | Michael DeHaan | 2007-11-29 | 1 | -0/+2 |