summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Enable pylint trailing-whitespace checkMartin Basti2015-12-231-1/+1
* Remove wildcard importsMartin Basti2015-12-235-5/+5
* Remove unused importsMartin Basti2015-12-2315-39/+10
* installer: Propagate option values from components instead of copying them.David Kupka2015-12-211-3/+18
* Package ipapython, ipalib, ipaplatform, ipatests for Python 3Petr Viktorin2015-12-173-27/+23
* dns: Handle SERVFAIL in check if domain already exists.Petr Spacek2015-12-161-6/+5
* ipautil: remove unused import causing cyclic import in testsJan Cholasta2015-12-151-1/+0
* dns: Check if domain already exists.David Kupka2015-12-141-1/+17
* dns: do not add (forward)zone if it is already resolvable.David Kupka2015-12-141-2/+93
* ipautil: allow redirecting command output to standard output in run()Jan Cholasta2015-12-141-2/+13
* Refactor ipautil.runPetr Viktorin2015-12-145-63/+179
* install: Run all validators at once.David Kupka2015-12-081-12/+19
* custodia: do not modify memberPrincipal on key updateJan Cholasta2015-12-071-2/+1
* ipautil: use file in a temporary dir as ccache in private_ccacheJan Cholasta2015-12-071-2/+9
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-021-12/+0
* ipa-client-install: add support for Ed25519 SSH keys (RFC 7479)Petr Spacek2015-12-011-0/+2
* Upgrade: increase time limit for upgradesMartin Basti2015-12-011-2/+9
* Use absolute domain in detection of A/AAAA recordsMartin Basti2015-11-251-1/+4
* private_ccache: Harden the removal of KRB5CCNAME env variableTomas Babej2015-11-251-1/+1
* install: drop support for Dogtag 9Jan Cholasta2015-11-252-129/+4
* Do not erroneously reinit NSS in Dogtag interfaceFraser Tweedale2015-11-241-1/+2
* TLS and Dogtag HTTPS request logging improvementsFraser Tweedale2015-11-232-8/+4
* BUILD: provide check target in custom MakefilesLukas Slebodnik2015-11-181-0/+2
* enable pem=True in export_pem_cert functionNiranjan MR2015-11-111-1/+1
* fix error reporting when installer option is supplied with invalid choiceMartin Babinsky2015-11-111-1/+2
* install: fix command line option validationJan Cholasta2015-11-052-3/+17
* interactive installer does not ignore leading/trailing whitespaceGabe2015-10-291-2/+4
* ipapython.secrets: Port to Python 3Petr Viktorin2015-10-271-1/+0
* ipapython.nsslib: Remove NSSHTTPSPetr Viktorin2015-10-271-68/+0
* ipapython.nsslib, ipalib.rpc: Remove code for Python 2.6 and belowPetr Viktorin2015-10-271-7/+1
* Fix more bytes/unicode issuesPetr Viktorin2015-10-222-3/+4
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-1/+1
* Add function to extract CA certs for installSimo Sorce2015-10-151-2/+6
* Implement replica promotion functionalitySimo Sorce2015-10-151-3/+8
* Add ipa-custodia serviceSimo Sorce2015-10-156-0/+549
* admintool: Add error message with path to log on failure.David Kupka2015-10-151-0/+4
* ipaldap: Remove extraneous `long` (included in six.int_types)Petr Viktorin2015-10-131-1/+1
* Alias long to int under Python 3Petr Viktorin2015-10-131-0/+5
* ipapython.ssh: Port to Python 3Petr Viktorin2015-10-071-6/+9
* Remove uses of the `types` modulePetr Viktorin2015-10-071-15/+10
* Use six.moves.http_client instead of httplibPetr Viktorin2015-10-072-2/+16
* Use six.moves.configparser instead of ConfigParserPetr Viktorin2015-10-073-10/+12
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-073-5/+4
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-074-8/+8
* Use sys.maxsize instead of sys.maxintPetr Viktorin2015-10-071-6/+6
* ipapython.dn: Use rich comparisonsPetr Viktorin2015-10-071-46/+71
* ipap11helper: Port to Python 3Petr Viktorin2015-10-071-184/+94
* Replace StandardError with ExceptionRobert Kuska2015-09-301-1/+1
* winsync-migrate: Convert entity names to posix friendly stringsTomas Babej2015-09-231-0/+23
* install: Move unattended option to the general help sectionJan Cholasta2015-09-221-10/+11