freeipa/install/tools
Rob Crittenden dd69c7dbe6 Make data type of certificates more obvious/predictable internally.
For the most part certificates will be treated as being in DER format.
When we load a certificate we will generally accept it in any format but
will convert it to DER before proceeding in normalize_certificate().

This also re-arranges a bit of code to pull some certificate-specific
functions out of ipalib/plugins/service.py into ipalib/x509.py.

This also tries to use variable names to indicate what format the certificate
is in at any given point:

dercert: DER
cert: PEM
nsscert: a python-nss Certificate object
rawcert: unknown format

ticket 32
2011-06-21 19:09:50 -04:00
..
man Connection check program for replica installation 2011-06-08 09:29:52 +02:00
ipa-compat-manage Delete the sudoers entry when disabling Schema Compat 2011-04-25 14:35:34 -04:00
ipa-compliance Make data type of certificates more obvious/predictable internally. 2011-06-21 19:09:50 -04:00
ipa-dns-install Improve IP address handling in IPA option parser 2011-06-19 20:06:21 -04:00
ipa-host-net-manage Use ldapi: instead of unsecured ldap: in ipa core tools. 2011-03-03 14:04:34 -05:00
ipa-ldap-updater Remove root autobind search restriction, fix upgrade logging & error handling. 2011-06-13 09:51:05 +02:00
ipa-nis-manage Fix directory manager password validation in ipa-nis-manage. 2011-06-13 12:59:22 +02:00
ipa-replica-conncheck Add port 9443 to replica port checking 2011-06-15 17:22:10 +02:00
ipa-replica-install Improve IP address handling in IPA option parser 2011-06-19 20:06:21 -04:00
ipa-replica-manage Running ipa-replica-manage as non-root cause errors 2011-05-13 13:27:04 +02:00
ipa-replica-prepare Improve IP address handling in IPA option parser 2011-06-19 20:06:21 -04:00
ipa-server-certinstall Use ldapi: instead of unsecured ldap: in ipa core tools. 2011-03-03 14:04:34 -05:00
ipa-server-install The IP address provided to ipa-server-install must be local 2011-06-20 22:14:10 -04:00
ipa-upgradeconfig Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
ipactl Improve error handling and return status codes in ipactl 2011-03-07 18:16:48 -05:00
Makefile.am Connection check program for replica installation 2011-06-08 09:29:52 +02:00