summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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