summaryrefslogtreecommitdiffstats
path: root/ipaserver/dcerpc.py
Commit message (Expand)AuthorAgeFilesLines
* session: move the session module from ipalib to ipaserverJan Cholasta2016-06-301-1/+1
* adtrust: support UPNs for trusted domain usersAlexander Bokovoy2016-06-111-11/+29
* trusts: Add support for an external trust to Active Directory domainAlexander Bokovoy2016-06-091-13/+37
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* Pylint: use list comprehension instead of iterationMartin Basti2016-03-221-4/+1
* logger: Use warning instead of warnTomas Babej2016-01-181-1/+1
* Enable pylint unpacking-non-sequence checkMartin Basti2016-01-141-6/+6
* Enable pylint unnecessary-pass checkMartin Basti2015-12-231-1/+1
* Enable pylint lost exception checkMartin Basti2015-12-231-2/+2
* Remove wildcard importsMartin Basti2015-12-231-2/+4
* Remove unused importsMartin Basti2015-12-231-5/+2
* Refactor ipautil.runPetr Viktorin2015-12-141-10/+6
* Alias long to int under Python 3Petr Viktorin2015-10-131-0/+1
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+4
* Modernize 'except' clausesPetr Viktorin2015-08-121-17/+17
* 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