summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/transport.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...Stefan Metzmacher2012-08-171-0/+1
* s4:libcli/smb2: remove unused variableStefan Metzmacher2012-07-251-2/+0
* libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher2012-07-251-4/+0
* libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher2012-07-251-4/+8
* s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher2012-04-161-1/+0
* s4:libcli:smb2: set SMB2_CAP_ALL in the negprotMichael Adam2012-03-031-1/+5
* smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam2012-03-031-1/+2
* s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...Michael Adam2012-02-231-1/+5
* s4:libcli/smb2: mark a request as error if we can't ship itStefan Metzmacher2011-12-091-0/+2
* s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher2011-11-291-9/+16
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-428/+287
* s4:libcli/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher2011-10-191-2/+2
* s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher2011-09-281-0/+10
* s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher2011-09-281-1/+2
* s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-7/+7
* s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman2010-09-221-1/+1
* s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...Stefan Metzmacher2009-07-151-0/+7
* s4:libcli/smb2: add smb2_transport_credits_ask_num()Stefan Metzmacher2009-06-091-0/+7
* s4:libcli/smb2: add support sending compounded requestsStefan Metzmacher2009-06-091-15/+141
* s4:smb2: Add lease break support for SMB2.1Zach Loafman2009-04-011-8/+47
* s4:smb2: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:libcli/smb2: s/private/private_dataStefan Metzmacher2009-02-021-13/+13
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-13/+11
* libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-281-4/+2
* make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-071-6/+6
* added server side SMB2 signingAndrew Tridgell2008-06-061-11/+21
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-18/+31
* libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2008-04-191-0/+43
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-0/+2
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2007-10-101-3/+11
* r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2007-10-101-0/+36
* r17020: pass the real error to the failing requestsStefan Metzmacher2007-10-101-4/+8
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-101-2/+3
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+2
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-3/+3
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2007-10-101-0/+7
* r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell2007-10-101-0/+14
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-1/+0
* r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packetsAndrew Tridgell2007-10-101-1/+1
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-101-3/+3