summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher1-1/+1
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-2/+2
2007-10-10r17083: - implement SMB2 Cancel in the clientStefan Metzmacher1-0/+6
2007-10-10r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher1-0/+9
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher1-13/+13
2007-10-10r16705: fix a bug found by valgrind...Stefan Metzmacher1-0/+1
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-4/+4
2007-10-10r14511: Install more headersJelmer Vernooij1-2/+0
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-2/+0
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+2
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+2
2007-10-10r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell1-1/+2
2007-10-10r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell1-0/+1
2007-10-10r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell1-0/+1
2007-10-10r11901: added smb2_logoff() support (metze correctly guessed opcode 2 wasAndrew Tridgell1-0/+1
2007-10-10r11888: - added SMB2 trans supportAndrew Tridgell1-0/+2
2007-10-10r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell1-1/+1
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-13/+18
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-0/+2
2007-10-10r11696: added a few more opcode namesAndrew Tridgell1-0/+3
2007-10-10r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell1-0/+2
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell1-0/+11
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell1-1/+1
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell1-0/+9
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell1-2/+2
2007-10-10r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell1-0/+1
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell1-1/+7
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell1-0/+154