summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipaserver/httpinstance.py
Commit message (Expand)AuthorAgeFilesLines
* Rework the way SSL certificates are imported from PKCS#12 files.Rob Crittenden2008-07-141-1/+12
* Fix ownership of the Apache NSS cert and key databases.Rob Crittenden2008-04-301-0/+10
* Move sysrestore to ipa-python so it can be used by client scripts too.Simo Sorce2008-03-271-10/+18
* Redirect users when they don't use the FQDN on both SSL and non-SSL portsRob Crittenden2008-02-211-2/+13
* Verify current domain with user during installationRob Crittenden2008-02-151-2/+2
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Use file to store the current CA serial numberRob Crittenden2008-02-051-6/+10
* Re-factor the ipa_webgui and ipa_kpasswd instance codeMark McLoughlin2008-01-221-0/+4
* Small refactor of dsinstance.config_dirname()Mark McLoughlin2008-01-221-2/+2
* Add ipa-server-install --uninstallMark McLoughlin2008-01-111-0/+23
* Backup system state in ipa-server-installRob Crittenden2008-01-141-3/+23
* Use tempfile.mkdtemp() rather than hardcoded tmpdirMark McLoughlin2008-01-111-9/+4
* Refactor keytab creationMark McLoughlin2007-12-181-23/+3
* Refactor krbinstance and dsinstance creation stepsMark McLoughlin2007-12-131-22/+11
* More ipautil fixingMark McLoughlin2007-12-131-7/+9
* Add automatic browser configuration for kerberos SSO using javascript.Rob Crittenden2007-12-121-2/+32
* User provided certs.Karl MacMillan2007-12-121-16/+2
* Import correct httpinstance.pyKarl MacMillan2007-12-111-3/+6
* Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-061-0/+10
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+1
* Check for existance of of the target file in update_file. It used to silentlyRob Crittenden2007-11-151-1/+6
* Forgot to include FQDN in the substitition listRob Crittenden2007-11-131-1/+1
* Introduce service base class and clean up ipa-server-installKarl MacMillan2007-11-051-19/+83
* First step in enabling SSL in the IPA web serverRob Crittenden2007-10-151-0/+76