summaryrefslogtreecommitdiffstats
path: root/ipalib/install
Commit message (Expand)AuthorAgeFilesLines
* Replace replication_wait_timeout with certmonger_wait_timeoutRob Crittenden2019-09-041-3/+10
* Pass token_name to certmongerChristian Heimes2019-04-251-2/+9
* Reuse key type and size in certmonger resubmitChristian Heimes2019-04-161-0/+12
* Py3: Remove subclassing from objectChristian Heimes2018-09-272-3/+3
* Remove replica_file knob from ipalib/install/service.pyThomas Woerner2018-09-121-7/+0
* Mark replica_file option as deprecatedThomas Woerner2018-08-131-0/+1
* Auto-retry failed certmonger requestsChristian Heimes2018-07-091-14/+50
* Add absolute_import future importsStanislav Laznicka2018-04-203-1/+5
* Remove main function from the certmonger libraryRob Crittenden2018-02-211-8/+0
* Fix FileStore.backup_file() not to backup same fileStanislav Laznicka2018-02-191-6/+8
* Prevent installation with single label domainsAleksei Slaikovskii2017-11-091-0/+4
* Increase dbus client timeouts during CA installJohn Morris2017-10-181-1/+4
* certmonger: add support for MS V2 templateFraser Tweedale2017-10-041-3/+18
* certmonger: refactor 'resubmit_request' and 'modify'Fraser Tweedale2017-10-041-17/+18
* Fix ipa-server-upgrade: This entry already existsFlorence Blanc-Renaud2017-08-301-0/+19
* Unify storing certificates in LDAPStanislav Laznicka2017-08-251-9/+7
* Include the CA basic constraint in CSRs when renewing a CARob Crittenden2017-08-221-2/+11
* Create a Certificate parameterStanislav Laznicka2017-07-271-5/+3
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-21/+29
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-1/+1
* logging: do not log into the root loggerJan Cholasta2017-07-143-50/+58
* Add code to be able to set default kinit lifetimeSimo Sorce2017-06-071-1/+4
* Only warn when specified server IP addresses don't match intfMartin Basti2017-06-061-1/+1
* py3: use ConfigParser instead of SafeConfigParserMartin Basti2017-06-011-1/+5
* kdc.key should not be visible to allStanislav Laznicka2017-05-311-2/+2
* krb5: make sure KDC certificate is readableAlexander Bokovoy2017-05-251-3/+9
* server install: fix KDC PKINIT configurationJan Cholasta2017-05-191-3/+4
* certdb: use custom object for trust flagsJan Cholasta2017-05-191-46/+3
* renew agent: get rid of virtual profilesJan Cholasta2017-05-151-7/+18
* Fixed typo in ipa-client-install outputThorsten Scherf2017-05-021-1/+1
* Use only anonymous PKINIT to fetch armor ccacheMartin Babinsky2017-04-281-17/+13
* install: re-introduce option groupsJan Cholasta2017-03-131-1/+3
* install: add missing space in realm_name descriptionJan Cholasta2017-03-131-1/+1
* Refactor certmonger for OpenSSL certificatesStanislav Laznicka2017-03-011-75/+79
* Workaround for certmonger's "Subject" representationsStanislav Laznicka2017-03-011-0/+5
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-151-1/+29
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-1/+1
* Clarify meaning of --domain and --realm in installersStanislav Laznicka2017-01-051-2/+4
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-15/+28
* server install: fix external CA installJan Cholasta2016-12-081-4/+0
* Increase the timeout waiting for certificate issuance in installerFlorence Blanc-Renaud2016-12-071-1/+2
* Check the result of cert request in replica installerFlorence Blanc-Renaud2016-11-301-1/+2
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-0/+426
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-0/+97
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-292-0/+1052
* install: introduce installer class hierarchyJan Cholasta2016-11-113-0/+240