Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (A) add/tweak testcase for blender cache code, (B) modify htaccess file to ↵ | Michael DeHaan | 2007-11-14 | 1 | -1/+2 |
| | | | | | | only authenticate the webui, not the other cgi's. | ||||
* | Add cgi permissions config to cobbler.conf | Michael DeHaan | 2007-11-09 | 1 | -0/+8 |
| | |||||
* | Removing docs on yum_core_mirror_from_server (off by default), now ↵ | Michael DeHaan | 2007-11-02 | 1 | -1/+1 |
| | | | | explaining yum_post_install_mirror (which is on by default, and only slightly different). | ||||
* | Since some versions of yumdownloader don't support --resolve, allow people ↵ | Michael DeHaan | 2007-11-01 | 1 | -1/+1 |
| | | | | | | | | | to remove it by moving it to the configuration file. By default, it will be there, but this provides a fix for those running OS's with an old version of yum/yumdownloader. If -resolve is not in settings, --rpmlist on "cobbler repo add" needs to include all dependencies for the packages listed, which could be a rather long list. | ||||
* | Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵ | Michael DeHaan | 2007-10-30 | 3 | -14/+10 |
| | | | | box with Digest auth and seems to work well. Misc associated packaging details. | ||||
* | htaccess file should really be "htpasswd" | Michael DeHaan | 2007-10-30 | 1 | -0/+1 |
| | |||||
* | Split the CGI authentication bits out to a seperate Apache configuration ↵ | Michael DeHaan | 2007-10-29 | 2 | -12/+14 |
| | | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)). | ||||
* | Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵ | Michael DeHaan | 2007-10-29 | 1 | -0/+12 |
| | | | | / etc | ||||
* | Don't exclude openoffice langs from the rsync, as that's a fairly common ↵ | Michael DeHaan | 2007-10-24 | 1 | -1/+0 |
| | | | | package to install. | ||||
* | Various changes to allow for increased performance in the WebUI and in ↵ | Michael DeHaan | 2007-10-17 | 1 | -0/+4 |
| | | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros. | ||||
* | Added profile virt-bridge setting to the settings file | Michael DeHaan | 2007-10-10 | 1 | -0/+1 |
| | |||||
* | Move cobbler WebUI log file to Apache dir so it will gain the correct | root | 2007-09-26 | 1 | -1/+9 |
| | | | | SELinux context. | ||||
* | Remove testuser from password file. | Michael DeHaan | 2007-09-26 | 1 | -1/+0 |
| | |||||
* | Add additional keywords to logrotate config. | Michael DeHaan | 2007-09-17 | 1 | -0/+2 |
| | |||||
* | More RPM tweaking | Michael DeHaan | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | Permissions cleanup and moving settings to be packaged in the RPM. | root | 2007-09-14 | 1 | -0/+31 |
| | |||||
* | Adding additional exception handling and logging to WebUI. | Michael DeHaan | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵ | Michael DeHaan | 2007-09-11 | 1 | -0/+9 |
| | | | | TBA. | ||||
* | Add missing file. | Michael DeHaan | 2007-09-11 | 1 | -0/+3 |
| | |||||
* | Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵ | Michael DeHaan | 2007-09-10 | 1 | -2/+8 |
| | | | | | | to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub. | ||||
* | Apache reverse proxy around XMLRPC API, so it's easier to host an external ↵ | Michael DeHaan | 2007-09-07 | 1 | -0/+5 |
| | | | | koan server. | ||||
* | Allow for serialization modules to be selected by changing ↵ | Michael DeHaan | 2007-09-06 | 1 | -0/+7 |
| | | | | /etc/cobbler/modules.conf | ||||
* | Improve cobbler init scripts | Michael DeHaan | 2007-08-17 | 1 | -44/+37 |
| | |||||
* | Set permissions on /var/lib/cobbler/cobbler_hosts by installing | Michael DeHaan | 2007-08-10 | 1 | -0/+0 |
| | | | | the file in RPM so dnsmasq can read it. | ||||
* | Fix init script return codes for 'status' and also make service status | Michael DeHaan | 2007-07-26 | 1 | -1/+1 |
| | | | | checks aware of cobblerd being running or not. | ||||
* | Add logging for cobblerd + logrotate script. | Michael DeHaan | 2007-07-02 | 1 | -0/+9 |
| | | | | Bumped revision to 0.5.1. | ||||
* | Make init script a bit less noisy on stop. | Michael DeHaan | 2007-04-20 | 1 | -2/+2 |
| | |||||
* | Update specfile/changelog | Michael DeHaan | 2007-04-20 | 1 | -13/+13 |
| | |||||
* | Changes cobbler_syslogd to cobblerd, and this new daemon now offers koan | Michael DeHaan | 2007-04-19 | 3 | -0/+116 |
info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://. |