summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Convert external CA chain to PKCS#7 before passing it to pkispawn.Jan Cholasta2014-08-141-1/+12
* Fix parsing of long nicknames in certutil -L output.Jan Cholasta2014-08-071-4/+3
* ipa-adtrust-install does not re-add member in adtrust agents groupMartin Kosek2014-08-071-18/+21
* Enable NSS PKIX certificate path discovery and validation for Dogtag.Jan Cholasta2014-07-301-0/+6
* Allow upgrading CA-less to CA-full using ipa-ca-install.Jan Cholasta2014-07-301-4/+4
* Allow adding CA certificates to certificate store in ipa-cacert-manage.Jan Cholasta2014-07-301-2/+55
* Allow changing chaining of the IPA CA certificate in ipa-cacert-manage.Jan Cholasta2014-07-301-5/+24
* Add new NSSDatabase method get_cert for getting certs from NSS databases.Jan Cholasta2014-07-301-1/+13
* Allow multiple CA certificates in replica info files.Jan Cholasta2014-07-301-1/+15
* Add function for writing list of certificates to a PEM file to ipalib.x509.Jan Cholasta2014-07-302-2/+2
* Import CA certs from certificate store to HTTP NSS database on server install.Jan Cholasta2014-07-301-0/+5
* Import CA certs from certificate store to DS NSS database on replica install.Jan Cholasta2014-07-302-1/+29
* Add new add_cert method for adding certificates to NSSDatabase and CertDB.Jan Cholasta2014-07-302-15/+13
* Rename CertDB method add_cert to import_cert.Jan Cholasta2014-07-301-3/+3
* Upload CA chain from DS NSS database to certificate store on server update.Jan Cholasta2014-07-301-16/+52
* Upload CA chain from DS NSS database to certificate store on server install.Jan Cholasta2014-07-301-19/+17
* Add permissions for certificate store.Jan Cholasta2014-07-302-0/+76
* Add LDAP schema for certificate store.Jan Cholasta2014-07-301-0/+1
* Fix trust flags in HTTP and DS NSS databases.Jan Cholasta2014-07-304-14/+26
* Allow specifying trust flags in NSSDatabase and CertDB method trust_root_cert.Jan Cholasta2014-07-301-4/+6
* Do not treat the IPA RA cert as CA cert in DS NSS database.Jan Cholasta2014-07-301-1/+1
* Allow IPA master hosts to read and update IPA master information.Jan Cholasta2014-07-301-0/+38
* Do not use ldapi in certificate renewal scripts.Jan Cholasta2014-07-301-8/+13
* Remove master ACIs when deleting a replica.Jan Cholasta2014-07-301-0/+43
* Load sysupgrade.state on demand.Jan Cholasta2014-07-301-1/+9
* Add CA certificate management tool ipa-cacert-manage.Jan Cholasta2014-07-301-0/+285
* Add permissions for CA certificate renewal.Jan Cholasta2014-07-301-0/+23
* Add method for verifying CA certificates to NSSDatabase.Jan Cholasta2014-07-301-0/+23
* Move external cert validation from ipa-server-install to installutils.Jan Cholasta2014-07-301-1/+49
* Add method for setting CA renewal master in LDAP to CAInstance.Jan Cholasta2014-07-301-3/+38
* Track CA certificate using dogtag-ipa-ca-renew-agent.Jan Cholasta2014-07-301-7/+13
* Fix DNS upgrade plugin should check if DNS container existsMartin Basti2014-07-281-0/+4
* Always record that pkicreate has been executed.David Kupka2014-07-221-3/+10
* Fix login password expiration detection with OTPNathaniel McCallum2014-07-211-31/+9
* Enable debug pid in smb.confGabe2014-07-181-0/+1
* ldap2 indirect membership processing: Use global limits if greater than per-q...Petr Viktorin2014-07-141-6/+29
* ldapupdate: Restore 'replace' functionalityPetr Viktorin2014-07-041-0/+8
* Restore privileges after forward zones updateMartin Basti2014-07-041-1/+42
* ipa-ldap-updater: make possible to use LDAPI with autobind in case of hardene...Alexander Bokovoy2014-07-041-1/+2
* Fix upgrade to forward zonesMartin Basti2014-07-031-1/+1
* Allow to add non string values to named confMartin Basti2014-07-021-6/+24
* Do not fail if there are multiple nsDS5ReplicaId values in cn=replication,cn=etcPetr Viktorin2014-07-021-2/+7
* Upgrade special master zones to forward zonesMartin Basti2014-06-271-2/+177
* Added upgrade step executed before schmema is upgradedMartin Basti2014-06-275-8/+54
* Add /session/token_sync POST supportNathaniel McCallum2014-06-263-8/+119
* rpcserver: fix local vs utc time comparisonPetr Vobornik2014-06-261-1/+1
* rpcserver: add otp support to change_password handlerPetr Vobornik2014-06-261-4/+7
* ldap2: add otp support to modify_passwordPetr Vobornik2014-06-261-3/+6
* ipaplatform: Move paths from installers to paths moduleTomas Babej2014-06-261-1/+1
* Implement OTP token importingNathaniel McCallum2014-06-251-0/+530