summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use weak ciphers for client HTTPS connectionsStanislav Laznicka2017-03-091-1/+5
* Remove NSSConnection from the Python RPC moduleStanislav Laznicka2017-03-011-1/+143
* DNSSEC: forwarders validation improvementMartin Basti2017-02-081-2/+1
* _resolve_records: fix assert, nameserver_ip can be noneMartin Basti2017-01-241-1/+1
* Generate sha256 ssh pubkey fingerprints for hostsStanislav Laznicka2017-01-121-1/+1
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-111-8/+4
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* Abstract procedures for IP address warningsMartin Basti2016-09-141-1/+26
* harden the check for trust namespace overlap in new principalsMartin Babinsky2016-07-281-3/+7
* allow multiple dashes in the components of server hostnameMartin Babinsky2016-07-201-3/+10
* Provide API for management of host, service, and user principal aliasesMartin Babinsky2016-07-011-0/+71
* IPA API: set krbcanonicalname instead of ipakrbprincipalalias on new entitiesMartin Babinsky2016-06-231-0/+11
* ipaserver module for working with managed topologyMartin Babinsky2016-06-171-50/+0
* DNS Locations: dnsserver-* commandsMartin Basti2016-06-171-0/+53
* plugable: allow plugins to be non-classesJan Cholasta2016-06-151-0/+26
* dns: move code shared by client and server to separate moduleJan Cholasta2016-06-031-0/+2
* Turn verify_host_resolvable() into a wrapper around ipapython.dnsutilPetr Spacek2016-05-301-25/+7
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-301-3/+5
* Do not do extra search for ipasshpubkey to generate fingerprintsMartin Basti2016-04-261-6/+34
* fix suspicious except statementsMartin Basti2016-03-041-3/+3
* Remove unused importsMartin Basti2015-12-231-2/+0
* Removed duplicate domain name validating functionStanislav Laznicka2015-12-021-18/+17
* ipa-csreplica-manage: disable connect/disconnect/del with domain level > 0Martin Basti2015-11-021-0/+5
* util: Add detect_dns_zone_realm_type helperTomas Babej2015-10-121-0/+55
* Remove uses of the `types` modulePetr Viktorin2015-10-071-2/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Replace uses of map()Petr Viktorin2015-09-011-2/+4
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-1/+1
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-1/+1
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-4/+6
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-12/+0
* DNSSEC: fix forward zone forwarders checksMartin Basti2015-08-251-6/+7
* Modernize 'except' clausesPetr Viktorin2015-08-121-7/+7
* Port from python-kerberos to python-gssapiMichael Simacek2015-08-051-8/+5
* ipalib: Move find_modules_in_dir from util to plugableJan Cholasta2015-07-011-22/+0
* topology: check topology in ipa-replica-manage delPetr Vobornik2015-06-291-0/+51
* DNSSEC: Detect zone shadowing with incorrect DNSSEC signatures.Petr Spacek2015-06-111-12/+14
* DNSSEC: validate forward zone forwardersMartin Basti2015-06-111-2/+58
* DNSSEC: Improve global forwarders validationMartin Basti2015-06-111-21/+109
* Throw zonemgr error message before installation proceedsMartin Basti2014-12-011-0/+45
* Fix dns zonemgr validation regressionMartin Basti2014-10-271-0/+1
* DNSSEC: validate forwardersMartin Basti2014-10-211-0/+35
* DNS: autofill admin emailMartin Basti2014-09-251-10/+1
* Allow to add host if AAAA record existsMartin Basti2014-08-111-3/+14
* sudorule: Allow using hostmasks for setting allowed hostsTomas Babej2014-06-251-0/+7
* Fix indentationMartin Basti2014-06-031-21/+21
* Modified dns related global functionsMartin Basti2014-06-031-44/+14
* Implement an IPA Foreman smartproxy serverRob Crittenden2014-04-301-5/+8
* DNS classless support for reverse domainsMartin Basti2014-02-111-25/+36
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-1/+1