summaryrefslogtreecommitdiffstats
path: root/ipalib/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't exclude symlinks when loading pluginsNick Hatch2013-09-161-1/+1
* Remove check for alphabetic only characters from domain name validationAna Krivokapic2013-03-151-3/+0
* Add list of domains associated to our realm to cn=etcAna Krivokapic2013-02-191-0/+21
* Switch %r specifiers to '%s' in Public errorsLynn Root2012-12-111-1/+1
* Add detection for users from trusted/invalid realmsTomas Babej2012-12-061-0/+15
* Do not show full SSH public keys in command output by default.Jan Cholasta2012-10-111-3/+3
* Fix NS records in installationPetr Viktorin2012-09-271-0/+3
* Use custom zonemgr for reverse zonesMartin Kosek2012-09-261-0/+13
* Use default reverse zone consistentlyMartin Kosek2012-09-191-0/+18
* JSON serialization of long typePetr Vobornik2012-09-131-1/+1
* Use OpenSSH-style public keys as the preferred format of SSH public keys.Jan Cholasta2012-09-061-19/+37