Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / smb2 / smb2_calls.h
2007-12-10 jelmerAdd context for libcli_resolve.
2007-07-10 tridgeconvert Samba4 to GPLv3
2006-07-12 metze- make struct smb_notify a union and add levels RAW_NOT...
2006-07-12 metzeimplement SMB2 Notify call in the client lib
2006-07-08 metzeimplement SMB2 Find in the frontend
2006-06-20 metzeuse the generic smb_handle in smb2_getinfo/smb2_setinfo
2006-05-20 metzemove smb2 request structures into the main smb request...
2006-03-18 jelmerRemove librpc, libndr and libnbt from includes.h
2006-03-17 jelmerInstall more headers
2006-01-03 jelmerReduce the size of include/structs.h
2005-12-01 tridgeronnie worked out that opcode 0xb in SMB2 is in fact...
2005-11-25 tridgeadded SMB2_FLUSH as opcode 7. Thanks to metze and volke...
2005-11-25 metze- reorder some code to make it easier to follow, how...
2005-11-25 tridge- added pipe_flags field in smb2_trans
2005-11-25 tridge- added SMB2 trans support
2005-11-22 tridgeadded mapping between SMB2 and SMB find/search levels
2005-11-19 tridge- added basic SMB2 find support
2005-11-19 tridge- filled in unknown fields in SMB2 all_info level
2005-11-18 tridgeit turns out that the MxAc tag isn't a security descrip...
2005-11-18 tridgeadded support for creating files on SMB2 with initial...
2005-11-18 tridge- split out the setinfo blob construction in the libcli...
2005-11-17 tridgeunified the parse code for the SMB and SMB2 qfsinfo...
2005-11-17 tridgeadded names for all of the SMB2 qfs info levels (they...
2005-11-16 metze- the buffer code (first 2 bytes in the SMB2 body)...
2005-11-16 tridgefixed the ALL_EAS smb2 level parsing
2005-11-15 tridgeadded parsing and tests for a bunch more SMB2 getinfo...
2005-11-14 tridgeadded SMB2 read and write requests
2005-11-12 tridgeadded structure definitions for many of the getinfo...
2005-11-12 tridgeadded some more level names
2005-11-12 tridge- added a generic SMB2 getinfo call
2005-11-11 tridgeadded reply buffer code checks and oplock flags for...
2005-11-11 tridgefilled in 3 more fields in the close reply
2005-11-11 tridgefilled in access_mask in tcon reply
2005-11-11 tridgefilled in a few more smb2_create() fields
2005-11-11 tridgeadded smb2_close(). This also demonstrates that file...
2005-11-11 tridgeopening/creating files in SMB2 now works. Lots of unkno...
2005-11-11 tridgeSMB2 tree connect now works. We do 2 session setups...
2005-11-11 tridgeyay! we get a successful session setup with SMB2, and...
2005-11-11 tridgestarted to put some meat on the structure used for...