summaryrefslogtreecommitdiff
path: root/source3/torture/test_smb2.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14libsmb: Use the direct FSCC_FILE_ALL_INFORMATION defineVolker Lendecke1-14/+15
2023-10-10CVE-2023-3961:s3:torture: Add test SMB2-INVALID-PIPENAME to show we allow bad...Jeremy Allison1-0/+110
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke1-64/+170
2023-09-20s3: torture: Add a new SMB2 test: SMB2-PIPE-READ-ASYNC-DISCONNECTJeremy Allison1-0/+117
2023-07-19s3:torture: Fix code spellingAndreas Schneider1-1/+1
2023-04-18libsmb: Introduce type-safe struct cli_smb2_create_flagsVolker Lendecke1-5/+5
2023-01-04s3: smbtorture: Add SMB2-DFS-FILENAME-LEADING-BACKSLASH test.Jeremy Allison1-0/+190
2022-11-22libsmb: Return symlink error struct from smb2cli_create_recv()Volker Lendecke1-346/+564
2022-09-28s3: smbtorture3: Add new SMB2-DFS-SHARE-NON-DFS-PATH test.Jeremy Allison1-0/+207
2022-09-28s3: torture: Fix test SMB2-DFS-PATHS to pass against Windows server 2022.Jeremy Allison1-7/+33
2022-09-15s3: torture: In run_smb2_basic(), replace cli_state_save_tcon()/cli_state_res...Jeremy Allison1-5/+3
2022-09-14s3: smbtorture3: Add a new test SMB2-NON-DFS-SHARE.Jeremy Allison1-0/+162
2022-08-30s3: torture: Add a comprehensive SMB2 DFS path torture tester.Jeremy Allison1-0/+727
2022-03-22s3: torture: Add 2 new tests SMB2-DEL-ON-CLOSE-NONWRITE-DELETE-NO, SMB2-DEL-O...Jeremy Allison1-0/+244
2021-11-04s3: smbtorture3: Add test for setting delete on close on a directory, then cr...Jeremy Allison1-0/+136
2021-07-15s3: tests: Add "SMB2-LIST-DIR-ASYNC" test.Jeremy Allison1-0/+84
2021-07-15s3:torture: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00Stefan Metzmacher1-4/+4
2021-03-30s3: torture: Add a test for setting and getting ACLs on stream handles (SMB2-...Jeremy Allison1-0/+207
2021-02-02s3: smbtorture3: Ensure we *always* replace the saved saved_tcon even in an e...Jeremy Allison1-1/+1
2020-11-16torture3: cli_set_security_descriptor() does smb2 as wellVolker Lendecke1-3/+3
2020-11-16torture3: cli_query_security_descriptor() does smb2 as wellVolker Lendecke1-10/+4
2020-10-02torture3: Fix a cut&paste error in a printf messageVolker Lendecke1-1/+1
2020-06-04torture3: Fix a debug messageVolker Lendecke1-1/+1
2020-05-29torture3: Check error code for quotactl on a non-quota file handleVolker Lendecke1-0/+67
2020-04-21s3: torture: Add a basic SMB2 SACL test.Jeremy Allison1-0/+336
2019-10-02s3: torture: Add MS-FSA style terminating '/' and '\\' test - SMB2-PATH-SLASH.Jeremy Allison1-0/+205
2019-04-01libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke1-7/+7
2018-05-18s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on dire...Jeremy Allison1-0/+270
2018-03-15s3:torture: add SMB2-ANONYMOUS which asserts no GUEST bit for anonymousStefan Metzmacher1-0/+42
2017-06-22s3:torture: make use of smb_protocol_types_string() in run_smb2_negprot()Stefan Metzmacher1-31/+3
2017-06-17s3: smbtorture: Show correct use of cli_state_save_tcon() / cli_state_restore...Jeremy Allison1-3/+5
2017-01-04s3: torture: Add test for cli_ftruncate calling cli_smb2_ftruncate.Jeremy Allison1-0/+157
2016-12-09s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher1-9/+9
2016-11-15s3:torture: make use of auth_generic_set_creds() in test_smb2.cStefan Metzmacher1-65/+10
2016-11-15s3:torture: make use of cli_session_setup_creds() in test_smb2.cStefan Metzmacher1-15/+6
2016-11-15s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher1-10/+5
2015-05-08s3:torture: handle PROTOCOL_SMB3_11Stefan Metzmacher1-0/+3
2014-10-07s3:torture: add PROTOCOL_SMB3_10 handlingStefan Metzmacher1-0/+3
2014-09-30s3:libsmb: remove unused smb2cli.hStefan Metzmacher1-1/+0
2014-09-30libcli/smb: move smb2cli_tcon.c to the toplevelStefan Metzmacher1-2/+8
2014-09-19s3:torture: use cli_state_client_guid in run_smb2_multi_channel()Stefan Metzmacher1-0/+6
2014-06-30libcli: Make smb2cli_create return blobsVolker Lendecke1-16/+16
2014-03-27auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher1-10/+20
2013-09-17s3:torture: add PROTOCOL_SMB3_02 handlingStefan Metzmacher1-0/+3
2013-08-15libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison1-16/+32
2013-08-15libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison1-7/+7
2013-02-19s3:torture: make use of samba_tevent_context_init()Stefan Metzmacher1-6/+6
2012-07-25libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher1-0/+4
2012-07-25s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher1-9/+0
2012-07-25s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher1-27/+18