summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* pylint: remove bare exceptMartin Basti2016-03-224-18/+13
* certdb: never use the -r option of certutilJan Cholasta2016-03-161-10/+8
* ipapython.sysrestore: Use str methods instead of functions from the string mo...Petr Viktorin2016-03-031-6/+6
* Move get_ipa_basedn from ipautil to ipadiscoveryPetr Viktorin2016-03-031-41/+0
* pylint: supress false positive no-member errorsMartin Basti2016-03-023-4/+7
* cookie parser: do not fail on cookie with empty valuePetr Vobornik2016-03-011-1/+2
* Move freeipa certmonger helpers to libexecdir.Timo Aaltonen2016-02-261-11/+2
* client: stop using /etc/pki/nssdbJan Cholasta2016-02-241-0/+29
* Fixes minor issuesStanislav Laznicka2016-02-241-4/+10
* Cosmetic changes to the codeStanislav Laznicka2016-02-241-1/+1
* Py3: do not use dict.iteritems()Martin Basti2016-02-231-2/+2
* p11helper: Port to Python 3Petr Viktorin2016-02-171-6/+5
* ipautil: Use mode 'w+' in write_tmp_filePetr Viktorin2016-02-171-1/+1
* ipautil.run, kernel_keyring: Encoding fixes for Python 3Petr Viktorin2016-02-172-5/+5
* 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