summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* ipapython: move certmonger and sysrestore to ipalib.installJan Cholasta2016-11-292-0/+1052
* Fix Python 3 bugs discovered by pylintChristian Heimes2016-11-251-1/+1
* Python3 pylint fixesChristian Heimes2016-11-254-5/+9
* Replace LooseVersionChristian Heimes2016-11-243-20/+22
* Add 'ipa localenv' subcommandChristian Heimes2016-11-181-0/+24
* Turn replication manager group into ReplicationManager class memberMartin Babinsky2016-11-171-0/+1
* Add install requirements to Python packagesChristian Heimes2016-11-161-0/+11
* Make api.env.nss_dir relative to api.env.confdirChristian Heimes2016-11-162-2/+4
* cert-request: accept CSRs with extraneous dataFraser Tweedale2016-11-111-1/+1
* install: introduce installer class hierarchyJan Cholasta2016-11-114-0/+241
* Remove __main__ code from ipalib.x509 and ipalib.pkcs10Fraser Tweedale2016-11-102-25/+0
* x509: use python-cryptography to process certsFraser Tweedale2016-11-102-171/+168
* x509: use pyasn1-modules X.509 specsFraser Tweedale2016-11-101-96/+7
* x509: avoid use of nss.data_to_hexFraser Tweedale2016-11-101-0/+23
* pkcs10: remove pyasn1 PKCS #10 specFraser Tweedale2016-11-101-50/+0
* pkcs10: use python-cryptography for CSR processingFraser Tweedale2016-11-102-78/+55
* Build: Makefiles for Python packagesPetr Spacek2016-11-092-24/+1
* ldap2: change default time/size limitTomas Krizek2016-11-071-1/+3
* Add __name__ == __main__ guards to setup.pysChristian Heimes2016-10-251-13/+13
* Fix error message encodingSimo Sorce2016-10-251-1/+2
* pylint: enable the import-error checkJan Cholasta2016-10-243-1/+6
* Port all setup.py to setuptoolsChristian Heimes2016-10-204-73/+44
* remove trailing newlines form python modulesMartin Babinsky2016-10-121-1/+0
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-115-44/+18
* Tests: Fix failing test_ipalib/test_parametersLenka Doudova2016-10-111-1/+1
* ipa: check if provided config file existsTomas Krizek2016-10-061-2/+11
* ipa: allow relative paths for config fileTomas Krizek2016-10-061-14/+1
* Pylint: enable check for unused-variablesMartin Basti2016-09-275-0/+8
* Remove unused variables in the codeMartin Basti2016-09-272-3/+1
* pylint: fix old-style-classJan Barta2016-09-221-1/+2
* pylint: fix unneeded-notJan Barta2016-09-222-5/+5
* pylint: fix simplifiable-if-statement warningsJan Barta2016-09-221-6/+2
* Use constant for user and group patternsMartin Basti2016-09-201-0/+3
* Abstract procedures for IP address warningsMartin Basti2016-09-141-1/+26
* Add HTTPRequestError classFraser Tweedale2016-09-071-0/+10
* Track lightweight CAs on replica installationFraser Tweedale2016-09-061-0/+2
* cli: use full name when executing a commandJan Cholasta2016-09-051-1/+1
* raise ValidationError when deprecated param is passed to commandMartin Babinsky2016-09-051-4/+3
* x509: include otherName DER value in GeneralNameInfoFraser Tweedale2016-08-261-4/+9
* x509: use NSS enums and OIDs to identify SAN typesFraser Tweedale2016-08-261-7/+23
* x509: fix SAN directoryName parsingFraser Tweedale2016-08-261-3/+9
* Move GeneralName parsing code to ipalib.x509Fraser Tweedale2016-08-262-91/+116
* Remove Custodia server keys from LDAPChristian Heimes2016-08-241-0/+1
* trust: automatically resolve DNS trust conflicts for triangle trustsAlexander Bokovoy2016-08-221-1/+28
* Tests: Fix failing tests in test_ipalib/test_frontendLenka Doudova2016-08-171-1/+1
* Fix malformed or missing docstrings in ipalib/messagesLenka Doudova2016-08-161-3/+12
* parameters: move the `confirm` kwarg to ParamJan Cholasta2016-08-101-4/+2
* help: Do not create instances to get information about commands and topicsDavid Kupka2016-08-032-9/+13
* frontend: Change doc, summary, topic and NO_CLI to class propertiesDavid Kupka2016-08-032-11/+16
* harden the check for trust namespace overlap in new principalsMartin Babinsky2016-07-281-3/+7