summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefetch ldap ticket to optimize ldap connectionswebui_isolateSimo Sorce2017-02-141-0/+15
* Insure removal of session on identity changeSimo Sorce2017-02-141-0/+6
* Explicitly pass down ccache names for connectionsSimo Sorce2017-02-141-13/+18
* Allow rpc callers to pass ccache and service namesSimo Sorce2017-02-141-6/+14
* Fix uninstall stopping ipa.serviceSimo Sorce2017-02-141-2/+6
* Rationalize creation of RA and HTTPD NSS databasesSimo Sorce2017-02-144-37/+51
* Add a new user to run the framework codeSimo Sorce2017-02-1418-26/+73
* Always use /etc/ipa/ca.crt as CA cert fileSimo Sorce2017-02-144-12/+7
* Simplify NSSDatabase password file handlingSimo Sorce2017-02-146-47/+33
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-1429-163/+299
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-1420-24/+70
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-1412-27/+91
* Drop use of kinit_as_http from trust codeSimo Sorce2017-02-142-51/+3
* Generate tmpfiles config at install timeSimo Sorce2017-02-1417-67/+78
* Change session handlingSimo Sorce2017-02-1425-1573/+173
* Ditch version_info and use version number from ipapython.versionChristian Heimes2017-02-101-7/+2
* test_StrEnum: use int as bad typeChristian Heimes2017-02-101-2/+2
* Stable _is_null checkChristian Heimes2017-02-101-1/+7
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-106-12/+12
* Enable additional warnings (BytesWarning, DeprecationWarning)Christian Heimes2017-02-102-7/+40
* py3: ipa_generate_password: do not compare None and IntMartin Basti2017-02-101-0/+2
* 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
* py3: modify_s: attribute name must be str not bytesMartin Basti2017-02-101-1/+1
* bindinstance: fix named.conf parsing regexsTomas Krizek2017-02-101-7/+6
* PEP8: fix line length for regexs in bindinstanceTomas Krizek2017-02-101-3/+6
* bump required version of BIND, bind-dyndb-ldapTomas Krizek2017-02-091-12/+5
* named.conf template: update API for bind 9.11Tomas Krizek2017-02-093-9/+9
* Remove obsolete serial_autoincrement from named.conf parsingTomas Krizek2017-02-091-52/+4
* certdb: remove unused valid_months propertyTomas Krizek2017-02-091-1/+0
* certdb: remove unused keysize propertyTomas Krizek2017-02-091-1/+0
* ipaldap: preserve order of values in LDAPEntry._sync()Jan Cholasta2017-02-091-2/+2
* Print test env informationChristian Heimes2017-02-091-0/+11
* replica install: relax domain level check for promotionFraser Tweedale2017-02-091-26/+30
* Replace exit() calls with exceptionsMartin Babinsky2017-02-091-13/+17
* Remove unused variables in exception handlingMartin Babinsky2017-02-091-2/+2
* ipa-adtrust-install: format the code for PEP-8 complianceMartin Babinsky2017-02-091-81/+144
* Travis CI: Upload the logs from failed jobs to transfer.shMartin Babinsky2017-02-092-0/+27
* py3: ldapupdate: fix logging str(bytes) issueMartin Basti2017-02-081-3/+5
* DNSSEC: forwarders validation improvementMartin Basti2017-02-081-2/+1
* py3: test_ipaserver: fix BytesWarningsMartin Basti2017-02-081-5/+7
* py3: get_memberofindirect: fix ByteWarningsMartin Basti2017-02-082-3/+5
* py3: DN: fix BytesWarningMartin Basti2017-02-081-1/+1