summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawreadwrite.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-6/+0
2011-09-25libcliraw: Make smb_raw_write_recv public and include it in a public header.Jelmer Vernooij1-1/+1
2009-05-01s4:libcli/raw: write can return STATUS_BUFFER_OVERFLOW as a real errorStefan Metzmacher1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-5/+6
2008-02-16fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell1-0/+3
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-3/+3
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-5/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20077: support large readx replies, as done by samba3 (and the snia spec),Andrew Tridgell1-0/+14
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+13
2007-10-10r15740: add TODO, that we should check if the server supportsStefan Metzmacher1-0/+4
2007-10-10r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in theStefan Metzmacher1-1/+3
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-9/+9
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+3
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-9/+9
2007-10-10r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell1-3/+2
2007-10-10r3654: Add static and fix indentation.Andrew Bartlett1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3237: - allow for readx calls larger than 64kAndrew Tridgell1-2/+2
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-12/+0
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-2/+2
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-31/+31
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-1/+2
2004-03-08fixed two writex client bugsAndrew Tridgell1-4/+4
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+321