summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tests/dcerpc: Remove unused importsJoseph Sutton1-1/+1
2023-12-08tests/dcerpc: Correct docstringJoseph Sutton1-1/+1
2023-11-30python: Correct Python2 super() calls that called the wrong classAndrew Bartlett2-2/+2
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde12-16/+16
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde2-4/+0
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde2-5/+5
2023-08-30python: Remove unused importsJoseph Sutton1-1/+0
2023-07-26mdssvc: reduce pagesize to 50Ralph Boehme1-2/+2
2023-07-26tests/mdssvc: match hits:total:value to be the actual amount of entries in hitsRalph Boehme1-1/+1
2023-07-21CVE-2023-34968: mdscli: return share relative pathsRalph Boehme1-13/+13
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider3-3/+3
2023-05-24pytest: dcerpc/dnsserver: Call setUpClass() method of base classJoseph Sutton1-0/+2
2023-05-24pytest: dcerpc/dnsserver: Remove unused importJoseph Sutton1-1/+1
2023-02-23python: fix mutable default argumentsRob van der Linde1-4/+12
2021-11-09CVE-2021-23192: python/tests/dcerpc: add tests to check how security contexts...Stefan Metzmacher1-0/+1273
2021-11-09CVE-2021-23192: python/tests/dcerpc: fix do_single_request(send_req=False)Stefan Metzmacher1-17/+20
2021-11-09CVE-2021-23192: python/tests/dcerpc: let generate_request_auth() use g_auth_l...Stefan Metzmacher1-3/+3
2021-11-09CVE-2021-23192: python/tests/dcerpc: change assertNotEquals() into assertNotE...Stefan Metzmacher2-151/+151
2021-09-05selftest: Add a test for LookupSids3 and LookupNames4 in pythonAndrew Bartlett1-0/+333
2021-06-22pytest: dcerpc/dnsserver: fix tombstone testDouglas Bagnall1-12/+80
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall2-2/+0
2021-04-08pytest/dcerpc/dnsserver.py: use dnsserver.flag_from_stringDouglas Bagnall1-9/+6
2021-04-08pytest/dcerpcdnsserver: use record_from_string helperDouglas Bagnall1-28/+3
2021-03-29pytest/dnsserver: extend record_type_int to all typesDouglas Bagnall1-17/+2
2021-03-29pytest/dns: use self.assertIn() and .assertNotIn()Douglas Bagnall1-5/+5
2020-11-06selftest: add a test for the CreateTrustedDomainRelax wrapperIsaac Boukris1-0/+131
2020-11-06selftest: add a test for py dce transport_encryptedIsaac Boukris1-1/+22
2020-10-29python:tests: Add SAMR password change tests for fipsAndreas Schneider1-0/+188
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-7/+1
2020-08-19python:tests: Add test for SMB encrypted DCERPC connectionAndreas Schneider1-0/+82
2020-08-19s3:client: Turn off smb signing for message opAndreas Schneider1-1/+1
2020-08-19python:tests: Set smb ipc signing via the creds APIAndreas Schneider1-0/+4
2020-08-19python:tests: Mark libsmb connection as an IPC connectionAndreas Schneider1-1/+1
2020-08-11python compat: remove text_typeDouglas Bagnall2-3/+1
2020-08-11python compat: remove binary_typeDouglas Bagnall1-3/+2
2020-08-11python compat: remove integer_typesDouglas Bagnall1-2/+1
2020-03-27selftest: use 10.53.57.0/8 instead of 127.0.0.1/8Stefan Metzmacher1-1/+1
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall12-933/+933
2019-12-10CVE-2019-14861: Test to demonstrate the bugAndrew Bartlett1-0/+47
2019-12-10CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnum...Andrew Bartlett1-0/+101
2019-10-09selftest: add end-to-end tests for mdssvc with a fake HTTP serverRalph Boehme1-0/+194
2019-08-30rpc samr: EnumDomainUsers perf improvementAaron Haslett1-23/+1
2019-08-01tests/dcerpc/raw_protocol: Add more tests for DCERPC_AUTH_LEVEL_PACKETGünther Deschner1-0/+11
2019-08-01tests/dcerpc/raw_protocol: split test_spnego_integrity_request into 2 partsStefan Metzmacher1-2/+6
2019-08-01tests/dcerpc/raw_protocol: split test_spnego_connect_request() into 2 partsStefan Metzmacher1-3/+7
2019-06-19CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall1-0/+26
2019-06-19CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall1-0/+25
2019-02-14s2 decrpc samr: Add tests for QueryDomainInfoGary Lockyer1-0/+55
2019-01-12py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher1-0/+967
2019-01-12py:dcerpc/raw_testcase: add assertEqualsStrLower()Stefan Metzmacher1-0/+3