Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the installer/uninstaller more aware of its state | Rob Crittenden | 2010-05-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | We have had a state file for quite some time that is used to return the system to its pre-install state. We can use that to determine what has been configured. This patch: - uses the state file to determine if dogtag was installed - prevents someone from trying to re-install an installed server - displays some output when uninstalling - re-arranges the ipa_kpasswd installation so the state is properly saved - removes pkiuser if it was added by the installer - fetches and installs the CA on both masters and clients | ||||
* | Accept unicode for sysrestore | Martin Nagy | 2010-04-23 | 1 | -2/+2 |
| | |||||
* | Clean up some problems discovered with pylint and pychecker | Rob Crittenden | 2009-08-12 | 1 | -3/+2 |
| | | | | | Much of this is formatting to make pylint happy but it also fixes some real bugs. | ||||
* | Rename ipa-python directory to ipapython so it is a real python library | Rob Crittenden | 2009-02-09 | 1 | -0/+317 |
We used to install it as ipa, now installing it as ipapython. The rpm is still ipa-python. |