libsmb: Remove some lines that were never used
[vlendec/samba-autobuild/.git] / source3 / libsmb / clifile.c
2020-05-25 Volker Lendeckelibsmb: Remove some lines that were never used
2020-04-08 Volker Lendeckelibsmb: Use cli_setfileinfo_send() in cli_ftruncate_send()
2020-04-08 Volker Lendeckelibsmb: Use cli_setfilefinfo_send() in cli_nt_delete_on...
2020-04-08 Volker Lendeckelibsmb: Add cli_setfileinfo_send/recv()
2020-03-10 Volker Lendeckelibsmbclient: Put it back to a known, well-working...
2020-03-03 Volker Lendeckelibsmb: Introduce fetch_file_unix_basic_info2()
2020-03-03 Volker Lendeckelibsmb: Factor out fetch_file_unix_basic_info()
2020-02-25 Volker Lendeckelibsmb: Don't pass "sbuf" to cli_posix_stat_send()
2019-10-22 Noel Powers3/libsmb: clang: Fix 'the left operand of '-' is a...
2019-08-27 Noel Powers3/libsmb: clang: Fix 'Value stored to 'ea_size' is...
2019-08-27 Noel Powers3/libsmb: clang: Fix 'Assigned value is garbage or...
2019-08-27 Noel Powers3/libsmb: clang: Fix 'The left operand of '&' is a...
2019-08-27 Noel Powers3/libsmb: clang: Fix 'The left operand of '!=' is...
2019-06-20 Volker Lendeckelibsmb: Make cli_lockingx cancellable
2019-06-18 Volker Lendeckelibsmb: Use cli_lockingx() in cli_unlock()
2019-06-18 Volker Lendeckelibsmb: Use cli_lockingx() in cli_locktype()
2019-06-18 Volker Lendeckelibsmb: Add async cli_lockingx()
2019-06-18 Volker Lendeckelibsmb: Remove unused cli_[un]lock64()
2019-04-01 Volker Lendeckelibsmb: Make cli_posix_chown/chmod proper tevent_req...
2019-03-27 Volker Lendeckelibsmb: Change cli_posix_readlink to return talloc...
2019-03-27 Volker Lendeckelibsmb: Don't pass "cli" to cli_posix_readlink_recv
2019-03-27 Volker Lendeckelibsmb: Rename "readlink_state" to "cli_posix_readlink_...
2019-03-20 Volker Lendeckelibsmb: Make SMB1-only cli_nt_hardlink calls static
2019-03-20 Volker Lendeckelibsmb: Introduce protocol-agnostic cli_hardlink
2019-03-18 Volker Lendeckelibsmb: Change cli_posix_stat_send to take a pointer...
2019-03-18 Volker Lendeckelibsmb: Make cli_posix_[sym|hard]link proper tevent_req...
2019-03-18 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus
2019-03-08 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus
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-02 Volker Lendeckelibsmb: Make cli_posix_unlink/rmdir proper tevent_req...
2019-03-01 Volker Lendeckelibsmb: add in/out cblobs to cli_smb2_create_fnum
2019-03-01 Volker Lendeckelibsmb: Reformat the cli_smb2_create_fnum_send args
2019-02-25 Volker Lendeckelibsmb: Resolve special _recv handling in cli_ntcreate
2019-02-22 Volker Lendeckelibsmb: Fix a resource leak in cli_posix_mkdir
2019-02-22 Volker Lendeckelibsmb: Pull up wire_flags calculation from open_internal
2019-02-22 Volker Lendeckelibsmb: Convert cli_posix_open to normal tevent_req...
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_ntcreate_send()
2018-12-13 Stefan Metzmachers3:libsmb: pass ImpersonationLevel to cli_ntcreate1_send()
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_smb2_create_...
2018-11-21 Volker Lendeckelibsmb: Make cli_notify_send cancellable
2018-11-21 Volker Lendeckelibsmb: Make cli_notify_send/recv smb2-aware
2017-12-06 Jeremy Allisons3: libsmb: Make cli_close_send()/cli_close_recv()...
2017-12-06 Jeremy Allisons3: libsmb: Rename cli_close_create() -> cli_smb1_close...
2017-11-30 Jeremy Allisons3: client: Rename <oldname> to <link_target> in cmd_sy...
2017-08-17 Jeremy Allisons3: libsmb: Add cli_smb2_chkpath() and use from cli_chk...
2017-07-25 Volker Lendeckelibsmb: Enable "cli_notify" for SMB2+
2017-06-22 Stefan Metzmachers3:libsmb: add support for SMB2 to cli_nt_delete_on_clo...
2017-03-28 Uri Simchonis3-libsmb: support rename and replace for SMB1
2017-03-28 Uri Simchonis3-libsmb: fail rename and replace inside cifs variant
2017-03-28 Uri Simchonis3-libsmb: cli_cifs_rename_send()
2017-03-28 Uri Simchonis3: libsmb: add replace support to cli_rename()
2017-03-28 Uri Simchonis3: libsmb: add replace support to SMB2 rename
2017-02-22 Chris LambCorrect "existence" typos.
2017-01-04 Jeremy Allisons3: libsmb: Add cli_smb2_ftruncate(), plumb into cli_ft...
2016-11-15 Stefan Metzmacherlibcli/smb: move {smb,trans2}_bytes_push_{str,bytes...
2016-08-22 Jeremy Allisons3: libsmb: Plumb new SMB2 shadow copy call into cli_sh...
2016-08-22 Jeremy Allisons3: libsmb: Add return args to clistr_is_previous_versi...
2016-08-19 Jeremy Allisons3: libsmb: Do some hardening in the receive processing...
2016-08-19 Jeremy Allisons3: libsmb: Correctly set max_setup_size in FSCTL_GET_S...
2016-08-19 Jeremy Allisons3: libsmb: Make a comment note that cli_set_ea() needs...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: s3: libsmb: Plumb in additional_flags2...
2016-08-19 Jeremy Allisons3: libsmb: s3: libsmb: Plumb in additional_flags2...
2016-08-19 Jeremy Allisons3: libsmb: s3: libsmb: Plumb in additional_flags2...
2016-08-19 Jeremy Allisons3: libsmb: s3: libsmb: Plumb in additional_flags2...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE...
2016-08-19 Jeremy Allisons3: libsmb: Add uint16_t addtional_flags2 to cli_smb_re...
2016-08-19 Jeremy Allisons3: libsmb: Add uint16_t addtional_flags2 to cli_trans_...
2016-08-19 Jeremy Allisons3: libsmb: Add uint16_t additional_flags2 arg to cli_s...
2016-05-11 Christian Ambachs3:libsmb/clifile use correct value for MaxParameterCou...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posi...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX...
2016-01-05 Uri Simchonismbclient: query disk usage relative to current directory
2015-05-18 Volker LendeckeUse tevent_req_poll_ntstatus
2014-06-21 Volker Lendeckelibsmb: Make cli_ntcreate cancellable
2014-06-21 Volker Lendeckelibsmb: Make cli_ntcreate1 cancellable
2014-06-21 Volker Lendeckelibsmb: Enable oplocks for smb2 cli_ntcreate
2014-06-21 Volker Lendeckelibsmb: Align cli_ntcreate with other sync wrappers
2014-06-21 Volker Lendeckelibsmb: remove smb2 switch from cli_ntcreate
2014-06-21 Volker Lendeckelibsmb: Replace async cli_ntcreate by cli_create
2014-06-21 Volker Lendeckelibsmb: Add cli_create_send/recv
2014-06-07 Jeremy Allisons3: libsmb: Change cli_disk_size() to use the trans2...
2014-06-07 Jeremy Allisons3: libsmb: Make cli_smb2_dskattr() a 64-bit interface.
2014-06-07 Jeremy Allisons3: libsmb : Move users of cli_dskattr to a 64-bit...
2014-05-09 Jeremy Allisons3: libsmbclient: Work around bugs in SLES cifsd and...
2014-05-09 Jeremy Allisons3: client : correctly fill in the struct smb_create_re...
2014-05-09 Jeremy Allisons3: client : Add extra return parameter to all client...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_get_ea_list_path() inside...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_set_ea_fnum() inside cli_set_...
2013-08-15 Jeremy Allisons3:libsmb: Plumb cli_smb2_set_ea_path() inside cli_set_...
next