r14542: Remove librpc, libndr and libnbt from includes.h
[samba.git] / source4 / libcli / smb2 / smb2_calls.h
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14511: Install more headers
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Andrew Tridgellr11980: ronnie worked out that opcode 0xb in SMB2 is...
2007-10-10 Andrew Tridgellr11905: added SMB2_FLUSH as opcode 7. Thanks to metze...
2007-10-10 Stefan Metzmacherr11895: - reorder some code to make it easier to follow...
2007-10-10 Andrew Tridgellr11891: - added pipe_flags field in smb2_trans
2007-10-10 Andrew Tridgellr11888: - added SMB2 trans support
2007-10-10 Andrew Tridgellr11849: added mapping between SMB2 and SMB find/search...
2007-10-10 Andrew Tridgellr11801: - added basic SMB2 find support
2007-10-10 Andrew Tridgellr11800: - filled in unknown fields in SMB2 all_info...
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 Tridgellr11758: unified the parse code for the SMB and SMB2...
2007-10-10 Andrew Tridgellr11755: added names for all of the SMB2 qfs info levels...
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Andrew Tridgellr11735: fixed the ALL_EAS smb2 level parsing
2007-10-10 Andrew Tridgellr11730: added parsing and tests for a bunch more SMB2...
2007-10-10 Andrew Tridgellr11715: added SMB2 read and write requests
2007-10-10 Andrew Tridgellr11700: added structure definitions for many of the...
2007-10-10 Andrew Tridgellr11698: added some more level names
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11691: added reply buffer code checks and oplock flags...
2007-10-10 Andrew Tridgellr11687: filled in 3 more fields in the close reply
2007-10-10 Andrew Tridgellr11682: filled in access_mask in tcon reply
2007-10-10 Andrew Tridgellr11681: filled in a few more smb2_create() fields
2007-10-10 Andrew Tridgellr11680: added smb2_close(). This also demonstrates...
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 Tridgellr11665: started to put some meat on the structure used...