summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enable pylint unpacking-non-sequence checkMartin Basti2016-01-142-7/+6
* Always verify we have a valid ldap context.Simo Sorce2016-01-131-0/+29
* Use only AES enctypes by defaultSimo Sorce2016-01-132-13/+3
* ipatests: Make the A record for hosts in topology conditionalMilan Kubík2016-01-131-2/+9
* ipa-csreplica-manage: remove extraneous ldap2 connectionMartin Babinsky2016-01-131-2/+0
* py3: Remove py3 incompatible exception handlingTomas Babej2016-01-133-5/+5
* fix Py3 incompatible exception instantiation in replica install codeMartin Babinsky2016-01-131-4/+4
* Do not decode HTTP reason phrase from DogtagFraser Tweedale2016-01-133-38/+36
* ipalib: assume version 2.0 when skip_version_check is enabledJan Cholasta2016-01-121-2/+1
* tests for package version comparisonMartin Babinsky2016-01-121-0/+51
* Don't error when find_base() fails if a base is not requiredNathaniel McCallum2016-01-121-4/+5
* DNSSEC CI: add missing ldns-utils dependencyMartin Basti2016-01-121-0/+2
* DNSSEC test: fix adding zones with --skip-overlap-checkMartin Basti2016-01-121-5/+12
* use FFI call to rpmvercmp function for version comparisonMartin Babinsky2016-01-112-33/+13
* Fix: Use unattended parameter instead of options.unattendedDavid Kupka2016-01-111-1/+1
* installer: Change reverse zones question to better reflect reality.David Kupka2016-01-111-1/+4
* ipa-replica-prepare: Add '--auto-reverse' and '--allow-zone-overlap' optionsDavid Kupka2016-01-111-0/+5
* ipatests: Fix configuration problems in dns testsMilan Kubík2016-01-111-2/+3
* Upgrade: Fix upgrade of NIS Server configurationMartin Basti2016-01-115-55/+129
* prevent crash of CA-less server upgrade due to absent certmongerMartin Babinsky2016-01-111-2/+28
* Allow to used mixed case for sysrestoreMartin Basti2016-01-082-3/+7
* Fix DNS zone overlap check to allow ipa-replica-install to workPetr Spacek2016-01-081-15/+19
* Fix dns_is_enabled() API command to throw exceptions as appropriatePetr Spacek2016-01-081-6/+4
* Fix --auto-reverse option in --unattended mode.Petr Spacek2016-01-081-1/+2
* webui: pwpolicy cospriority field was marked as requiredPetr Vobornik2016-01-081-1/+4
* webui: add examples to network address validator error messagePetr Vobornik2016-01-082-2/+2
* Fixed install_ca and install_kra under domain level 0Oleg Fayans2016-01-071-4/+24
* update_uniqueness plugin: fix referenced before assigment errorMartin Basti2016-01-071-2/+2
* DNSSEC: Log debug messages at log level DEBUGPetr Spacek2016-01-071-1/+1
* DNSSEC: ipa-dnskeysyncd: call ods-signer ldap-cleanup on zone removalPetr Spacek2016-01-071-0/+6
* DNSSEC: ipa-ods-exporter: add ldap-cleanup commandPetr Spacek2016-01-071-12/+48
* 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-072-18/+99
* DNSSEC: logging improvements in ipa-ods-exporterPetr Spacek2016-01-071-6/+11
* 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
* DNSSEC: Make sure that current state in OpenDNSSEC matches key state in LDAPPetr Spacek2016-01-071-10/+95
* DNSSEC: Improve error reporting from ipa-ods-exporterPetr Spacek2016-01-071-1/+3
* Require Dogtag 10.2.6-13 to fix KRA uninstallChristian Heimes2016-01-061-2/+2
* ipalib/x509.py: revert deletion of ipalib api importMartin Babinsky2016-01-041-0/+1
* Enable pylint unnecessary-pass checkMartin Basti2015-12-2314-19/+2
* Enable pylint empty-docstring checkMartin Basti2015-12-233-9/+0
* Enable pylint expression-not-assigned checkMartin Basti2015-12-236-9/+10
* Enable pylint unused-format-string-key checkMartin Basti2015-12-232-5/+2
* Enable pylint missing-final-newline checkMartin Basti2015-12-232-2/+1
* Enable pylint trailing-whitespace checkMartin Basti2015-12-234-6/+5
* Enable pylint duplicated-key checkMartin Basti2015-12-232-2/+0
* Enable pylint lost exception checkMartin Basti2015-12-232-3/+2
* Enable multiple warnings checks in PylintMartin Basti2015-12-231-3/+67