summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2
Commit message (Expand)AuthorAgeFilesLines
...
* make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-074-10/+11
* added server side SMB2 signingAndrew Tridgell2008-06-063-70/+44
* SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell2008-06-031-12/+9
* implemented client side SMB2 signingAndrew Tridgell2008-05-308-38/+283
* fixed offset for maximal access responseAndrew Tridgell2008-05-291-1/+1
* updated comment based on MS-SMB2 docsAndrew Tridgell2008-05-281-1/+2
* ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell2008-05-281-1/+16
* expose a function for pushing all SMB2 create blobsAndrew Tridgell2008-05-281-17/+36
* added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-281-7/+179
* cope better with read only files in smb2_deltreeAndrew Tridgell2008-05-271-0/+10
* don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell2008-05-271-5/+6
* fix make test for EAs againAndrew Tridgell2008-05-231-2/+2
* pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-221-2/+2
* fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-211-2/+4
* fixed SMB2 lockingAndrew Tridgell2008-05-211-8/+16
* added smb2_util_setatrAndrew Tridgell2008-05-201-0/+22
* added some SMB2 utility functionsAndrew Tridgell2008-05-202-1/+179
* remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2008-05-202-0/+5
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-191-2/+2
|\
| * Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* | private -> private_data for struct smb2_requestAndrew Tridgell2008-05-164-15/+29
* | update some SMB2 find flagsAndrew Tridgell2008-05-151-1/+1
|/
* libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2008-04-192-0/+54
* libcli/smb2: add smb2_break() callsStefan Metzmacher2008-04-192-1/+75
* fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-4/+4
* libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2008-04-171-23/+71
* libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher2008-04-171-3/+4
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-22/+7
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-4/+9
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-029-0/+10
* handle pushing of zero length smb2 stringsAndrew Tridgell2008-02-181-0/+6
* fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell2008-02-161-10/+31
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-145-26/+75
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+6
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-1/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-143-0/+22
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-132-26/+54
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-134-6/+36
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-128-23/+24
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-10/+12
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-122-35/+32
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-123-13/+39
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+3
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-2/+3
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-2/+3
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-212-4/+5
* r26337: Move global_loadparm to a higher caller.Jelmer Vernooij2007-12-212-2/+3