summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Use system-wide crypto policy for TLS ciphersChristian Heimes2019-07-021-3/+3
* Use only TLS 1.2 by defaultChristian Heimes2019-07-011-3/+5
* Add knob to limit hostname lengthRob Crittenden2019-05-161-5/+26
* make sure IPA_CONFDIR is used to check that client is configuredAlexander Bokovoy2019-01-101-3/+4
* Check pager's executable before subprocess.PopenOleg Kozlov2018-12-071-2/+13
* Fix misleading errors during client install rollbackRob Crittenden2018-10-261-1/+4
* Py3: Replace six.integer_types with intChristian Heimes2018-09-271-1/+1
* Py3: Replace six.string_types with strChristian Heimes2018-09-271-3/+3
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Sprinkle raw strings across the code baseChristian Heimes2018-09-271-2/+2
* Sort and shuffle SRV record by priority and weightChristian Heimes2018-06-191-6/+5
* Use system-wide crypto-policies on FedoraChristian Heimes2018-02-201-4/+5
* 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