Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import correct httpinstance.py | Karl MacMillan | 2007-12-11 | 1 | -3/+6 |
| | |||||
* | Convert the setup of ssl from a shell script to a | Karl MacMillan | 2007-12-06 | 1 | -0/+10 |
| | | | | | python module. This is in preparation for user supplied certs. | ||||
* | Compatibility changes to work on RHEL 5 with python 2.4 | rcritten@redhat.com | 2007-11-30 | 1 | -1/+1 |
| | |||||
* | Check for existance of of the target file in update_file. It used to silently | Rob Crittenden | 2007-11-15 | 1 | -1/+6 |
| | | | | fail if the file it was to update didn't exist. | ||||
* | Forgot to include FQDN in the substitition list | Rob Crittenden | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | Introduce service base class and clean up ipa-server-install | Karl MacMillan | 2007-11-05 | 1 | -19/+83 |
| | | | | | | | | | | | | 1) Add a base class for all of the instance objects. 2) Normalize usage of logging. 3) General cleanups of ipa-server-install. 4) Make better use of httpinstance. 5) Add webguiinstance. 6) Improve progress reporting during installation. Works Here (TM), but it would be nice to get someone else to test since this moves code around a bit. | ||||
* | First step in enabling SSL in the IPA web server | Rob Crittenden | 2007-10-15 | 1 | -0/+76 |