r23792: convert Samba4 to GPLv3
[ira/wip.git] / source4 / libcli / smb2 / smb2.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22866: handle incoming chained smb2 requests in our...
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Stefan Metzmacherr17083: - implement SMB2 Cancel in the client
2007-10-10 Stefan Metzmacherr17081: add idle handler support to the smb2 client...
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 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Jelmer Vernooijr14511: Install more headers
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Tridgellr11980: ronnie worked out that opcode 0xb in SMB2 is...
2007-10-10 Andrew Tridgellr11906: opcode 13 appears to be keepalive. Metze guesse...
2007-10-10 Andrew Tridgellr11905: added SMB2_FLUSH as opcode 7. Thanks to metze...
2007-10-10 Andrew Tridgellr11901: added smb2_logoff() support (metze correctly...
2007-10-10 Andrew Tridgellr11888: - added SMB2 trans support
2007-10-10 Andrew Tridgellr11752: setup the dynamic pointer for incoming packets too
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11696: added a few more opcode names
2007-10-10 Andrew Tridgellr11692: added a full composite (async) spnego session...
2007-10-10 Andrew Tridgellr11691: added reply buffer code checks and oplock flags...
2007-10-10 Andrew Tridgellr11679: opening/creating files in SMB2 now works. Lots...
2007-10-10 Andrew Tridgellr11674: SMB2 tree connect now works. We do 2 session...
2007-10-10 Andrew Tridgellr11668: yay! we get a successful session setup with...
2007-10-10 Andrew Tridgellr11666: filled in the basic session setup. Vista happil...
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...