Fix include paths to new location of libutil.
[bbaumbach/samba-autobuild/.git] / source4 / libcli / raw / rawtrans.c
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-07 Stefan Metzmacherlibcli/raw: remove unused smb_raw_max_trans_data()...
2008-07-07 Stefan Metzmacherlibcli/raw: make multi fragmented nttrans requests...
2008-07-07 Stefan Metzmacherlibcli/raw: trans(2) setup count is uint8_t
2008-07-07 Stefan Metzmacherlibcli/raw: use the new recv_helper infrastructure...
2008-07-07 Stefan Metzmacherlibcli/raw: use the new recv_helper infrastructure...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-17 Andrew Tridgellfix the overflow/wrap checks in Samba4 for new gcc...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijInstall public header files again and include required...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr21206: - a couple more nttrans places were a memcpy...
2007-10-10 Volker Lendecker21183: Commit the big/little endian fix for nttrans...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Tridgellr14413: don't do memcpy of length 0
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Tridgellr8003: ensure that we don't try to send a trans request...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4315: use the remote hosts max_xmit, not the local...
2007-10-10 Andrew Tridgellr4229: - added support for multi-part SMBtrans and...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Stefan Metzmacherr3971: fix compiler warnings
2007-10-10 Andrew Tridgellr3826: - added testing of ea lists in NTTRANS CREATE
2007-10-10 Andrew Bartlettr3652: Fix malloc-history dependent failures in smbtorture.
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr3383: avoid multi-part SMBtrans and SMBtrans2 replies...
2007-10-10 Andrew Tridgellr2649: - used some cpp tricks to make users of talloc...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1941: - fixed an allocation error with querying securi...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Tridgellr1618: fixed the receipt of multi-part replies to SMBtrans2
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr335: added much better handling of servers that die...
2003-12-11 Andrew Tridgellthe next step in the dcerpc server code. Added the...
2003-10-28 Tim PotterImplement raw SMBtrans by backending the SMBtrans2...
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code