summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-25s4:libcli/smb2: remove unused smb2_session->pidStefan Metzmacher1-1/+0
2012-07-25s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher1-2/+0
2012-07-24s4:libcli/smb2: setup a smbXcli_tcon for each smb2_treeStefan Metzmacher1-0/+1
2012-03-03s4:libcli:smb2: store the share capabilites in the smb2_tree objectMichael Adam1-0/+1
2012-02-27s4:libcli/smb2: remove unused 'session_key' from struct smb2_sessionStefan Metzmacher1-1/+0
2011-11-29s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher1-0/+1
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-43/+10
2010-09-22s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman1-3/+3
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-1/+1
2009-11-25s4/libcli: Initialize client PID for SMB2 connectionsSteven Danneman1-0/+1
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher1-1/+0
2009-07-15s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...Stefan Metzmacher1-0/+1
2009-06-09s4:libcli/smb2: add smb2_transport_credits_ask_num()Stefan Metzmacher1-0/+4
2009-06-09s4:libcli/smb2: add support sending compounded requestsStefan Metzmacher1-29/+36
2009-05-11Move SMB2 constants to a separate fileVolker Lendecke1-114/+1
2009-05-11Fix SMB2_CAP_DFSVolker Lendecke1-1/+1
2009-04-01s4:smb2: Add lease break support for SMB2.1Zach Loafman1-0/+13
2009-03-28s4:smb2: Add rudimentary SMB2.1 lease support to libcliZach Loafman1-0/+8
2009-03-18s4 libcli: Add back Longhorn beta dialect as a constantZach Loafman1-0/+1
2009-03-17s4 libcli: Add SMB2.1 dialect to libcliZach Loafman1-1/+3
2009-02-02s4:smb2: s/private/private_dataStefan Metzmacher1-1/+1
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-0/+1
2008-08-14libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher1-1/+3
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher1-6/+3
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell1-1/+1
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-5/+17
2008-05-20remember the server time fields on negotiate. Needed for gentestAndrew Tridgell1-0/+2
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell1-1/+6
2008-04-19libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher1-0/+11
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-0/+3
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+5
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell1-0/+28
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-0/+22
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell1-7/+8
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