freeipa/ipaserver/install
Rob Crittenden b7ca3d68c2 Drop our own PKCS#10 ASN.1 decoder and use the one from python-nss
This patch:
- bumps up the minimum version of python-nss
- will initialize NSS with nodb if a CSR is loaded and it isn't already
  init'd
- will shutdown NSS if initialized in the RPC subsystem so we use right db
- updated and added a few more tests

Relying more on NSS introduces a bit of a problem. For NSS to work you
need to have initialized a database (either a real one or no_db). But once
you've initialized one and want to use another you have to close down the
first one.  I've added some code to nsslib.py to do just that. This could
potentially have some bad side-effects at some point, it works ok now.
2010-07-29 10:50:10 -04:00
..
__init__.py Mass tree reorganization for IPAv2. To view previous history of files use: 2009-02-03 15:27:14 -05:00
bindinstance.py Make the installer/uninstaller more aware of its state 2010-05-03 13:41:18 -06:00
cainstance.py use NSS for SSL operations 2010-06-15 15:03:36 -04:00
certs.py use NSS for SSL operations 2010-06-15 15:03:36 -04:00
dsinstance.py Drop our own PKCS#10 ASN.1 decoder and use the one from python-nss 2010-07-29 10:50:10 -04:00
httpinstance.py Make the installer/uninstaller more aware of its state 2010-05-03 13:41:18 -06:00
installutils.py Add LDAP upgrade over ldapi support. 2010-06-01 09:52:10 -04:00
krbinstance.py Make the installer/uninstaller more aware of its state 2010-05-03 13:41:18 -06:00
ldapupdate.py Add LDAP upgrade over ldapi support. 2010-06-01 09:52:10 -04:00
Makefile.am Implement an installer for the Dogtag certificate system. 2009-04-03 14:06:09 -04:00
ntpinstance.py Make the installer/uninstaller more aware of its state 2010-05-03 13:41:18 -06:00
replication.py Use GSSAPI auth for the ipa-replica-manage list and del commands. 2010-03-19 17:17:14 -04:00
service.py Make the installer/uninstaller more aware of its state 2010-05-03 13:41:18 -06:00
upgradeinstance.py Add LDAP upgrade over ldapi support. 2010-06-01 09:52:10 -04:00