s3: libsmb: In struct file_info rename mode -> attr.
[samba.git] / source3 / libsmb / cli_smb2_fnum.c
2020-06-04 Jeremy Allisons3: libsmb: In struct file_info rename mode -> attr.
2020-06-03 Jeremy Allisons3: libsmb: Info level SMB2_FIND_ID_BOTH_DIRECTORY_INFO...
2020-05-28 Volker Lendeckelibsmb: Remove sync cli_smb2_mkdir()
2020-05-28 Volker Lendeckelibsmb: Add async cli_smb2_mkdir_send()/recv()
2020-05-28 Volker Lendeckelibsmb: Remove sync cli_smb2_chkpath()
2020-05-28 Volker Lendeckelibsmb: Add async cli_smb2_chkpath_send/recv()
2020-05-28 Volker Lendeckelibsmb: Remove sync cli_smb2_rmdir()
2020-05-28 Volker Lendeckelibsmb: Remove sync cli_smb2_unlink()
2020-05-28 Volker Lendeckelibsmb: Remove clistr_pull_talloc()
2020-05-28 Volker Lendeckelibsmb: Remove an outdated comment
2020-05-25 Volker Lendeckelibsmb: Apply some const to parse_finfo_id_both_directo...
2020-05-12 Jeremy Allisons3: libsmb: In SMB2 return NT_STATUS_INVALID_NETWORK_RE...
2020-05-05 Volker Lendeckelibsmb: Use talloc_strndup() to cut a backslash
2020-05-05 Volker Lendeckelibsmb: Add a NULL check after talloc_strdup()
2019-10-29 Jeremy AllisonCVE-2019-10218 - s3: libsmb: Protect SMB2 client code...
2019-10-22 Noel Powers3/libsmb: clang: Fix 'Value stored to 'create_options...
2019-04-29 Andreas Schneiders3:libsmb: Fix C99 initializer in cli_smb2_fnum.c
2019-04-01 Volker Lendeckelibsmb: Rename InfoType from [MS-SMB2] according to...
2019-03-27 Volker Lendeckelibsmb: Fix valgrind errors in cli_smb2_get_reparse_point
2019-03-26 Volker Lendeckelibsmb: Fix cli_smb2_get_reparse_point_fnum_send
2019-03-20 Volker Lendeckelibsmb: Use cli_smb2_set_info_fnum()
2019-03-20 Volker Lendeckelibsmb: Simplify cli_smb2_ftruncate
2019-03-20 Volker Lendeckelibsmb: Simplify cli_smb2_delete_on_close
2019-03-20 Volker Lendeckelibsmb: Add cli_smb2_set_info_fnum
2019-03-18 Volker Lendeckelibsmb: Use cli_smb2_query_info_fnum
2019-03-18 Volker Lendeckelibsmb: Add cli_smb2_query_info_fnum
2019-03-08 Volker Lendeckelibsmb: Add "in_cblobs" to cli_smb2_unlink
2019-03-08 Volker Lendeckelibsmb: Add "in_cblobs" to cli_smb2_rmdir
2019-03-08 Volker Lendeckelibsmb: Make cli_smb2_unlink async
2019-03-08 Volker Lendeckelibsmb: Simplify cli_smb2_mxac
2019-03-04 Ralph Boehmes3:libsmb: add cli_smb2_query_mxac()
2019-03-01 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus()
2019-03-01 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus()
2019-03-01 Volker Lendeckelibsmb: Make cli_smb2_rmdir asynchronous
2019-03-01 Volker Lendeckelibsmb: add in/out cblobs to cli_smb2_create_fnum
2019-03-01 Volker Lendeckelibsmb: Avoid a separate "cblobs" var sending smb2...
2019-03-01 Volker Lendeckelibsmb: Reformat the cli_smb2_create_fnum_send args
2019-01-18 Jeremy Allisons3:libsmb: Store file allocation size in struct file_info.
2019-01-18 Puran Chands3:libsmb: parse_finfo_id_both_directory_info capture...
2019-01-10 Tim Beales3:libsmb: cli_smb2_list() can sometimes fail initially...
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_smb2_create_...
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_smb2_create_...
2018-11-21 Volker Lendeckelibsmb: Introduce cli_smb2_notify_send/recv
2018-08-10 Anoop C Ss3/libsmb: Explicitly set delete_on_close token for...
2018-08-08 Volker Lendeckelibsmb: Fix CID 1438244 Unsigned compared against 0
2018-07-31 Noel Powers3/libsmb: adjust smb2 code for new idl structs & gener...
2018-07-31 Noel Powers3/libsmb: Avoid potential smbpanic calling parse_user_...
2018-07-24 Ralph Boehmes3: libsmb: use smb2cli_conn_max_trans_size() in cli_sm...
2018-05-04 Jeremy Allisons3: client: Add btime_ts to struct finfo.
2018-04-04 Volker Lendeckelibsmb: Handle IO_TIMEOUT in cli_smb2_notify properly
2017-12-06 Jeremy Allisons3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_f...
2017-12-06 Jeremy Allisons3: libsmb: Do a naive response to SMB2 "stopped on...
2017-12-06 Jeremy Allisons3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_f...
2017-11-30 Jeremy Allisons3: libsmb: Fix valgrind read-after-free error in cli_s...
2017-11-15 Jeremy Allisons3: smbclient: Implement "volume" command over SMB2.
2017-11-15 Jeremy Allisons3: libsmb: smbc_statvfs is missing the supporting...
2017-08-17 Jeremy Allisons3: libsmb: Add cli_smb2_chkpath() and use from cli_chk...
2017-07-25 Volker Lendeckelibsmb: Add cli_smb2_notify
2017-07-25 Jeremy Allisons3: libsmb: Implement cli_smb2_setatr() by calling...
2017-07-25 Jeremy Allisons3: libsmb: Add cli_smb2_setpathinfo(), to be called...
2017-07-18 Jeremy Allisons3: libsmb: Reverse sense of 'clear all attributes...
2017-06-22 Stefan Metzmachers3:libsmb: add cli_smb2_delete_on_close*()
2017-03-28 Uri Simchonis3: libsmb: add replace support to SMB2 rename
2017-01-04 Jeremy Allisons3: libsmb: Add cli_smb2_ftruncate(), plumb into cli_ft...
2016-12-13 Uri Simchonicli-quotas: fix potential memory leak
2016-12-13 Jeremy Allisons3: libsmb: Ensure SMB2 operations correctly set cli...
2016-12-12 Volker Lendeckelibsmb: Correctly report error for rename failure
2016-10-19 Jeremy Allisons3: libsmb: Fix cut and paste error using the wrong...
2016-10-04 Uri Simchonicliquota: support setting file system quota via SMB2
2016-10-04 Uri Simchonicliquota: support setting user quota via SMB2
2016-10-04 Uri Simchonicliquota: support getting fs quota by SMB2
2016-10-04 Uri Simchonicliquota: implement quota listing in SMB2
2016-10-04 Uri Simchonis3-libsmb: support getting user's quota in SMB2
2016-10-04 Uri Simchonis3-libsmb: Support getting fs attributes via SMB2
2016-08-22 Jeremy Allisons3: libsmb: Add the capability to find a @GMT- path...
2016-08-22 Jeremy Allisons3: libsmb: Add cli_smb2_shadow_copy_data() function...
2016-06-22 Jeremy Allisons3: libsmb: Correctly trim a trailing \\ character...
2016-05-04 Robin McCorkellCorrectly set cli->raw_status for libsmbclient in SMB2...
2016-01-05 Uri Simchonismbclient: query disk usage relative to current directory
2015-06-26 Anubhav Rakshits3:libsmb: Fix a bug in conversion of ea list to ea...
2015-05-29 Ross Lagerwalls3: libsmbclient: Add server-side copy support
2014-10-23 Jeremy Allisons3: libsmbclient - smb2. MacOSX 10 SMB2 server doesn...
2014-09-30 Stefan Metzmachers3:libsmb: remove unused smb2cli.h
2014-06-30 Volker Lendeckelibcli: Make cli_smb2_close_fnum async
2014-06-30 Volker Lendeckelib: Align nt_time_to_unix_timespec with unix_timespec_...
2014-06-30 Volker Lendeckelibcli: Make smb2cli_create return blobs
2014-06-21 Volker Lendeckelibsmb: Make cli_smb2_create_fnum cancellable
2014-06-21 Volker Lendeckelibsmb: Make cli_smb2_create_fnum async
2014-06-07 Jeremy Allisons3: libsmb: Make cli_smb2_dskattr() a 64-bit interface.
2014-05-09 Jeremy Allisons3: client - rename 'struct smb2_create_returns' to...
2013-11-15 Andreas Schneiders3-libsmb: Use the right macro to set uint16_t attr.
2013-11-14 Jeremy Allisons3-client: smbclient shows no error if deleting a direc...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-17 Jeremy Allisons3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_pat...
2013-09-17 Jeremy Allisons3: libsmb : The short name length is only a one byte...
2013-08-19 Volker Lendeckelibsmb: Fix a bunch of Coverity IDs
2013-08-15 Jeremy Allisons3:libsmb: Add in the core of the libsmb client SMB2...