index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-14
libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASK
Stefan Metzmacher
1
-1
/
+3
2008-08-14
libcli/smb2: use smb2 signing in auto mode if the server supports it
Stefan Metzmacher
1
-1
/
+7
2008-08-14
libcli/smb2: we don't need check the same thing twice...
Stefan Metzmacher
1
-6
/
+0
2008-08-14
libcli/smb2: async replies with STATUS_PENDING are not signed
Stefan Metzmacher
1
-13
/
+11
2008-07-28
libcli/smb2: the session key for SMB2 signing is truncated to 16 bytes
Stefan Metzmacher
2
-7
/
+6
2008-07-28
libcli/smb2: fix per session signing state
Stefan Metzmacher
4
-17
/
+12
2008-07-28
libcli/smb2: sign SMB2 Logoff requests
Stefan Metzmacher
1
-0
/
+2
2008-06-07
make signing per session in the SMB2 client library
Andrew Tridgell
4
-10
/
+11
2008-06-06
added server side SMB2 signing
Andrew Tridgell
3
-70
/
+44
2008-06-03
SMB2 signing now works. The spec was wrong (and will be fixed in the
Andrew Tridgell
1
-12
/
+9
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
8
-38
/
+283
2008-05-29
fixed offset for maximal access response
Andrew Tridgell
1
-1
/
+1
2008-05-28
updated comment based on MS-SMB2 docs
Andrew Tridgell
1
-1
/
+2
2008-05-28
ensure we don't change the incoming blobs in a SMB2 create
Andrew Tridgell
1
-1
/
+16
2008-05-28
expose a function for pushing all SMB2 create blobs
Andrew Tridgell
1
-17
/
+36
2008-05-28
added support for all of the known SMB2 create tags in our client
Andrew Tridgell
1
-7
/
+179
2008-05-27
cope better with read only files in smb2_deltree
Andrew Tridgell
1
-0
/
+10
2008-05-27
don't alter the in blobs in a SMB2 create, otherwise two calls in a
Andrew Tridgell
1
-5
/
+6
2008-05-23
fix make test for EAs again
Andrew Tridgell
1
-2
/
+2
2008-05-22
pass in the required alignment to the EA construction routines
Andrew Tridgell
1
-2
/
+2
2008-05-21
fixed SMB2 flush call, and added flush to gentest_smb2
Andrew Tridgell
1
-2
/
+4
2008-05-21
fixed SMB2 locking
Andrew Tridgell
1
-8
/
+16
2008-05-20
added smb2_util_setatr
Andrew Tridgell
1
-0
/
+22
2008-05-20
added some SMB2 utility functions
Andrew Tridgell
2
-1
/
+179
2008-05-20
remember the server time fields on negotiate. Needed for gentest
Andrew Tridgell
2
-0
/
+5
2008-05-19
Merge commit 'origin/v4-0-test' into vfs_smb2
Andrew Tridgell
1
-2
/
+2
2008-05-18
Fix a bunch of dependencies.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-1
/
+1
2008-05-16
private -> private_data for struct smb2_request
Andrew Tridgell
4
-15
/
+29
2008-05-15
update some SMB2 find flags
Andrew Tridgell
1
-1
/
+1
2008-04-19
libcli/smb2: make it possible to handle incoming oplock requests
Stefan Metzmacher
2
-0
/
+54
2008-04-19
libcli/smb2: add smb2_break() calls
Stefan Metzmacher
2
-1
/
+75
2008-04-17
fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior
Andrew Tridgell
1
-4
/
+4
2008-04-17
libcli/smb2: make it possible to pass additional extra blobs in smb2_create()
Stefan Metzmacher
1
-23
/
+71
2008-04-17
libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3
Stefan Metzmacher
1
-3
/
+4
2008-04-14
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
1
-22
/
+7
2008-04-14
fill in unknown fields in SMB2 READ call
Andrew Tridgell
1
-4
/
+9
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
9
-0
/
+10
2008-02-18
handle pushing of zero length smb2 strings
Andrew Tridgell
1
-0
/
+6
2008-02-16
fixed handling of zero sized buffers versus NULL buffers in
Andrew Tridgell
1
-10
/
+31
2008-02-14
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
5
-26
/
+75
2008-02-14
A better way to handle the different format of RenameInformation in SMB2
Andrew Tridgell
1
-0
/
+6
2008-02-14
Fixed SMB2 rename operations from Vista clients
Andrew Tridgell
1
-1
/
+1
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
3
-0
/
+22
2008-02-13
updated SMB2 create operation to match WSPP.
Andrew Tridgell
2
-26
/
+54
2008-02-13
updated SMB2 tcon as per WSPP docs
Andrew Tridgell
4
-6
/
+36
2008-02-12
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
8
-23
/
+24
2008-02-12
converted SMB2 session setup to use WSPP protocol field names
Andrew Tridgell
1
-10
/
+12
[next]