summaryrefslogtreecommitdiff
path: root/source3/libsmb/clireadwrite.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: clang: Fix 'warning: Assigned value is garbage or undefined 'Noel Power2019-08-281-1/+1
* s3/libsmb: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-08-271-1/+1
* s3/libsmb: clang: Fix '2nd func call argument is uninitalized value'Noel Power2019-08-271-2/+2
* s3/libsmb: clang: Fix 'The left operand of '>' or '<' is a garbage valueNoel Power2019-08-271-1/+1
* s3:libsmb: Avoid duplicated code by making cli_read_sink() publicTim Beale2019-01-071-1/+5
* s3:libsmb: add comments for cli_write_send/cli_push_sendTim Beale2018-12-131-0/+18
* s3:libsmb: add cli_write_send/recv which work with SMB1/2/3Stefan Metzmacher2018-12-131-0/+116
* libsmb: Expose protocol-agnostic cli_writeall_send/recvVolker Lendecke2018-08-271-12/+94
* libsmb: Rename cli_writeall_send/recv to cli_smb1_writeall_send/recvVolker Lendecke2018-08-271-22/+23
* libsmb: Add protocol-agnostic cli_readVolker Lendecke2018-08-271-0/+122
* s3: libsmbclient: Fix cli_splice() fallback when reading less than a complete...Jeremy Allison2018-07-131-1/+3
* libsmbclient: Initialize written in cli_splice_fallback()Bailey Berro2018-07-091-0/+2
* s3:libsmb fix a typoChristian Ambach2016-09-141-2/+2
* s3: libsmb: Add uint16_t addtional_flags2 to cli_smb_req_create().Jeremy Allison2016-08-191-2/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-2/+2
* Fix various spelling errorsMathieu Parent2015-11-061-2/+2
* s3: libsmbclient: Add server-side copy supportRoss Lagerwall2015-05-291-0/+116
* Use tevent_req_poll_ntstatusVolker Lendecke2015-05-181-6/+3
* s3:libsmb: add support for SMB2 in cli_writeall()Stefan Metzmacher2013-08-151-2/+12
* s3:libsmb: add SMB2 support to cli_pull*Stefan Metzmacher2013-08-151-14/+46
* s3:libsmb: add SMB2 support to cli_push*Stefan Metzmacher2013-08-151-16/+50
* s3:libsmb: remove unused cli_readall*Stefan Metzmacher2013-08-151-119/+0
* s3:libsmb: rewrite cli_pull* to use smb1cli_conn_req_possible()Stefan Metzmacher2013-08-151-171/+246
* s3:libsmb: rewrite cli_push* to use smb1cli_conn_req_possible()Stefan Metzmacher2013-08-151-101/+187
* s3:libsmb: let cli_read_andx_create() accept any lengthStefan Metzmacher2013-03-201-7/+0
* s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-14/+14
* s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-3/+3
* s3:libsmb: remove unused 'inbuf' variableStefan Metzmacher2012-06-051-2/+1
* s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes2012-06-031-3/+3
* s3:libsmb: get rid of clisigning routinesLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_has_async_callsLuk Claes2012-05-281-3/+4
* s3:libsmb: get rid of cli_state_encryption_onLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_state_max_requestsLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-4/+4
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-10/+10
* s3-libsmb Do not limit read replies to NBT packet sizesAndrew Bartlett2012-01-271-1/+1
* s3:libsmb: consistently use state->size in cli_write_andx_create() (bug #5326)Stefan Metzmacher2011-11-091-1/+1
* s3:libsmb: fix cli_write_and_x() against OS/2 print shares (bug #5326)Stefan Metzmacher2011-11-081-4/+15
* s3: Further fix for bug 8338Volker Lendecke2011-09-211-2/+9
* s3:libsmb: s/cli_encryption_on/cli_state_encryption_on()Stefan Metzmacher2011-09-151-2/+2
* s3:libsmb: align chunk_size for cli_pull/push() to a page size of 1024 bytesStefan Metzmacher2011-09-141-0/+8
* s3:libsmb: let cli_write_max_bufsize() return the max number of possible bytesStefan Metzmacher2011-09-141-21/+28
* s3:libsmb: let cli_read_max_bufsize() return the max number of possible bytesStefan Metzmacher2011-09-141-16/+31
* s3:libsmb: make use of cli_state_max_requests() in cli_push_send()Stefan Metzmacher2011-09-131-2/+5
* s3:libsmb: make use of cli_state_max_requests() in cli_pull_send()Stefan Metzmacher2011-09-131-1/+4
* s3:libsmb: make use of cli_state_available_size() in cli_smbwrite()Stefan Metzmacher2011-09-131-1/+2
* s3:libsmb: make use of cli_state_available_size() in cli_write_max_bufsize()Stefan Metzmacher2011-09-131-1/+1
* s3:libsmb: make use of cli_state_available_size() in cli_read_max_bufsize()Stefan Metzmacher2011-09-131-1/+1
* s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-4/+4
* s3-libsmb: finally remove cli_read_old()Björn Baumbach2011-07-231-14/+0