summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/smb2.h
Commit message (Expand)AuthorAgeFilesLines
* remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2008-05-201-0/+2
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-1/+6
* libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2008-04-191-0/+11
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-141-0/+3
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-0/+5
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-0/+28
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-0/+22
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-7/+8
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+2
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2007-10-101-0/+6
* r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2007-10-101-0/+9
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-101-13/+13
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-101-0/+1
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-4/+4
* r14511: Install more headersJelmer Vernooij2007-10-101-2/+0
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-2/+0
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+2
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+2
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2007-10-101-1/+2
* r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell2007-10-101-0/+1
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2007-10-101-0/+1
* r11901: added smb2_logoff() support (metze correctly guessed opcode 2 wasAndrew Tridgell2007-10-101-0/+1
* r11888: - added SMB2 trans supportAndrew Tridgell2007-10-101-0/+2
* r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2007-10-101-1/+1
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-13/+18
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-101-0/+2
* r11696: added a few more opcode namesAndrew Tridgell2007-10-101-0/+3
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-101-0/+2
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-0/+11
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-101-1/+1
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-101-0/+9
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-101-2/+2
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-101-0/+1
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-101-1/+7
* r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell2007-10-101-0/+154