index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
torture
/
smb2
Commit message (
Expand
)
Author
Age
Files
Lines
*
implemented client side SMB2 signing
Andrew Tridgell
2008-05-30
3
-6
/
+11
*
don't emulate broken SMB2 locking behaviour from windows
Andrew Tridgell
2008-05-30
1
-4
/
+66
*
check maximal_access here too
Andrew Tridgell
2008-05-29
1
-0
/
+1
*
test the maximal access return
Andrew Tridgell
2008-05-29
1
-1
/
+16
*
check the set of file attributes which are ignored
Andrew Tridgell
2008-05-28
1
-2
/
+6
*
check that we can't change a file to a directory
Andrew Tridgell
2008-05-28
1
-0
/
+4
*
added testing of some strange read semantics on windows
Andrew Tridgell
2008-05-28
1
-2
/
+59
*
add testing of creating a file with an initial ACL on SMB2
Andrew Tridgell
2008-05-28
3
-31
/
+95
*
test unknown tags and bad tag lengths
Andrew Tridgell
2008-05-28
1
-0
/
+19
*
added testing of SMB2 create blobs
Andrew Tridgell
2008-05-28
1
-2
/
+100
*
expanded the SMB2-READ test, including the windows position bug
Andrew Tridgell
2008-05-28
1
-4
/
+51
*
add exceptions for some of the strange windows SMB2 locking behaviour
Andrew Tridgell
2008-05-28
1
-2
/
+10
*
fixed uninitialised variable
Andrew Tridgell
2008-05-27
1
-2
/
+2
*
fixed file_attributes test
Andrew Tridgell
2008-05-27
1
-1
/
+1
*
added a basic SMB2 read test suite
Andrew Tridgell
2008-05-27
3
-1
/
+144
*
re-enable some tests
Andrew Tridgell
2008-05-27
1
-3
/
+3
*
enforce lock ordering in SMB2
Andrew Tridgell
2008-05-27
1
-4
/
+70
*
added some SMB2 locking tests from gentest
Andrew Tridgell
2008-05-27
1
-0
/
+30
*
another gentest derived test
Andrew Tridgell
2008-05-27
1
-0
/
+21
*
SEC_STD_SYNCHRONIZE is only invalid on SMB2
Andrew Tridgell
2008-05-27
1
-2
/
+6
*
expanded the SMB2 create testing
Andrew Tridgell
2008-05-27
2
-3
/
+77
*
the start of a SMB2 create test suite
Andrew Tridgell
2008-05-27
3
-1
/
+105
*
minor cleanup in SMB2 getinfo test
Andrew Tridgell
2008-05-22
1
-6
/
+6
*
fixes to the SMB2 lock test after recent SMB2 locking changes
Andrew Tridgell
2008-05-22
1
-8
/
+12
*
fixed SMB2 locking
Andrew Tridgell
2008-05-21
1
-71
/
+77
*
moved these util functions into libcli
Andrew Tridgell
2008-05-20
1
-26
/
+0
*
Merge commit 'origin/v4-0-test' into vfs_smb2
Andrew Tridgell
2008-05-19
1
-3
/
+3
|
\
|
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
|
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-2
/
+2
|
*
Use variables for source directory in a couple more places.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
|
added mkdir to SMB2 proxy
Andrew Tridgell
2008-05-19
1
-19
/
+5
*
|
private -> private_data for struct smb2_request
Andrew Tridgell
2008-05-16
1
-1
/
+1
|
/
*
Fix torture module initializion.
Jelmer Vernooij
2008-05-10
1
-1
/
+1
*
Move subunit infrastructure code into lib/torture.
Jelmer Vernooij
2008-04-27
1
-1
/
+1
*
SMB2-PERSISTENT-HANDLES1: close the handle before deleting it
Stefan Metzmacher
2008-04-19
1
-0
/
+2
*
torture/smb2: add a simple SMB2-OPLOCK-BATCH1 test
Stefan Metzmacher
2008-04-19
3
-1
/
+181
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Jelmer Vernooij
2008-04-17
3
-4
/
+243
|
\
|
*
SMB2-PERSISTENT-HANDLES1: verify some more fields
Stefan Metzmacher
2008-04-17
1
-32
/
+52
|
*
torture/smb2: add SMB2-PERSISTENT-HANDLES1 test
Stefan Metzmacher
2008-04-17
3
-1
/
+165
|
*
torture/smb2: add torture_suite_add_2smb2_test() helper function
Stefan Metzmacher
2008-04-17
1
-0
/
+55
|
*
torture/smb2: fix whitespaces
Stefan Metzmacher
2008-04-17
1
-3
/
+3
*
|
Avoid event_find_context when a event context is already available.
Jelmer Vernooij
2008-04-16
2
-3
/
+3
|
/
*
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
2008-04-14
1
-6
/
+8
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-1
/
+1
*
disable the EAS level in SMB2-GETINFO test until we get some feedback
Andrew Tridgell
2008-02-18
1
-4
/
+6
*
open a root handle in SMB2 should use a NULL filename, not a zero length
Andrew Tridgell
2008-02-18
1
-1
/
+2
*
updated SMB2 code for getinfo according to WSPP docs
Andrew Tridgell
2008-02-14
1
-6
/
+9
*
updated SMB2 create operation to match WSPP.
Andrew Tridgell
2008-02-13
3
-29
/
+29
*
r26376: Add context for libcli_resolve.
Jelmer Vernooij
2007-12-21
2
-3
/
+5
*
r26267: Fix two calls of smb2_connect I missed.
Jelmer Vernooij
2007-12-21
2
-3
/
+10
[next]