summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawtrans.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...Stefan Metzmacher1-6/+14
2012-07-24libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher1-6/+14
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-833/+293
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-07libcli/raw: remove unused smb_raw_max_trans_data() functionStefan Metzmacher1-12/+0
2008-07-07libcli/raw: make multi fragmented nttrans requests possibleStefan Metzmacher1-17/+178
2008-07-07libcli/raw: trans(2) setup count is uint8_tStefan Metzmacher1-4/+6
2008-07-07libcli/raw: use the new recv_helper infrastructure for trans/trans2 repliesStefan Metzmacher1-184/+313
2008-07-07libcli/raw: use the new recv_helper infrastructure for nttrans repliesStefan Metzmacher1-102/+145
2008-04-17fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell1-3/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-4/+5
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-4/+4
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21206: - a couple more nttrans places were a memcpy() should be usedAndrew Tridgell1-5/+4
2007-10-10r21183: Commit the big/little endian fix for nttrans setup[] handling.Volker Lendecke1-4/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r14413: don't do memcpy of length 0Andrew Tridgell1-1/+4
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell1-0/+8
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-2/+2
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-4/+4
2007-10-10r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell1-1/+1
2007-10-10r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell1-13/+96
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-3/+3
2007-10-10r3971: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell1-1/+1
2007-10-10r3652: Fix malloc-history dependent failures in smbtorture.Andrew Bartlett1-6/+7
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell1-0/+12
2007-10-10r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell1-2/+2
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-2/+2
2007-10-10r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell1-0/+4
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-55/+55
2007-10-10r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell1-4/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-3/+3
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-5/+5
2007-10-10r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell1-1/+0
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-3/+5
2003-10-28Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter1-8/+53
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-4/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+489