summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clireadwrite.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on ma...Stefan Metzmacher2011-06-101-8/+12
* s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on max...Stefan Metzmacher2011-06-101-1/+12
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: Do central cli_set_errorVolker Lendecke2011-05-191-10/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-2/+2
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: Remove cli_writeVolker Lendecke2011-04-261-158/+0
* s3: Add cli_writeallVolker Lendecke2011-04-261-3/+51
* s3: Use tevent_req_nterror properly in a few placesVolker Lendecke2011-04-161-12/+6
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Remove a use of cli_send_smbVolker Lendecke2011-03-271-36/+47
* Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share us...Jeremy Allison2010-11-111-5/+2
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().Günther Deschner2010-05-091-1/+1
* s3-libsmb: Fixed a recursion in cli_pull_print.Andreas Schneider2010-05-051-1/+1
* Split out the client unix capabilities to those the server offered, and those...Jeremy Allison2010-04-131-2/+2
* s3: Explicitly handle inbuf in cli_write_andx_doneVolker Lendecke2010-02-221-2/+4
* s3: Explicitly handle inbuf in cli_read_andx_doneVolker Lendecke2010-02-221-2/+2
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-221-3/+3
* s3: remove unused variableBjörn Jacke2010-01-261-2/+0
* Second part of bug fix for 6606.Volker Lendecke2009-09-141-0/+6
* s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handledVolker Lendecke2009-09-141-4/+118
* s3:libsmb: Convert (state->received) to (state->received != 0)Volker Lendecke2009-09-051-1/+1
* Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165Jeremy Allison2009-08-191-1/+1
* s3: return proper error code in cli_smb_req_sendBo Yang2009-05-131-4/+16
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-121-2/+2
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-6/+6
* Convert cli_push to tevent_reqVolker Lendecke2009-04-081-69/+58
* Convert cli_pull to tevent_reqVolker Lendecke2009-04-081-45/+40
* Streamline cli_push sync wrapperVolker Lendecke2009-04-061-9/+18
* Convert cli_write_andx to tevent_reqVolker Lendecke2009-04-061-37/+88
* Streamline cli_pull sync wrapperVolker Lendecke2009-04-061-9/+18
* Convert cli_read_andx to tevent_reqVolker Lendecke2009-04-061-108/+150
* Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher2009-03-121-25/+8
* s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher2009-03-101-8/+25
* s3:libsmb: only treat a return 0 as end of fileStefan Metzmacher2009-03-101-4/+1
* s3:libsmb: fix a lot of cli_push() bugsStefan Metzmacher2009-03-101-95/+107
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-1/+1
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-16/+16
* Add a macro async_req_setup()Volker Lendecke2009-01-181-25/+9
* struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-031-5/+5
* Add async cli_write_andx and cli_pullVolker Lendecke2008-12-191-0/+406
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-1/+1
* Factor out cli_write_max_bufsizeVolker Lendecke2008-12-191-25/+36
* For read&x replies, check the offsetVolker Lendecke2008-12-131-0/+19
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-6/+5
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-3/+3