summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Fix ipa-server-upgradeStanislav Laznicka2017-02-231-1/+2
* Use newer Certificate.serial_number in krainstance.pyStanislav Laznicka2017-02-231-1/+1
* use the methods of the parent class to retrieve CIFS kerberos keysMartin Babinsky2017-02-221-19/+11
* httpinstance: re-use parent's methods to retrieve anonymous keytabMartin Babinsky2017-02-221-1/+4
* Make request_service_keytab into a public methodMartin Babinsky2017-02-223-5/+5
* allow for more flexibility when requesting service keytabMartin Babinsky2017-02-221-15/+26
* Fix session logoutSimo Sorce2017-02-222-5/+5
* scripts, tests: explicitly set confdir in the rest of server codeJan Cholasta2017-02-227-8/+16
* FIPS: perform replica installation checkTomas Krizek2017-02-211-0/+22
* replicainstall: add context manager for rpc clientTomas Krizek2017-02-211-11/+22
* check_remote_version: update exception and docstringTomas Krizek2017-02-211-1/+8
* Minor typo fix in DNS install pluginAbhijeet Kasurde2017-02-211-2/+2
* server upgrade: uninstall ipa_memcached properlyJan Cholasta2017-02-201-4/+2
* server upgrade: always upgrade KRA agent PEM fileJan Cholasta2017-02-201-3/+4
* server upgrade: fix upgrade from pre-4.0Jan Cholasta2017-02-201-1/+1
* server upgrade: fix upgrade in CA-lessJan Cholasta2017-02-202-1/+6
* Do not configure PKI ajp redirection to use "::1"Florence Blanc-Renaud2017-02-171-4/+0
* Move AD trust installation code to a separate moduleMartin Babinsky2017-02-171-0/+382
* Update warning message for replica installAbhijeet Kasurde2017-02-171-1/+5
* custodiainstance: don't use IPA-specific CertDBStanislav Laznicka2017-02-171-13/+8
* Add password to certutil calls in NSSDatabaseStanislav Laznicka2017-02-173-4/+31
* Change session logout to kill only the cookieSimo Sorce2017-02-172-36/+3
* pkinit: make sure to have proper dictionary for Kerberos instance on upgradeAlexander Bokovoy2017-02-161-0/+12
* Add FIPS-token password of HTTPD NSS databaseStanislav Laznicka2017-02-151-7/+12
* Pretty print JSON in debug mode (debug level >= 2)Christian Heimes2017-02-151-1/+3
* Faster JSON encoder/decoderChristian Heimes2017-02-151-5/+3
* Fix uninstall stopping ipa.serviceSimo Sorce2017-02-151-2/+6
* Rationalize creation of RA and HTTPD NSS databasesSimo Sorce2017-02-154-37/+51
* Add a new user to run the framework codeSimo Sorce2017-02-157-12/+26
* Always use /etc/ipa/ca.crt as CA cert fileSimo Sorce2017-02-153-11/+7
* Simplify NSSDatabase password file handlingSimo Sorce2017-02-155-30/+21
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-1520-151/+191
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-155-12/+29
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-156-26/+41
* Drop use of kinit_as_http from trust codeSimo Sorce2017-02-152-51/+3
* Generate tmpfiles config at install timeSimo Sorce2017-02-156-32/+39
* Change session handlingSimo Sorce2017-02-1511-1520/+153
* Backup /root/kracert.p12Christian Heimes2017-02-141-0/+1
* Allow nsaccountlock to be searched in user-find commandGabe2017-02-141-1/+17
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-132-10/+7
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-103-6/+6
* py3: change_admin_password: use textual modeMartin Basti2017-02-101-16/+8
* py3: create DNS zonefile: use textual modeMartin Basti2017-02-101-4/+7
* py3: upgradeinstance: use bytes literals with LDIF operationsMartin Basti2017-02-101-3/+3
* py3: upgradeinstance: decode data before storing them as backup...Martin Basti2017-02-101-6/+8
* py3: upgradeinstance: open dse.ldif in textual modeMartin Basti2017-02-101-7/+7
* custodia: kem.set_keys: replace too-broad exceptionMartin Basti2017-02-101-2/+1
* py3: kem.py: user bytes with ldap valuesMartin Basti2017-02-101-7/+7
* py3: custodia: basedn must be unicodeMartin Basti2017-02-101-1/+1
* py3: configparser: use raw keywordMartin Basti2017-02-101-1/+1