Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code. | Michael DeHaan | 2007-12-13 | 2 | -85/+17 | |
| | | ||||||
| * | Fix bug in remote system save method. | Michael DeHaan | 2007-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Make WebUI deletions of distro objects work again | Michael DeHaan | 2007-12-13 | 1 | -3/+5 | |
| | | ||||||
| * | Fix bug in sync remote API | Michael DeHaan | 2007-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Allow sync to absorb unknown args | Michael DeHaan | 2007-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix for older python versions | Michael DeHaan | 2007-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo | Michael DeHaan | 2007-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update HTML urls that point to hosted, as that has changed around some. | Michael DeHaan | 2007-12-12 | 1 | -4/+6 | |
| | | ||||||
| * | Performance tweaking and benchmarks. | Michael DeHaan | 2007-12-12 | 17 | -55/+229 | |
| | | ||||||
| * | changelog | Michael DeHaan | 2007-12-10 | 2 | -2/+3 | |
| | | ||||||
| * | API and web svc now use seperate logging, and logging is greatly enhanced ↵ | Michael DeHaan | 2007-12-10 | 10 | -92/+153 | |
| | | | | | | | | and more usable. | |||||
| * | Fix some errors in the new logging code. | Michael DeHaan | 2007-12-10 | 1 | -4/+5 | |
| | | ||||||
| * | Lots of logging improvements, keep sync from blitzing the WebUI | Michael DeHaan | 2007-12-06 | 7 | -45/+130 | |
| | | ||||||
| * | Requires rsync. | Michael DeHaan | 2007-12-06 | 1 | -0/+2 | |
| | | ||||||
| * | Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we only | Michael DeHaan | 2007-12-06 | 3 | -2/+5 | |
| | | | | | | | | use when the kerberos auth type is engaged. | |||||
| * | Some initial work on kerberos authentication via a helper program, some work ↵ | Michael DeHaan | 2007-12-05 | 12 | -27/+214 | |
| | | | | | | | | | | | | on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though authn_configfile works fine. | |||||
| * | Packaging fixups | Michael DeHaan | 2007-12-05 | 4 | -5/+4 | |
| | | ||||||
| * | Fixes + changelog. | Michael DeHaan | 2007-12-05 | 3 | -3/+7 | |
| | | ||||||
| * | Revise webui docs on manpage. | Michael DeHaan | 2007-12-05 | 1 | -18/+2 | |
| | | ||||||
| * | Work on making the default service authenticator grok Apache htdigest files. | Michael DeHaan | 2007-12-05 | 10 | -150/+42 | |
| | | ||||||
| * | mod_python version of webui now operational at http://server/cobbler/web ↵ | Michael DeHaan | 2007-12-05 | 16 | -93/+107 | |
| | | | | | | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though. | |||||
| * | AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵ | Michael DeHaan | 2007-12-04 | 9 | -171/+283 | |
| | | | | | | | | 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 | 6 | -5/+98 | |
| | | | | | | | | using Apache modules. | |||||
| * | Fix one missing priority value | Michael DeHaan | 2007-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵ | Michael DeHaan | 2007-11-29 | 10 | -7/+48 | |
| | | | | | | | | default to 99, not 200. | |||||
| * | Slight changes to post install triggers patch, namely adding some underscores. | Michael DeHaan | 2007-11-29 | 10 | -19/+87 | |
| | | ||||||
| * | Initial application of Tim V's patch to enable post install triggers. | Michael DeHaan | 2007-11-29 | 9 | -8/+39 | |
| | | ||||||
| * | Quote wget args to avoid creating stray files. | Michael DeHaan | 2007-11-29 | 2 | -4/+7 | |
| | | ||||||
| * | Rewire virt_type into the CLI, which was missing in the rewritten version. | Michael DeHaan | 2007-11-29 | 1 | -0/+1 | |
| | | ||||||
| * | Make cobbler commands be more tolerant of casing and synonyms (delete vs ↵ | Michael DeHaan | 2007-11-29 | 2 | -9/+25 | |
| | | | | | | | | remove). Also update docs on set_virt_size to indicate behavior in newer koan. | |||||
| * | Nicely warn when editing objects that do not exist. | Michael DeHaan | 2007-11-28 | 1 | -0/+2 | |
| | | ||||||
| * | Allow xenfv as a virt type, also make --interface=N work for system edits | Michael DeHaan | 2007-11-28 | 3 | -3/+7 | |
| | | ||||||
| * | Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like ↵ | Michael DeHaan | 2007-11-27 | 7 | -89/+145 | |
| | | | | | | | | they used to, which means adding a few subcommands, abstracting away the list logic, and writing some minor code to make the trailing names look like --name=x to please optparse. | |||||
| * | Make reserialize call the right API function. | Michael DeHaan | 2007-11-27 | 1 | -1/+3 | |
| | | ||||||
| * | Detect when the NFS path given by the user is missing the colon, and warn ↵ | Michael DeHaan | 2007-11-26 | 2 | -1/+9 | |
| | | | | | | | | | | | | them before the import. Also warn users with existing configurations during the cobbler sync, rather than showing the generic traceback. | |||||
| * | Work on CLI functions for manipulating objects, including adding the delete ↵ | Michael DeHaan | 2007-11-26 | 6 | -18/+23 | |
| | | | | | | | | code back. | |||||
| * | Misc fixes during CLI testing. Not done yet. | Michael DeHaan | 2007-11-19 | 1 | -1/+4 | |
| | | ||||||
| * | Further work on CLI modularization. All commands implemented now, except ↵ | Michael DeHaan | 2007-11-19 | 9 | -15/+328 | |
| | | | | | | | | | | | | | | for old school compatibility translation for list/report. All commands will then need to be tested... | |||||
| * | Make repo code raise exceptions that explain what about the objects is not ↵ | Michael DeHaan | 2007-11-19 | 1 | -2/+2 | |
| | | | | | | | | valid. | |||||
| * | Make the object creator code aware of subobjects. | Michael DeHaan | 2007-11-19 | 1 | -2/+2 | |
| | | ||||||
| * | All cobbler objects are now stubbed in as CLI modules, still needs testing. ↵ | Michael DeHaan | 2007-11-19 | 6 | -50/+329 | |
| | | | | | | | | | | | | Next step is to add the CLI functions that are not object-manipulation based. These will be much shorter. | |||||
| * | Initial bits of code to make CLI modular, and use new object system for ↵ | Michael DeHaan | 2007-11-19 | 6 | -765/+308 | |
| | | | | | | | | defining new CLI commands. | |||||
| * | Don't require syslinux, remove unused bits from RPM specfile. | Michael DeHaan | 2007-11-16 | 1 | -3/+1 | |
| | | ||||||
| * | Apply Tim Verhoeven's patch to lengthen WebUI fields. | Michael DeHaan | 2007-11-16 | 5 | -12/+13 | |
| | | ||||||
| * | Applying Ben Riggs patch to add API flag to disable triggers when adding | Michael DeHaan | 2007-11-16 | 5 | -15/+23 | |
| | | | | | | | | objects. | |||||
| * | Fix broken links on cobbler.et.redhat.com | Michael DeHaan | 2007-11-15 | 1 | -3/+3 | |
| | | ||||||
| * | Fix bug related to hash evaluation, bump release for testing branch | Michael DeHaan | 2007-11-15 | 4 | -3/+14 | |
| | | ||||||
| * | Expose function for getting all modules of a specific category. | Michael DeHaan | 2007-11-14 | 2 | -4/+10 | |
| | | ||||||
* | | RPM fixing for F9 | Michael DeHaan | 2008-01-10 | 2 | -4/+15 | |
| | | ||||||
* | | Fix from bad merge of changelog from other branch | Michael DeHaan | 2008-01-10 | 3 | -17/+5 | |
| | |