summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_smb2_fnum.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-10218 - s3: libsmb: Protect SMB2 client code from evil server return...Jeremy Allison2019-10-291-0/+7
* s3/libsmb: clang: Fix 'Value stored to 'create_options' is never read'Noel Power2019-10-221-1/+1
* s3:libsmb: Fix C99 initializer in cli_smb2_fnum.cAndreas Schneider2019-04-291-3/+3
* libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2019-04-011-2/+2
* libsmb: Fix valgrind errors in cli_smb2_get_reparse_pointVolker Lendecke2019-03-271-2/+4
* libsmb: Fix cli_smb2_get_reparse_point_fnum_sendVolker Lendecke2019-03-261-1/+1
* libsmb: Use cli_smb2_set_info_fnum()Volker Lendecke2019-03-201-135/+56
* libsmb: Simplify cli_smb2_ftruncateVolker Lendecke2019-03-201-8/+3
* libsmb: Simplify cli_smb2_delete_on_closeVolker Lendecke2019-03-201-21/+10
* libsmb: Add cli_smb2_set_info_fnumVolker Lendecke2019-03-201-0/+110
* libsmb: Use cli_smb2_query_info_fnumVolker Lendecke2019-03-181-238/+133
* libsmb: Add cli_smb2_query_info_fnumVolker Lendecke2019-03-181-0/+155
* libsmb: Add "in_cblobs" to cli_smb2_unlinkVolker Lendecke2019-03-081-5/+11
* libsmb: Add "in_cblobs" to cli_smb2_rmdirVolker Lendecke2019-03-081-8/+15
* libsmb: Make cli_smb2_unlink asyncVolker Lendecke2019-03-081-35/+148
* libsmb: Simplify cli_smb2_mxacVolker Lendecke2019-03-081-12/+5
* s3:libsmb: add cli_smb2_query_mxac()Ralph Boehme2019-03-041-0/+190
* libsmb: Use tevent_req_simple_finish_ntstatus()Volker Lendecke2019-03-011-5/+1
* libsmb: Use tevent_req_simple_finish_ntstatus()Volker Lendecke2019-03-011-9/+2
* libsmb: Make cli_smb2_rmdir asynchronousVolker Lendecke2019-03-011-43/+180
* libsmb: add in/out cblobs to cli_smb2_create_fnumVolker Lendecke2019-03-011-14/+96
* libsmb: Avoid a separate "cblobs" var sending smb2 createVolker Lendecke2019-03-011-9/+7
* libsmb: Reformat the cli_smb2_create_fnum_send argsVolker Lendecke2019-03-011-27/+36
* s3:libsmb: Store file allocation size in struct file_info.Jeremy Allison2019-01-181-0/+1
* s3:libsmb: parse_finfo_id_both_directory_info capture FileID in SMB2_FIND_ID_...Puran Chand2019-01-181-0/+1
* s3:libsmb: cli_smb2_list() can sometimes fail initially on a connectionTim Beale2019-01-101-1/+13
* s3:libsmb: pass impersonation_level to cli_smb2_create_fnum()Stefan Metzmacher2018-12-131-1/+17
* s3:libsmb: pass impersonation_level to cli_smb2_create_fnum_send()Stefan Metzmacher2018-12-131-1/+4
* libsmb: Introduce cli_smb2_notify_send/recvVolker Lendecke2018-11-211-52/+155
* s3/libsmb: Explicitly set delete_on_close token for rmdirAnoop C S2018-08-101-1/+8
* libsmb: Fix CID 1438244 Unsigned compared against 0Volker Lendecke2018-08-081-4/+0
* s3/libsmb: adjust smb2 code for new idl structs & generated ndr push/pull funcs.Noel Power2018-07-311-28/+58
* s3/libsmb: Avoid potential smbpanic calling parse_user_quota_list.Noel Power2018-07-311-0/+8
* s3: libsmb: use smb2cli_conn_max_trans_size() in cli_smb2_list()Ralph Boehme2018-07-251-1/+2
* s3: client: Add btime_ts to struct finfo.Jeremy Allison2018-05-051-0/+1
* libsmb: Handle IO_TIMEOUT in cli_smb2_notify properlyVolker Lendecke2018-04-051-0/+9
* s3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_fnum_send()/cli_smb2_ge...Jeremy Allison2017-12-061-0/+100
* s3: libsmb: Do a naive response to SMB2 "stopped on symlink". Assume the last...Jeremy Allison2017-12-061-1/+64
* s3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_fnum_send()/cli_smb2_se...Jeremy Allison2017-12-061-0/+93
* s3: libsmb: Fix valgrind read-after-free error in cli_smb2_close_fnum_recv().Jeremy Allison2017-11-301-2/+6
* s3: smbclient: Implement "volume" command over SMB2.Jeremy Allison2017-11-151-0/+130
* s3: libsmb: smbc_statvfs is missing the supporting SMB2 calls.Jeremy Allison2017-11-151-0/+97
* s3: libsmb: Add cli_smb2_chkpath() and use from cli_chkpath().Jeremy Allison2017-08-181-0/+41
* libsmb: Add cli_smb2_notifyVolker Lendecke2017-07-251-0/+92
* s3: libsmb: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().Jeremy Allison2017-07-251-52/+5
* s3: libsmb: Add cli_smb2_setpathinfo(), to be called by cli_setpathinfo_basic().Jeremy Allison2017-07-251-0/+70
* s3: libsmb: Reverse sense of 'clear all attributes', ignore attribute change ...Jeremy Allison2017-07-181-0/+23
* s3:libsmb: add cli_smb2_delete_on_close*()Stefan Metzmacher2017-06-221-0/+127
* s3: libsmb: add replace support to SMB2 renameUri Simchoni2017-03-281-2/+7
* s3: libsmb: Add cli_smb2_ftruncate(), plumb into cli_ftruncate().Jeremy Allison2017-01-041-0/+65