summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Configure Anonymous PKINIT on server installSimo Sorce2016-12-121-15/+28
* Add function for extracting PEM certs from PKCS #7Fraser Tweedale2016-12-121-1/+28
* server install: fix external CA installJan Cholasta2016-12-081-4/+0
* Properly handle multiple cookies in rpc lib.Simo Sorce2016-12-081-3/+11
* Properly handle multiple cookies in rpcclientSimo Sorce2016-12-081-1/+1
* Increase the timeout waiting for certificate issuance in installerFlorence Blanc-Renaud2016-12-071-1/+2
* Add 'env_confdir' to constantsMartin Babinsky2016-12-051-0/+1
* Raise errors.EnvironmentError if IPA_CONFDIR var is incorrectly usedPetr Vobornik2016-12-023-6/+15
* Use env var IPA_CONFDIR to get confdirChristian Heimes2016-12-022-1/+20
* Fix pep-8 transgressions in ipalib/misc.pyMartin Babinsky2016-12-021-9/+16
* Make `env` and `plugins` commands local againMartin Babinsky2016-12-021-0/+124
* Revert "Add 'ipa localenv' subcommand"Martin Babinsky2016-12-021-24/+0
* Adjustments for setup requirements v2Pavel Vomacka2016-12-021-3/+0
* Wheel bundles fixesChristian Heimes2016-11-301-1/+1
* Check the result of cert request in replica installerFlorence Blanc-Renaud2016-11-301-1/+2
* Adjustments for setup requirementsChristian Heimes2016-11-301-0/+1
* ipalib: remove hard dependency on ipapythonJan Cholasta2016-11-292-3/+4
* constants: remove CACERTJan Cholasta2016-11-291-4/+0
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-0/+0
* ipautil: move kinit functions to ipalib.installJan Cholasta2016-11-291-0/+97