summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/rawtrans.c
Commit message (Expand)AuthorAgeFilesLines
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21206: - a couple more nttrans places were a memcpy() should be usedAndrew Tridgell2007-10-101-5/+4
* r21183: Commit the big/little endian fix for nttrans setup[] handling.Volker Lendecke2007-10-101-4/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r14413: don't do memcpy of length 0Andrew Tridgell2007-10-101-1/+4
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell2007-10-101-0/+8
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-2/+2
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-4/+4
* r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell2007-10-101-1/+1
* r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in theAndrew Tridgell2007-10-101-13/+96
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-3/+3
* r3971: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell2007-10-101-1/+1
* r3652: Fix malloc-history dependent failures in smbtorture.Andrew Bartlett2007-10-101-6/+7
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell2007-10-101-0/+12
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-101-2/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-2/+2
* r1941: - fixed an allocation error with querying security descriptors remotelyAndrew Tridgell2007-10-101-0/+4
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-55/+55
* r1618: fixed the receipt of multi-part replies to SMBtrans2Andrew Tridgell2007-10-101-4/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-3/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-5/+5
* r335: added much better handling of servers that die unexpectedly during aAndrew Tridgell2007-10-101-1/+0
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-111-3/+5
* Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2003-10-281-8/+53
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-4/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+489