summaryrefslogtreecommitdiffstats
path: root/ipaserver/dcerpc.py
Commit message (Expand)AuthorAgeFilesLines
* ipaserver/dcerpc.py: use arcfour_encrypt from sambaAlexander Bokovoy2017-03-131-9/+1
* Drop use of kinit_as_http from trust codeSimo Sorce2017-02-151-45/+3
* Generate tmpfiles config at install timeSimo Sorce2017-02-151-9/+8
* ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIRJan Cholasta2016-11-291-2/+3
* Silence import warnings for Samba bindingsChristian Heimes2016-11-251-1/+6
* ipaldap: merge IPAdmin to LDAPClientTomas Krizek2016-11-071-6/+7
* ipaldap: merge gssapi_bind to LDAPClientTomas Krizek2016-11-071-1/+1
* pylint: enable the import-error checkJan Cholasta2016-10-241-6/+5
* Build: replace ipaplatform magic with symlinks generated by configurePetr Spacek2016-10-241-1/+1
* Replace ipaplatform's symlinks with a meta importerChristian Heimes2016-10-201-1/+1
* Pylint: remove unused variables in ipaserver packageMartin Basti2016-10-061-32/+11
* Pylint: enable check for unused-variablesMartin Basti2016-09-271-0/+2
* factor out `populate_remote_domain` method into module-level functionMartin Babinsky2016-09-051-41/+53
* trust: make sure external trust topology is correctly renderedAlexander Bokovoy2016-08-221-1/+1
* trust: automatically resolve DNS trust conflicts for triangle trustsAlexander Bokovoy2016-08-221-28/+192
* ipaserver/dcerpc: reformat to make the code closer to pep8Alexander Bokovoy2016-08-221-175/+298
* 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