summaryrefslogtreecommitdiff
path: root/python/samba/tests/dcerpc
AgeCommit message (Expand)AuthorFilesLines
2025-10-10mdssvc: implement elasticsearch:default_fieldsRalph Boehme1-3/+6
2025-10-10mdssvc: fix filtering by share path prefixRalph Boehme1-6/+45
2025-08-15CI: add Python test samba.tests.dcerpc.dfs.DfsTests.test_dfs_reparse_tagRalph Boehme1-0/+48
2025-02-17python:lsa_utils: Fix fallback to OpenPolicy2Stefan Metzmacher1-16/+29
2025-02-17python:lsa_utils: Don't use optional arguments for OpenPolicyFallback()Andreas Schneider1-2/+4
2025-02-08python:tests: let lsa_utils.py use valid netbios namesStefan Metzmacher1-2/+2
2025-01-29python:tests/dcerpc/lsa: add tests for invalid LookupSids2 combinationsStefan Metzmacher1-2/+224
2025-01-24s3/mdssvc: add option "elasticsearch:force_substring_search = yes | no" (defa...Ralph Boehme1-0/+34
2024-10-10tests/dcerpc/raw_protocol: test invalid schannel bindsStefan Metzmacher1-0/+152
2024-10-10tests/dcerpc/raw_protocol: add more tests for auth_pad alignmentStefan Metzmacher1-2/+17
2024-10-10tests/dcerpc/raw_protocol: add tests for max auth_padding, auth_len or auth_o...Stefan Metzmacher1-0/+537
2024-10-10tests/dcerpc/raw_protocol: fix comment in test_spnego_change_auth_type1Stefan Metzmacher1-1/+1
2024-10-10tests/dcerpc/raw_protocol: test_no_auth_ctx_requestStefan Metzmacher1-0/+33
2024-10-10tests/dcerpc/raw_protocol: run test_neg_xmit_ffff_ffff over tcp and smbStefan Metzmacher1-5/+23
2024-10-10RawDCERPCTest: add some more auth_length related assertsStefan Metzmacher1-3/+4
2024-10-10RawDCERPCTest: split prepare_pdu() and send_pdu_blob() out of send_pdu()Stefan Metzmacher1-8/+19
2024-10-10tests/dcerpc/raw_protocol: add more test for auth padding during ALTER_CONTEX...Stefan Metzmacher1-3/+369
2024-10-10tests/dcerpc/raw_protocol: pass against Windows 2022 and require special env ...Stefan Metzmacher2-18/+196
2024-10-10RawDCERPCTest: ignore errors in smb_pipe_socket.close()Stefan Metzmacher1-1/+11
2024-06-12pytest: remove py2 str/bytes workaround in samr_change_passwordDouglas Bagnall1-1/+1
2024-06-12pytest: remove py2 str/bytes workaround in lsa_utilsDouglas Bagnall1-6/+2
2024-04-09python: Implement CreateTrustedDomainFallback()Andreas Schneider1-1/+97
2024-04-09python:tests: Clean lsa_utils.py code according to Python standardsAndreas Schneider1-12/+26
2024-04-09python:tests: Rename createtrustrelax.py to lsa_utils.pyAndreas Schneider1-0/+0
2024-04-09python: Implement OpenPolicyFallback()Andreas Schneider1-7/+15
2024-04-09python:samba: Rename trust_utils.py to lsa_utils.pyAndreas Schneider1-1/+1
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