summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Generate same API.txt under Python 2 and 3Christian Heimes2018-02-151-0/+38
* Fix pylint warnings inconsistent-return-statementsChristian Heimes2017-12-181-1/+12
* If the cafile is not present or readable then raise an exceptionRob Crittenden2017-12-041-0/+4
* View plugin/command help in pagerAleksei Slaikovskii2017-11-161-0/+41
* Use namespace-aware meta importer for ipaplatformChristian Heimes2017-11-151-3/+4
* Prevent installation with single label domainsAleksei Slaikovskii2017-11-091-1/+8
* Remove pkcs10 module contentsStanislav Laznicka2017-10-251-0/+17
* Fixing tox and pylint errorsFelipe Barreto2017-10-231-6/+6
* Changing how commands handles error when it can't connect to IPA serverFelipe Volpone2017-08-111-0/+14
* py3: fixing zonemgr_callbackFelipe Volpone2017-07-271-1/+1
* Create a Certificate parameterStanislav Laznicka2017-07-271-1/+2
* logging: do not log into the root loggerJan Cholasta2017-07-141-11/+5
* logging: do not reference loggers in arguments and attributesJan Cholasta2017-07-141-12/+11
* logging: remove object-specific loggersJan Cholasta2017-07-141-10/+12
* Remove network and broadcast address warningsMartin Basti2017-06-201-20/+0
* Only warn when specified server IP addresses don't match intfMartin Basti2017-06-061-0/+14
* cert-show: writable files does not mean dirsStanislav Laznicka2017-05-101-1/+1
* Remove the cachedproperty classStanislav Laznicka2017-05-021-34/+0
* 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