Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi
[samba.git] / source4 / libcli / smb2 / request.c
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-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-21 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-19 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-16 Andrew Tridgellprivate -> private_data for struct smb2_request
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-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-18 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-gmake3
2008-02-18 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-18 Andrew Tridgellhandle pushing of zero length smb2 strings
2008-02-15 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-15 Andrew Tridgellfixed handling of zero sized buffers versus NULL buffers in
2008-02-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-14 Andrew Tridgellupdated SMB2 code for getinfo according to WSPP docs
2008-02-14 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-14 Andrew TridgellFixed SMB2 rename operations from Vista clients
2008-02-13 Andrew TridgellConvert SMB and SMB2 code to use a common buffer handli...
2008-02-12 Andrew Tridgellupdated SMB2 header defines to match WSPP docs
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
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 Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22866: handle incoming chained smb2 requests in our...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17083: - implement SMB2 Cancel in the client
2007-10-10 Stefan Metzmacherr16873: - grow the buffer with the correct size, we...
2007-10-10 Stefan Metzmacherr16734: the 2 bytes after the opcode and before the...
2007-10-10 Stefan Metzmacherr16705: fix a bug found by valgrind...
2007-10-10 Stefan Metzmacherr16566: add pull function for a site32/offset32 blob
2007-10-10 Stefan Metzmacherr15770: when there's a dynamic body, we need to send...
2007-10-10 Stefan Metzmacherr15744: convert_string_talloc() handles src_len ==...
2007-10-10 Stefan Metzmacherr15532: add a BOOL body_dynamic_present, because the...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Andrew Tridgellr14434: use the right enum type
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr11780: it turns out that the MxAc tag isn't a security...
2007-10-10 Andrew Tridgellr11775: added support for creating files on SMB2 with...
2007-10-10 Andrew Tridgellr11771: - split out the setinfo blob construction in...
2007-10-10 Andrew Tridgellr11754: make the SMB2 blob push routines take offsets...
2007-10-10 Andrew Tridgellr11751: fixed the req->out.size calculation (it needs...
2007-10-10 Stefan Metzmacherr11743: - push the length at the correct offset
2007-10-10 Stefan Metzmacherr11742: fix pushing of 0 length blobs
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Stefan Metzmacherr11722: make the smb2_push/pull functions take a smb2_r...
2007-10-10 Volker Lendecker11721: Fix warnings
2007-10-10 Andrew Tridgellr11715: added SMB2 read and write requests
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11692: added a full composite (async) spnego session...
2007-10-10 Andrew Tridgellr11679: opening/creating files in SMB2 now works. Lots...
2007-10-10 Stefan Metzmacherr11675: a more general way of getting rid of compiler...
2007-10-10 Andrew Tridgellr11674: SMB2 tree connect now works. We do 2 session...
2007-10-10 Stefan Metzmacherr11670: fix the build
2007-10-10 Andrew Tridgellr11668: yay! we get a successful session setup with...
2007-10-10 Andrew Tridgellr11665: started to put some meat on the structure used...
2007-10-10 Andrew Tridgellr11662: the beginnings of a SMB2 client library. Very...