summaryrefslogtreecommitdiffstats
path: root/ipaserver/dcerpc.py
Commit message (Expand)AuthorAgeFilesLines
* dcerpc: Simplify generation of LSA-RPC binding stringsTomas Babej2015-08-071-2/+1
* Fix selector of protocol for LSA RPC binding stringAlexander Bokovoy2015-08-071-2/+2
* Replace M2Crypto RC4 with python-cryptography ARC4Christian Heimes2015-07-311-5/+10
* dcerpc: Add get_trusted_domain_object_type methodTomas Babej2015-07-231-0/+29
* dcerpc: Fix UnboundLocalError for ccache_nameTomas Babej2015-07-221-0/+2
* dcerpc: Expand explanation for WERR_ACCESS_DENIEDTomas Babej2015-07-211-7/+29
* Py3: replace tab with spaceMartin Basti2015-07-171-1/+1
* Remove tuple unpacking from except clause ipaserver/dcerpc.pyChristian Heimes2015-07-141-6/+12
* trust: support retrieving POSIX IDs with one-way trust during trust-addAlexander Bokovoy2015-07-081-18/+65
* trusts: add support for one-way trust and switch to it by defaultAlexander Bokovoy2015-07-081-12/+32
* trusts: pass AD DC hostname if specified explicitlyAlexander Bokovoy2015-07-081-3/+7
* dcerpc: Raise ACIError correctlyTomas Babej2015-07-081-3/+5
* idviews: Fallback to AD DC LDAP only if specifically allowedTomas Babej2015-07-021-1/+6
* dcerpc: Add debugging message to failing kinit as httpTomas Babej2015-07-021-0/+2
* dcerpc: Change logging level for debug informationTomas Babej2015-07-021-2/+2
* ipalib: Load ipaserver plugins when api.env.in_server is TrueJan Cholasta2015-07-011-1/+0
* install: Move private_ccache from ipaserver to ipapythonJan Cholasta2015-06-081-2/+2
* ipaserver/dcerpc: Ensure LSA pipe has session key before using itAlexander Bokovoy2015-05-251-5/+14
* AD trust: improve trust validationAlexander Bokovoy2014-11-251-3/+16
* trusts: Add conversion from SID to object nameTomas Babej2014-09-301-0/+49
* ipaserver/dcerpc.py: Make sure trust is established only to forest root domainAlexander Bokovoy2014-09-011-0/+6
* ipaserver/dcerpc.py: be more open to what domains can be seen through the for...Alexander Bokovoy2014-09-011-1/+1
* ipaserver/dcerpc.py: Avoid hitting issue with transitive trusts on Windows Se...Alexander Bokovoy2014-09-011-3/+10
* ipaserver/dcerpc.py: make PDC discovery more robustAlexander Bokovoy2014-09-011-5/+16
* ipaserver/dcerpc.py: if search of a closest GC failed, try to find any GCAlexander Bokovoy2014-09-011-1/+5
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-161-3/+4
* Trust add datetime fixAdam Misnyovszki2014-05-061-1/+1
* ipaserver/dcerpc: make sure to always return unicode SID of the trust domainAlexander Bokovoy2014-03-121-1/+1
* ipaserver/dcerpc: catch the case of insuffient permissions when establishing ...Alexander Bokovoy2014-02-271-2/+5
* trusts: Remove usage of deprecated LDAP APITomas Babej2014-02-271-2/+2
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-241-9/+9
* subdomains: Use AD admin credentials when trust is being establishedAlexander Bokovoy2013-11-291-14/+28
* Map NT_STATUS_INVALID_PARAMETER to most likely error cause: clock skewAlexander Bokovoy2013-11-131-0/+3
* trust: integrate subdomains support into trust-addAlexander Bokovoy2013-10-041-33/+47
* ipaserver/dcerpc: remove use of trust account authenticationAlexander Bokovoy2013-10-041-70/+6
* trusts: support subdomains in a forestAlexander Bokovoy2013-10-041-0/+54
* ipaserver/dcerpc.py: populate forest trust information using realmdomainsAlexander Bokovoy2013-10-041-18/+95
* ipa-sam: do not modify objectclass when trust object already createdAlexander Bokovoy2013-09-201-0/+9
* Log proper error message when defaultNamingContext not foundTomas Babej2013-08-291-1/+7
* Remove overlapping use-cases of the same result variableTomas Babej2013-08-061-4/+4
* Use case-insensitive dict for trusted domain infoTomas Babej2013-08-061-12/+24
* ipaserver/dcerpc: attempt to resolve SIDs through SSSD firstAlexander Bokovoy2013-07-231-1/+44
* Use AD LDAP probing to create trusted domain ID rangeTomas Babej2013-07-231-37/+127
* Fail when adding a trust with a different rangeAna Krivokapic2013-06-241-3/+12
* Enforce exact SID match when adding or modifying a ID rangeTomas Babej2013-03-141-13/+37
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-131-1/+2
* Disable schema retrieval and attribute decoding when talking to AD GC.Jan Cholasta2013-03-081-5/+2
* ipaserver/dcerpc: enforce search_s without schema checks for GC searchingAlexander Bokovoy2013-03-061-1/+1
* Remove IPAdmin.sasl_interactive_bind_sPetr Viktorin2013-03-011-4/+1
* Avoid internal error when user is not Trust adminMartin Kosek2013-02-201-4/+23