summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-151-1/+1
* Fix multiple uninstallation of serverChristian Heimes2018-02-151-0/+10
* Generate same API.txt under Python 2 and 3Christian Heimes2018-02-153-4/+46
* Improve warning message for malformed certificatesFraser Tweedale2018-02-061-1/+1
* Fixing translation problemsAleksei Slaikovskii2018-01-311-1/+3
* Documenting kinit_lifetime in /etc/ipa/default.confamitkuma2018-01-121-5/+0
* LGTM: Use explicit string concatenationChristian Heimes2018-01-091-6/+6
* LGTM: Membership test with a non-containerChristian Heimes2018-01-091-8/+12
* LGTM: Use of exit() or quit()Christian Heimes2018-01-091-3/+3
* Fix pylint warnings inconsistent-return-statementsChristian Heimes2017-12-188-24/+72
* If the cafile is not present or readable then raise an exceptionRob Crittenden2017-12-041-0/+4
* Use the CA chain file from the RPC contextRob Crittenden2017-12-041-1/+1
* ipalib/frontend.py output_for_cli loops optimizationAleksei Slaikovskii2017-11-231-4/+9
* Require UTF-8 fs encodingChristian Heimes2017-11-212-0/+17
* View plugin/command help in pagerAleksei Slaikovskii2017-11-162-33/+113
* Use namespace-aware meta importer for ipaplatformChristian Heimes2017-11-153-13/+8
* Prevent installation with single label domainsAleksei Slaikovskii2017-11-092-1/+12
* x509: remove subject_base() functionStanislav Laznicka2017-11-011-13/+0
* x509: remove the strip_header() functionStanislav Laznicka2017-11-011-15/+0
* Remove pkcs10 module contentsStanislav Laznicka2017-10-253-55/+24
* parameters: introduce CertificateSigningRequestStanislav Laznicka2017-10-253-6/+68
* parameters: relax type checksStanislav Laznicka2017-10-251-3/+8
* Fixing tox and pylint errorsFelipe Barreto2017-10-231-6/+6
* Use os.path.isfile() and isdir()Christian Heimes2017-10-201-1/+1
* Increase dbus client timeouts during CA installJohn Morris2017-10-182-1/+6
* p11-kit: add serial number in DER formatStanislav Laznicka2017-10-171-0/+7
* Remove the `message` attribute from exceptionsStanislav Laznicka2017-10-062-6/+1
* ipa-cacert-manage: avoid some duplicate string definitionsFraser Tweedale2017-10-041-0/+1
* certmonger: add support for MS V2 templateFraser Tweedale2017-10-041-3/+18
* certmonger: refactor 'resubmit_request' and 'modify'Fraser Tweedale2017-10-041-17/+18
* py3: fix pkcs7 file processingFraser Tweedale2017-09-221-1/+1
* rpc: don't decode cookie_string if it's NoneStanislav Laznicka2017-09-201-0/+2
* Don't write p11-kit EKU extension object if no EKUStanislav Laznicka2017-09-191-1/+4
* pylint: disable __hash__ for some classesStanislav Laznicka2017-09-082-0/+3
* pylint: make unsupported-assignment-operation check localStanislav Laznicka2017-09-082-0/+4
* parameters: convert Decimal.precision to intStanislav Laznicka2017-09-081-1/+1
* Fix ipa-server-upgrade: This entry already existsFlorence Blanc-Renaud2017-08-301-0/+19
* rpc: don't encode bytesStanislav Laznicka2017-08-301-1/+1
* 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
* Changing how commands handles error when it can't connect to IPA serverFelipe Volpone2017-08-112-0/+22
* client: make ipa-client-install py3 compatibleStanislav Laznicka2017-08-021-1/+1
* py3: fixing zonemgr_callbackFelipe Volpone2017-07-271-1/+1
* Create a Certificate parameterStanislav Laznicka2017-07-275-45/+58
* parameters: relax type checksStanislav Laznicka2017-07-271-9/+6
* Introduce load_unknown_x509_certificate()Stanislav Laznicka2017-07-271-0/+14
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-272-225/+357
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-272-24/+34
* logging: make sure logging level is set to proper valueTomas Krizek2017-07-261-15/+1
* logging: do not log into the root loggerJan Cholasta2017-07-147-77/+79