summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/service.py
Commit message (Expand)AuthorAgeFilesLines
* Sysrestore fixes.Simo Sorce2008-03-311-3/+8
* Move sysrestore to ipa-python so it can be used by client scripts too.Simo Sorce2008-03-271-7/+7
* Fix off-by-one error in the number of steps to install a serviceRob Crittenden2008-02-281-1/+1
* Always do a chkconfig --add/--del on install/uninstallRob Crittenden2008-02-081-0/+14
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Include some additional information when installing IPA.Rob Crittenden2008-01-251-1/+1
* Re-factor the ipa_webgui and ipa_kpasswd instance codeMark McLoughlin2008-01-221-0/+23
* Add ipa-server-install --uninstallMark McLoughlin2008-01-111-0/+3
* Backup system state in ipa-server-installRob Crittenden2008-01-141-0/+4
* Add service.is_enabled() helperMark McLoughlin2008-01-111-1/+24
* Add service.is_running() helperMark McLoughlin2008-01-111-0/+11
* Refactor krbinstance and dsinstance creation stepsMark McLoughlin2007-12-131-13/+13
* More ipautil fixingMark McLoughlin2007-12-131-6/+6
* Introduce service base class and clean up ipa-server-installKarl MacMillan2007-11-051-0/+86