Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move remaining obsolete files to common directory; make "make clean" clean ↵ | Michael DeHaan | 2009-04-28 | 1 | -0/+5 |
| | | | | up more things | ||||
* | Move "about" webapp info into a django template so navigation will be ↵ | Michael DeHaan | 2009-04-27 | 1 | -4/+1 |
| | | | | consistent, also trim length to only say what's needed to be said; refer to online docs. | ||||
* | Make "make install" targets set ownership for django | Michael DeHaan | 2009-04-27 | 1 | -0/+1 |
| | |||||
* | Django is now packaged. Misc restructuring and cleanup. | Michael DeHaan | 2009-04-22 | 1 | -18/+11 |
| | |||||
* | First pass at unifing cobbler and koan under a single setup.py and spec file. | Michael DeHaan | 2009-04-21 | 1 | -16/+13 |
| | | | | Later, django also will be a subpackage under this. | ||||
* | save dhcp.template in devinstall | root | 2009-04-01 | 1 | -0/+2 |
| | |||||
* | Whole bunch of network work, good time to throw a commit out. | John Eckersberg | 2009-03-13 | 1 | -0/+2 |
| | | | | | At this point I can manipulate network objects via the CLI. Nothing intelligent is going on under the hood yet. | ||||
* | - Add 'tags' target in Makefile to build emacs tags file | John Eckersberg | 2009-02-28 | 1 | -9/+11 |
| | | | | - Cleanup whitespace in Makefile | ||||
* | Create a Makefile target just for Debian | Jasper Capel | 2009-02-25 | 1 | -7/+4 |
| | |||||
* | Have the Makefile respect the DESTDIR env variable | root | 2009-02-25 | 1 | -1/+7 |
| | |||||
* | Working on getting the server to not ping itself | Michael DeHaan | 2009-01-23 | 1 | -0/+1 |
| | |||||
* | Minor cleanup on 'clean' target. Change default build target from 'rpms' to ↵ | James Laska | 2009-01-06 | 1 | -13/+6 |
| | | | | 'build'. | ||||
* | Merge branch 'devel' | Michael DeHaan | 2008-12-19 | 1 | -41/+60 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS Makefile cobbler.spec cobbler/config.py cobbler/remote.py cobbler/templar.py setup.py | ||||
| * | Call restorecon in lots of places if required to make sure selinux context ↵ | Michael DeHaan | 2008-12-10 | 1 | -12/+0 |
| | | | | | | | | is as expected; remove srpm target that isn't used -- just run "make" to get both rpms. | ||||
| * | Changes to the DHCP management code to use the new fields. | Michael DeHaan | 2008-11-20 | 1 | -1/+1 |
| | | |||||
| * | Cleanup the post-make file 'config/version' | James Laska | 2008-11-19 | 1 | -1/+1 |
| | | |||||
| * | Add more 'clean' targets so that 'git status' is happy | James Laska | 2008-11-13 | 1 | -0/+5 |
| | | |||||
| * | Patch from Peter Vreman to makefile savestate/restorestate, plus some ↵ | Michael DeHaan | 2008-11-13 | 1 | -20/+21 |
| | | | | | | | | changes of my own to save the cobbler objects. | ||||
| * | Get new XMLRPC tests into a passing state, the test process will now rewrite ↵ | Michael DeHaan | 2008-11-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | the user settings during testing and restore them afterward to make sure it can log in. Some tests had to be disabled as we need to rewrite /more/ settings to verify them, and additionally some more tests should be done at the URL level. | ||||
| * | More work on additional XMLRPC tests, a bit more annoying that expected. ↵ | Michael DeHaan | 2008-11-04 | 1 | -2/+2 |
| | | | | | | | | | | | | Switched on nosetest's "evaluate asserts" which seems to be kind of hit-or-miss. In progress... Also cleaned up a problem in reposync where a value could be sent down as None. | ||||
| * | Make repos auto-set their breed to make API usage a bit cleaner, still ↵ | Michael DeHaan | 2008-11-04 | 1 | -3/+0 |
| | | | | | | | | working on tests. | ||||
| * | Reworking the remote tests and adding a few more. Now we no longer save and ↵ | Michael DeHaan | 2008-10-31 | 1 | -4/+7 |
| | | | | | | | | restore config state in the tests, and work with what the user already had (tests won't delete objects they didn't create). | ||||
| * | Moved the older test code under the main tree so it gets installed with the ↵ | Michael DeHaan | 2008-10-17 | 1 | -3/+3 |
| | | | | | | | | RPM. Beginings of adding testcases for XMLRPC that will exercise read only and read-write XMLRPC through Apache. Right now, there is only some basic read-only testing to verify koan's calls remain operational. We'll also want to write tests for the mod_python components. | ||||
| * | Fix for test case | Michael DeHaan | 2008-10-15 | 1 | -37/+47 |
| | | |||||
| * | Call unittests with nose | Michael DeHaan | 2008-10-15 | 1 | -12/+14 |
| | | |||||
| * | Enhance image-vs-profile validation and be more tolerant of conflicts | Michael DeHaan | 2008-09-29 | 1 | -1/+1 |
| | | |||||
| * | Further work on the network interface editor. Seems to load things fine ↵ | Michael DeHaan | 2008-09-26 | 1 | -1/+1 |
| | | | | | | | | now, working on the submit half. | ||||
| * | Ensure that the default value for ownership is a list. Also some cleanup to ↵ | Michael DeHaan | 2008-09-22 | 1 | -8/+12 |
| | | | | | | | | the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm. | ||||
| * | Add Javier P's patch to add "cobbler import" support for Debian. Also ↵ | Michael DeHaan | 2008-09-12 | 1 | -0/+6 |
| | | | | | | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file. | ||||
| * | Merge branch 'master' into devel | Michael DeHaan | 2008-09-02 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py | ||||
| * | | Lots of work on the acl module, still need to test some niche cases and ensure | Michael DeHaan | 2008-08-28 | 1 | -0/+2 |
| | | | | | | | | | | | | the authz_configfile still works, though ownership is looking pretty good at this point with ACL's tacked on after normal authz approval | ||||
* | | | Enhance image-vs-profile validation and be more tolerant of conflicts | Michael DeHaan | 2008-09-29 | 1 | -1/+1 |
| |/ |/| | | | | | | | | | Conflicts: Makefile | ||||
* | | Fix various merge errors and also add some missing directory packaging to ↵ | Michael DeHaan | 2008-09-02 | 1 | -1/+1 |
|/ | | | | the RPM | ||||
* | fix typo | Michael DeHaan | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | Make "make devinstall" remove files after usage | Michael DeHaan | 2008-08-20 | 1 | -0/+1 |
| | |||||
* | Remove xlat parts of Makefile that are not in use, release bump | Michael DeHaan | 2008-08-08 | 1 | -6/+6 |
| | |||||
* | In-progress work on making bash-completion script not need to run cobbler by ↵ | Michael DeHaan | 2008-07-23 | 1 | -0/+3 |
| | | | | teaching it about a much lighter weight script that reads a pre-generated list of options. | ||||
* | Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵ | Michael DeHaan | 2008-06-25 | 1 | -2/+0 |
| | | | | governed by modules.conf, and rewrite the restart-services trigger to understand restart_dhcp and restart_dns variables, which are now mentioned in the settings file. Also, clean up the tests so they work more nicely on F9, and remove some unused lines from the Makefile. | ||||
* | The settings file is now /etc/cobbler/settings, and cobbler's command line | Michael DeHaan | 2008-05-16 | 1 | -8/+8 |
| | | | | | will warn the user the old file is no longer in use and ask them to delete it before proceeding. | ||||
* | Checked in architecture diagram source, run "make graphviz" to build it. | Michael DeHaan | 2008-05-15 | 1 | -0/+4 |
| | |||||
* | Apply scott henson's replicate patch. | Michael DeHaan | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | Kickstarts are now dynamically generated by mod_python, CGI's now fall | Michael DeHaan | 2008-04-18 | 1 | -0/+1 |
| | | | | under mod_python, kickstart templating code now moved out of sync function. | ||||
* | Replaced the existing cobbler pre/post install triggers system with a much ↵ | Michael DeHaan | 2008-04-15 | 1 | -0/+1 |
| | | | | more flexible model that (for each system) passes in the following. First arg: the word "system" or "profile", Second arg: the name of the said system or profile, Third: the MAC if available, Fourth: the IP. This is all logged by a default "status" trigger to /var/log/cobbler/install.log, for being read by the soon-to-be-revamped cobbler check. The check system logs all of this in order, followed by the word "start" or "stop", followed by the number of seconds since Epoch. | ||||
* | Better kerberos support. See the Wiki. | Michael DeHaan | 2008-04-14 | 1 | -0/+2 |
| | |||||
* | Updated LDAP and authorization code, plus packaging | Michael DeHaan | 2008-03-26 | 1 | -0/+2 |
| | |||||
* | Lots of logging improvements, keep sync from blitzing the WebUI | Michael DeHaan | 2007-12-06 | 1 | -4/+2 |
| | |||||
* | AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵ | Michael DeHaan | 2007-12-04 | 1 | -0/+4 |
| | | | | active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum. | ||||
* | First start of pluggable authn/authz system for remote API + web interface, | Michael DeHaan | 2007-12-03 | 1 | -0/+1 |
| | | | | using Apache modules. | ||||
* | Ongoing work on WUI pagination | Michael DeHaan | 2007-10-31 | 1 | -2/+2 |
| | |||||
* | Fix for cobbler's dhcp generation behavior with the new interface ↵ | Michael DeHaan | 2007-10-31 | 1 | -2/+2 |
| | | | | | | representation. (Plus some unfinished work on paginating the WebUI). |