summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2
AgeCommit message (Expand)AuthorFilesLines
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-9/+9
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+2
2009-02-05s4:libcli/smb2: fix c++ warningStefan Metzmacher1-1/+1
2009-02-02s4:smb2: s/private/private_dataStefan Metzmacher2-3/+3
2009-02-02s4:libcli/smb2: s/class/info_classStefan Metzmacher1-5/+6
2009-02-02s4:libcli/smb2: s/private/private_dataStefan Metzmacher1-13/+13
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher3-8/+8
2008-11-02Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij1-5/+9
2008-11-02Fix the build.Jelmer Vernooij1-2/+0
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij3-4/+5
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij1-4/+7
2008-11-01Remove another use of global_loadparm.Jelmer Vernooij1-7/+7
2008-11-01Move calls to lp_* higher up in the call stack.Jelmer Vernooij1-6/+15
2008-11-01Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij1-2/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-2/+2
2008-09-29s4:libcli/smb2: remove unused headerStefan Metzmacher1-1/+0
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-0/+1
2008-09-24for use in python we need to use global_loadparmAndrew Tridgell1-1/+1
2008-09-24- SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL for buffer sizeAndrew Tridgell1-15/+39
2008-09-24- use the current dialect first, for servers that only look at theAndrew Tridgell1-3/+10
2008-09-24be friendlier in smb2_deltree to some of the SMB2 implementations thatAndrew Tridgell1-1/+1
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-09-23fixed readonly handling in deltreeAndrew Tridgell1-0/+6
2008-08-14libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher1-1/+3
2008-08-14libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher1-1/+7
2008-08-14libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher1-6/+0
2008-08-14libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher1-13/+11
2008-07-28libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2-7/+6
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher4-17/+12
2008-07-28libcli/smb2: sign SMB2 Logoff requestsStefan Metzmacher1-0/+2
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell4-10/+11
2008-06-06added server side SMB2 signingAndrew Tridgell3-70/+44
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell1-12/+9
2008-05-30implemented client side SMB2 signingAndrew Tridgell8-38/+283
2008-05-29fixed offset for maximal access responseAndrew Tridgell1-1/+1
2008-05-28updated comment based on MS-SMB2 docsAndrew Tridgell1-1/+2
2008-05-28ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell1-1/+16
2008-05-28expose a function for pushing all SMB2 create blobsAndrew Tridgell1-17/+36
2008-05-28added support for all of the known SMB2 create tags in our clientAndrew Tridgell1-7/+179
2008-05-27cope better with read only files in smb2_deltreeAndrew Tridgell1-0/+10
2008-05-27don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell1-5/+6
2008-05-23fix make test for EAs againAndrew Tridgell1-2/+2
2008-05-22pass in the required alignment to the EA construction routinesAndrew Tridgell1-2/+2
2008-05-21fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell1-2/+4
2008-05-21fixed SMB2 lockingAndrew Tridgell1-8/+16
2008-05-20added smb2_util_setatrAndrew Tridgell1-0/+22
2008-05-20added some SMB2 utility functionsAndrew Tridgell2-1/+179
2008-05-20remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2-0/+5