summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
...
* ipaldap, ldapupdate: Encoding fixes for Python 3Petr Viktorin2016-02-171-4/+10
* Remove workaround for CA running checkFraser Tweedale2016-01-211-22/+3
* ipapython: use python-cryptography instead of libcrypto in p11helperJan Cholasta2016-01-211-232/+108
* ipapython: port p11helper C code to PythonJan Cholasta2016-01-2110-2477/+1868
* dnsutil: Rename __nonzero__ to __bool__Petr Viktorin2016-01-201-1/+3
* Use print_function future definition wherever print() is usedPetr Viktorin2016-01-201-0/+2
* ipapython: remove default_encoding_utf8Jan Cholasta2016-01-154-128/+1
* Do not decode HTTP reason phrase from DogtagFraser Tweedale2016-01-131-12/+11
* Allow to used mixed case for sysrestoreMartin Basti2016-01-081-0/+4
* DNSSEC: ipa-dnskeysyncd: call ods-signer ldap-cleanup on zone removalPetr Spacek2016-01-071-0/+6
* DNSSEC: ipa-dnskeysyncd: Skip zones with old DNSSEC metadata in LDAPPetr Spacek2016-01-072-9/+31
* DNSSEC: remove keys purged by OpenDNSSEC from master HSM from LDAPPetr Spacek2016-01-071-11/+61
* DNSSEC: add debug mode to ldapkeydb.pyPetr Spacek2016-01-071-2/+52
* DNSSEC: remove obsolete TODO notePetr Spacek2016-01-071-1/+0
* DNSSEC: Make sure that current key state in LDAP matches key state in BINDPetr Spacek2016-01-071-1/+5
* 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