summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable and finally block in SchemaCacheMartin Basti2016-05-121-5/+0
* Removed custom implementation of CalledProcessErrorAbhijeet Kasurde2016-05-101-15/+2
* Add function ipapython.dnsutil.inside_auto_empty_zone()Petr Spacek2016-04-281-0/+25
* Use shared sanity check and tests ipapython.dnsutil.is_auto_empty_zone()Petr Spacek2016-04-281-2/+14
* Move function is_auto_empty_zone() into ipapython.dnsutilPetr Spacek2016-04-282-7/+7
* Add assert_absolute_dnsname() helper to ipapython.dnsutilPetr Spacek2016-04-281-0/+19
* Move automatic empty zone list into ipapython.dnsutil and make it reusablePetr Spacek2016-04-282-53/+60
* Remove function ipapython.ipautil.host_exists()Petr Spacek2016-04-281-14/+0
* sysrestore: Iterate over a list of dict keysPetr Viktorin2016-04-281-1/+1
* Always set hostnameMartin Basti2016-04-261-12/+0
* Use netifaces module instead of 'ip' commandMartin Basti2016-04-141-17/+18
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-18/+50
* Fix: catch Exception instead of more specific exception typesMartin Basti2016-03-221-2/+2
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-1/+1
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* 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