summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/transport.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-23s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...Michael Adam1-1/+5
2011-12-09s4:libcli/smb2: mark a request as error if we can't ship itStefan Metzmacher1-0/+2
2011-11-29s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher1-9/+16
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-428/+287
2011-10-19s4:libcli/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher1-2/+2
2011-09-28s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher1-0/+10
2011-09-28s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher1-1/+2
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-7/+7
2010-09-22s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman1-1/+1
2009-07-15s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...Stefan Metzmacher1-0/+7
2009-06-09s4:libcli/smb2: add smb2_transport_credits_ask_num()Stefan Metzmacher1-0/+7
2009-06-09s4:libcli/smb2: add support sending compounded requestsStefan Metzmacher1-15/+141
2009-04-01s4:smb2: Add lease break support for SMB2.1Zach Loafman1-8/+47
2009-02-02s4:smb2: s/private/private_dataStefan Metzmacher1-2/+2
2009-02-02s4:libcli/smb2: s/private/private_dataStefan Metzmacher1-13/+13
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-08-14libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher1-13/+11
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher1-4/+2
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell1-6/+6
2008-06-06added server side SMB2 signingAndrew Tridgell1-11/+21
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-18/+31
2008-04-19libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher1-0/+43
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+2
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17083: - implement SMB2 Cancel in the clientStefan Metzmacher1-3/+11
2007-10-10r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher1-0/+36
2007-10-10r17020: pass the real error to the failing requestsStefan Metzmacher1-4/+8
2007-10-10r16705: fix a bug found by valgrind...Stefan Metzmacher1-2/+3
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-4/+2
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-3/+3
2007-10-10r11891: - added pipe_flags field in smb2_transAndrew Tridgell1-0/+7
2007-10-10r11752: setup the dynamic pointer for incoming packets tooAndrew Tridgell1-0/+14
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-1/+0
2007-10-10r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packetsAndrew Tridgell1-1/+1
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-3/+3
2007-10-10r11671: - make sure req is initializedStefan Metzmacher1-4/+8
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell1-2/+6
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell1-0/+2
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell1-0/+274