summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/trust.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-24/+0
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-2/+2
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-3/+0
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-251-1/+1
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* Fix broken trust warningsMartin Basti2016-03-161-1/+3
* Warn user if trust is brokenMartin Basti2016-02-231-0/+41
* trusts: use ipaNTTrustPartner attribute to detect trust entriesMartin Basti2016-02-231-2/+5
* Use explicit truncating divisionPetr Viktorin2016-01-201-1/+1
* Remove wildcard importsMartin Basti2015-12-231-2/+13
* trustdomain: Perform validation of the trust domain firstTomas Babej2015-10-261-1/+6
* trusts: Make trust_show.get_dn raise properly formatted NotFoundTomas Babej2015-10-261-8/+24
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* Replace uses of map()Petr Viktorin2015-09-011-3/+3
* trusts: format Kerberos principal properly when fetching trust topologyAlexander Bokovoy2015-08-241-1/+6
* trusts: Detect missing Samba instanceTomas Babej2015-08-171-20/+79
* trusts: Detect domain clash with IPA domain when adding a AD trustTomas Babej2015-08-171-0/+8
* Modernize 'except' clausesPetr Viktorin2015-08-121-4/+4
* Fix incorrect type comparison in trust-fetch-domainsTomas Babej2015-08-061-1/+1
* Modernize number literalsPetr Viktorin2015-07-311-1/+1
* trusts: Check for AD root domain among our trusted domainsTomas Babej2015-07-171-1/+20
* Fix minor typosYuri Chornoivan2015-07-171-1/+1
* trust: support retrieving POSIX IDs with one-way trust during trust-addAlexander Bokovoy2015-07-081-14/+51
* trusts: add support for one-way trust and switch to it by defaultAlexander Bokovoy2015-07-081-34/+107
* trusts: pass AD DC hostname if specified explicitlyAlexander Bokovoy2015-07-081-1/+8
* ipa-adtrust-install: add IPA master host principal to adtrust agentsAlexander Bokovoy2015-07-081-1/+2
* Remove ipanttrustauthincoming/ipanttrustauthoutgoing from ipa trust-add output.David Kupka2015-01-131-0/+2
* ipa trust-add command should be interactiveGabe2014-08-251-1/+25
* trusts: Validate missing trust secret properlyTomas Babej2014-07-141-4/+6
* trusts: Allow reading system trust accounts by adtrust agentsTomas Babej2014-06-251-0/+11
* trusts: Add more read attributesTomas Babej2014-06-251-1/+2
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-21/+24
* Make trust objects available to regular usersMartin Kosek2014-04-281-11/+19
* Add managed read permissions to trustPetr Viktorin2014-04-281-0/+15
* trust plugin: Remove ipatrustauth{incoming,outgoing} from default attrsPetr Viktorin2014-04-281-4/+3
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-14/+16
* trust: do not fetch subdomains in case shared secret was used to set up the t...Alexander Bokovoy2014-03-121-1/+2
* trust: make sure we always discover topology of theAlexander Bokovoy2014-02-271-31/+6
* trustdomain_find: make sure we skip short entries when --pkey-only is specifiedAlexander Bokovoy2014-02-271-0/+2
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-6/+4
* Hide trust-resolve commandMartin Kosek2014-01-201-0/+1
* trustdomain-find: report status of the (sub)domainAlexander Bokovoy2014-01-151-1/+17
* trust-fetch-domains: create ranges for new child domainsAlexander Bokovoy2014-01-151-121/+135
* trust: fix get_dn() to distinguish creating and re-adding trustsAlexander Bokovoy2013-12-111-2/+2
* subdomains: Use AD admin credentials when trust is being establishedAlexander Bokovoy2013-11-291-3/+10
* trusts: Do not pass base-id to the subdomain rangesTomas Babej2013-11-221-0/+5
* trusts: Fix typo in error message for realm-domain mismatchTomas Babej2013-10-251-2/+2
* trusts: combine filters with AND to make sure only the intended domain matchesJakub Hrozek2013-10-241-1/+2
* Get the created range type in case of re-establishing trustTomas Babej2013-10-211-0/+2
* trusts: Do not create ranges for subdomains in case of POSIX trustTomas Babej2013-10-141-11/+39