summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Add debug logging for keep-aliveChristian Heimes2017-03-201-1/+20
* Use connection keep-aliveChristian Heimes2017-03-201-1/+1
* Add debug log in case cookie retrieval went wrongStanislav Laznicka2017-03-201-1/+4
* vault: cache the transport certificate on clientJan Cholasta2017-03-131-0/+14
* rpc: fix crash in verbose modeJan Cholasta2017-03-131-5/+6
* install: re-introduce option groupsJan Cholasta2017-03-131-1/+3
* install: add missing space in realm_name descriptionJan Cholasta2017-03-131-1/+1
* pylint_plugins: add forbidden import checkerJan Cholasta2017-03-102-2/+8
* Store session cookie in a ccache optionSimo Sorce2017-03-101-22/+5
* Don't use weak ciphers for client HTTPS connectionsStanislav Laznicka2017-03-092-1/+8
* Allow login to WebUI using Kerberos aliases/enterprise principalsMartin Babinsky2017-03-081-14/+0
* Fix cookie with Max-Age processingStanislav Laznicka2017-03-061-4/+8
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-021-0/+2
* Env __setitem__: replace assert with exceptionTomas Krizek2017-03-011-1/+2
* Refactor certmonger for OpenSSL certificatesStanislav Laznicka2017-03-011-75/+79
* Workaround for certmonger's "Subject" representationsStanislav Laznicka2017-03-011-0/+5
* Remove NSSConnection from the Python RPC moduleStanislav Laznicka2017-03-014-57/+169
* Add fips_mode variable to envTomas Krizek2017-02-211-0/+8
* Add fix for ipa plugins commandAbhijeet Kasurde2017-02-171-1/+2
* Explicitly remove support of SSLv2/3Stanislav Laznicka2017-02-172-2/+35
* Explain more performance tricks in doc stringChristian Heimes2017-02-151-2/+5
* Pretty print JSON in debug mode (debug level >= 2)Christian Heimes2017-02-151-43/+57
* Convert list to tuplesChristian Heimes2017-02-151-1/+5
* Faster JSON encoder/decoderChristian Heimes2017-02-151-79/+132
* Insure removal of session on identity changeSimo Sorce2017-02-151-0/+6
* Allow rpc callers to pass ccache and service namesSimo Sorce2017-02-151-6/+14
* Add a new user to run the framework codeSimo Sorce2017-02-151-0/+4
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-152-1/+32
* Change session handlingSimo Sorce2017-02-151-0/+2
* Ditch version_info and use version number from ipapython.versionChristian Heimes2017-02-101-7/+2
* Stable _is_null checkChristian Heimes2017-02-101-1/+7
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-1/+1
* Enable additional warnings (BytesWarning, DeprecationWarning)Christian Heimes2017-02-101-7/+39
* DNSSEC: forwarders validation improvementMartin Basti2017-02-081-2/+1
* py3: send Decimal number as string instead of base64 encoded valueMartin Basti2017-02-081-1/+1
* ipalib.x509: Handle missing SAN gracefullyDavid Kupka2017-02-071-1/+5
* py3: x509.py: return principal as unicode stringMartin Basti2017-02-071-6/+6
* Fix reference before assignmentFraser Tweedale2017-02-061-0/+1
* py3: normalize_certificate: support both bytes and unicodeMartin Basti2017-01-311-6/+15
* py3: strip_header: support both bytes and unicodeMartin Basti2017-01-311-6/+10
* csrgen: Add code to generate scripts that generate CSRsBen Lipton2017-01-311-0/+28
* py3: decode bytes for json.loads()Martin Basti2017-01-241-1/+2
* _resolve_records: fix assert, nameserver_ip can be noneMartin Basti2017-01-241-1/+1
* Generate sha256 ssh pubkey fingerprints for hostsStanislav Laznicka2017-01-121-1/+1
* Use pytest conftest.py and drop pytest.iniChristian Heimes2017-01-051-7/+0
* Silence pylint import errors of ipaserver in ipalib and ipaclientChristian Heimes2017-01-051-2/+2
* Clarify meaning of --domain and --realm in installersStanislav Laznicka2017-01-051-2/+4
* x509: use PyASN1 to parse PKCS#7Jan Cholasta2016-12-221-17/+31
* Add compatibility code to retrieve headersSimo Sorce2016-12-141-1/+5
* fix: regression in API version comparisonMartin Basti2016-12-131-2/+1