summaryrefslogtreecommitdiffstats
path: root/ipaserver/dcerpc.py
Commit message (Expand)AuthorAgeFilesLines
* Unified ldap_initialize() functionChristian Heimes2018-02-151-1/+2
* trust: detect and error out when non-AD trust with IPA domain name existsAlexander Bokovoy2017-12-071-12/+25
* Update to python-ldap 3.0.0Christian Heimes2017-12-061-10/+6
* adtrust: filter out subdomains when defining our topology to ADAlexander Bokovoy2017-11-161-0/+16
* py3: set samba dependenciesMartin Basti2017-09-141-3/+0
* dcerpc: disable unbalanced-tuple-unpackingStanislav Laznicka2017-09-081-1/+3
* dcerpc: refactor assess_dcerpc_exceptionStanislav Laznicka2017-09-081-18/+19
* dcerpc: support Python 3Alexander Bokovoy2017-08-231-1/+11
* logging: do not log into the root loggerJan Cholasta2017-07-141-46/+45
* logging: do not reference loggers in arguments and attributesJan Cholasta2017-07-141-2/+5
* ipaserver/dcerpc: unify error processingAlexander Bokovoy2017-04-111-6/+17
* 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