summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-052-3/+8
| | | | | | 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.
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-054-18/+1
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-7/+3
| | | | 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-042-3/+8
| | | | 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-031-2/+18
| | | | using Apache modules.
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-1/+1
|
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-0/+1
|
* (A) add/tweak testcase for blender cache code, (B) modify htaccess file to ↵Michael DeHaan2007-11-141-1/+2
| | | | | | only authenticate the webui, not the other cgi's.
* Add cgi permissions config to cobbler.confMichael DeHaan2007-11-091-0/+8
|
* Removing docs on yum_core_mirror_from_server (off by default), now ↵Michael DeHaan2007-11-021-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 DeHaan2007-11-011-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 DeHaan2007-10-303-14/+10
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-0/+1
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-292-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 DeHaan2007-10-291-0/+12
| | | | / etc
* Don't exclude openoffice langs from the rsync, as that's a fairly common ↵Michael DeHaan2007-10-241-1/+0
| | | | package to install.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-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 fileMichael DeHaan2007-10-101-0/+1
|
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-261-1/+9
| | | | SELinux context.
* Remove testuser from password file.Michael DeHaan2007-09-261-1/+0
|
* Add additional keywords to logrotate config.Michael DeHaan2007-09-171-0/+2
|
* More RPM tweakingMichael DeHaan2007-09-141-1/+1
|
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+31
|
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-1/+1
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+9
| | | | TBA.
* Add missing file.Michael DeHaan2007-09-111-0/+3
|
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ↵Michael DeHaan2007-09-101-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 DeHaan2007-09-071-0/+5
| | | | koan server.
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+7
| | | | /etc/cobbler/modules.conf
* Improve cobbler init scriptsMichael DeHaan2007-08-171-44/+37
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+0
| | | | the file in RPM so dnsmasq can read it.
* Fix init script return codes for 'status' and also make service statusMichael DeHaan2007-07-261-1/+1
| | | | checks aware of cobblerd being running or not.
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-0/+9
| | | | Bumped revision to 0.5.1.
* Make init script a bit less noisy on stop.Michael DeHaan2007-04-201-2/+2
|
* Update specfile/changelogMichael DeHaan2007-04-201-13/+13
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-193-0/+116
info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.