summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code.Michael DeHaan2007-12-132-85/+17
| |
| * Fix bug in remote system save method.Michael DeHaan2007-12-131-1/+1
| |
| * Make WebUI deletions of distro objects work againMichael DeHaan2007-12-131-3/+5
| |
| * Fix bug in sync remote APIMichael DeHaan2007-12-131-1/+1
| |
| * Allow sync to absorb unknown argsMichael DeHaan2007-12-131-1/+1
| |
| * Fix for older python versionsMichael DeHaan2007-12-131-1/+1
| |
| * Fix typoMichael DeHaan2007-12-131-1/+1
| |
| * Update HTML urls that point to hosted, as that has changed around some.Michael DeHaan2007-12-121-4/+6
| |
| * Performance tweaking and benchmarks.Michael DeHaan2007-12-1217-55/+229
| |
| * changelogMichael DeHaan2007-12-102-2/+3
| |
| * API and web svc now use seperate logging, and logging is greatly enhanced ↵Michael DeHaan2007-12-1010-92/+153
| | | | | | | | and more usable.
| * Fix some errors in the new logging code.Michael DeHaan2007-12-101-4/+5
| |
| * Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-067-45/+130
| |
| * Requires rsync.Michael DeHaan2007-12-061-0/+2
| |
| * Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we onlyMichael DeHaan2007-12-063-2/+5
| | | | | | | | use when the kerberos auth type is engaged.
| * Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-0512-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 fixupsMichael DeHaan2007-12-054-5/+4
| |
| * Fixes + changelog.Michael DeHaan2007-12-053-3/+7
| |
| * Revise webui docs on manpage.Michael DeHaan2007-12-051-18/+2
| |
| * Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-0510-150/+42
| |
| * mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-0516-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 DeHaan2007-12-049-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 DeHaan2007-12-036-5/+98
| | | | | | | | using Apache modules.
| * Fix one missing priority valueMichael DeHaan2007-11-291-1/+1
| |
| * Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵Michael DeHaan2007-11-2910-7/+48
| | | | | | | | default to 99, not 200.
| * Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-2910-19/+87
| |
| * Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-299-8/+39
| |
| * Quote wget args to avoid creating stray files.Michael DeHaan2007-11-292-4/+7
| |
| * Rewire virt_type into the CLI, which was missing in the rewritten version.Michael DeHaan2007-11-291-0/+1
| |
| * Make cobbler commands be more tolerant of casing and synonyms (delete vs ↵Michael DeHaan2007-11-292-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 DeHaan2007-11-281-0/+2
| |
| * Allow xenfv as a virt type, also make --interface=N work for system editsMichael DeHaan2007-11-283-3/+7
| |
| * Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like ↵Michael DeHaan2007-11-277-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 DeHaan2007-11-271-1/+3
| |
| * Detect when the NFS path given by the user is missing the colon, and warn ↵Michael DeHaan2007-11-262-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 DeHaan2007-11-266-18/+23
| | | | | | | | code back.
| * Misc fixes during CLI testing. Not done yet.Michael DeHaan2007-11-191-1/+4
| |
| * Further work on CLI modularization. All commands implemented now, except ↵Michael DeHaan2007-11-199-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 DeHaan2007-11-191-2/+2
| | | | | | | | valid.
| * Make the object creator code aware of subobjects.Michael DeHaan2007-11-191-2/+2
| |
| * All cobbler objects are now stubbed in as CLI modules, still needs testing. ↵Michael DeHaan2007-11-196-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 DeHaan2007-11-196-765/+308
| | | | | | | | defining new CLI commands.
| * Don't require syslinux, remove unused bits from RPM specfile.Michael DeHaan2007-11-161-3/+1
| |
| * Apply Tim Verhoeven's patch to lengthen WebUI fields.Michael DeHaan2007-11-165-12/+13
| |
| * Applying Ben Riggs patch to add API flag to disable triggers when addingMichael DeHaan2007-11-165-15/+23
| | | | | | | | objects.
| * Fix broken links on cobbler.et.redhat.comMichael DeHaan2007-11-151-3/+3
| |
| * Fix bug related to hash evaluation, bump release for testing branchMichael DeHaan2007-11-154-3/+14
| |
| * Expose function for getting all modules of a specific category.Michael DeHaan2007-11-142-4/+10
| |
* | RPM fixing for F9Michael DeHaan2008-01-102-4/+15
| |
* | Fix from bad merge of changelog from other branchMichael DeHaan2008-01-103-17/+5
| |