r15191: Avoid uint_t as it's not standard.
[ab/samba.git/.git] / source4 / libcli / smb2 / request.c
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...