summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc
Commit message (Expand)AuthorAgeFilesLines
* python: fix mutable default argumentsRob van der Linde2023-02-231-4/+12
* CVE-2021-23192: python/tests/dcerpc: add tests to check how security contexts...Stefan Metzmacher2021-11-091-0/+1273
* CVE-2021-23192: python/tests/dcerpc: fix do_single_request(send_req=False)Stefan Metzmacher2021-11-091-17/+20
* CVE-2021-23192: python/tests/dcerpc: let generate_request_auth() use g_auth_l...Stefan Metzmacher2021-11-091-3/+3
* CVE-2021-23192: python/tests/dcerpc: change assertNotEquals() into assertNotE...Stefan Metzmacher2021-11-092-151/+151
* selftest: Add a test for LookupSids3 and LookupNames4 in pythonAndrew Bartlett2021-09-051-0/+333
* pytest: dcerpc/dnsserver: fix tombstone testDouglas Bagnall2021-06-221-12/+80
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-282-2/+0
* pytest/dcerpc/dnsserver.py: use dnsserver.flag_from_stringDouglas Bagnall2021-04-081-9/+6
* pytest/dcerpcdnsserver: use record_from_string helperDouglas Bagnall2021-04-081-28/+3
* pytest/dnsserver: extend record_type_int to all typesDouglas Bagnall2021-03-291-17/+2
* pytest/dns: use self.assertIn() and .assertNotIn()Douglas Bagnall2021-03-291-5/+5
* selftest: add a test for the CreateTrustedDomainRelax wrapperIsaac Boukris2020-11-061-0/+131
* selftest: add a test for py dce transport_encryptedIsaac Boukris2020-11-061-1/+22
* python:tests: Add SAMR password change tests for fipsAndreas Schneider2020-10-291-0/+188
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-7/+1
* python:tests: Add test for SMB encrypted DCERPC connectionAndreas Schneider2020-08-191-0/+82
* s3:client: Turn off smb signing for message opAndreas Schneider2020-08-191-1/+1
* python:tests: Set smb ipc signing via the creds APIAndreas Schneider2020-08-191-0/+4
* python:tests: Mark libsmb connection as an IPC connectionAndreas Schneider2020-08-191-1/+1
* python compat: remove text_typeDouglas Bagnall2020-08-112-3/+1
* python compat: remove binary_typeDouglas Bagnall2020-08-111-3/+2
* python compat: remove integer_typesDouglas Bagnall2020-08-111-2/+1
* selftest: use 10.53.57.0/8 instead of 127.0.0.1/8Stefan Metzmacher2020-03-271-1/+1
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-0712-933/+933
* CVE-2019-14861: Test to demonstrate the bugAndrew Bartlett2019-12-101-0/+47
* CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnum...Andrew Bartlett2019-12-101-0/+101
* selftest: add end-to-end tests for mdssvc with a fake HTTP serverRalph Boehme2019-10-091-0/+194
* rpc samr: EnumDomainUsers perf improvementAaron Haslett2019-08-301-23/+1
* tests/dcerpc/raw_protocol: Add more tests for DCERPC_AUTH_LEVEL_PACKETGünther Deschner2019-08-011-0/+11
* tests/dcerpc/raw_protocol: split test_spnego_integrity_request into 2 partsStefan Metzmacher2019-08-011-2/+6
* tests/dcerpc/raw_protocol: split test_spnego_connect_request() into 2 partsStefan Metzmacher2019-08-011-3/+7
* CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall2019-06-191-0/+26
* CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall2019-06-191-0/+25
* s2 decrpc samr: Add tests for QueryDomainInfoGary Lockyer2019-02-141-0/+55
* py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher2019-01-121-0/+967
* py:dcerpc/raw_testcase: add assertEqualsStrLower()Stefan Metzmacher2019-01-121-0/+3
* py:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc returns \\pipe\lsass a...Stefan Metzmacher2019-01-121-2/+4
* py:dcerpc/raw_protocol: add test_assoc_group_fail3()Stefan Metzmacher2019-01-121-0/+45
* py:dcerpc/raw_protocol: add test_assoc_group_ok2 to check assoc groups over n...Stefan Metzmacher2019-01-121-0/+31
* py:dcerpc/raw_protocol: enable tests with the DCERPC_PFC_FLAG_SUPPORT_HEADER_...Stefan Metzmacher2019-01-121-9/+3
* py:dcerpc/raw_protocol: consistently call self.recv_pdu(timeout=0.01) after a...Stefan Metzmacher2019-01-121-1/+3
* py:dcerpc/raw_protocol: add tests for delayed header signing activationStefan Metzmacher2019-01-121-0/+186
* py:dcerpc/raw_testcase: add pfc_flags_2nd and use_auth3 options to do_generic...Stefan Metzmacher2019-01-121-2/+17
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-091-1/+1
* s3:pylibsmb: Rename 'credentials' param to match s4Tim Beale2019-01-071-1/+1
* s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmbTim Beale2019-01-071-3/+3
* s3:pylibsmb: Make lp a mandatory param for the SMB connectionTim Beale2019-01-071-1/+1
* py:dcerpc/raw_testcase: add helper functions for ncacn_np: SMB connection sup...Stefan Metzmacher2018-12-231-10/+136
* py:dcerpc/raw_testcase: maintain self.secondary_addressStefan Metzmacher2018-12-231-8/+10