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
/
torture
/
smb2
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-15
torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX test
Stefan Metzmacher
1
-1
/
+1
2009-07-15
SMB2-GETINFO: test SMB2_ALL_EAS
Stefan Metzmacher
1
-2
/
+2
2009-07-15
SMB2-CONNECT: unlink the test file at startup
Stefan Metzmacher
1
-0
/
+2
2009-07-15
torture/smb2: fix crash bugs in the new SMB2-DIR tests
Stefan Metzmacher
1
-2
/
+2
2009-07-14
torture/smb2: Adding SMB2 Directory enumeration torture tests.
Aravind
3
-26
/
+1265
2009-07-06
SMB2-NOTIFY: windows7 uses a different maximum buffer size
Stefan Metzmacher
1
-12
/
+21
2009-06-09
SMB2-COMPOUND: add some tests for invalid requests
Stefan Metzmacher
1
-0
/
+201
2009-06-09
s4:torture: add SMB2-COMPOUND test
Stefan Metzmacher
3
-1
/
+245
2009-06-03
SMB2-CONNECT: make it possible to specific the max write size via --option=to...
Stefan Metzmacher
1
-1
/
+1
2009-05-20
SMB2-LOCK: let the test pass against samba4
Stefan Metzmacher
1
-1
/
+7
2009-04-01
s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g
Zach Loafman
1
-5
/
+5
2009-04-01
s4:torture/smb2: Add torture tests for lease breaks, durable opens.
Zach Loafman
2
-136
/
+988
2009-03-28
s4:torture/smb2: Add torture tests for leases.
Zach Loafman
3
-0
/
+298
2009-03-27
s4:torture/smb2: fix compiler warnings and bugs
Stefan Metzmacher
1
-1
/
+3
2009-03-27
s4:torture/smb2: fix the build
Stefan Metzmacher
1
-5
/
+5
2009-03-26
Add durable open / oplock interaction test. Rather than give it a chance to d...
Zach Loafman
1
-3
/
+109
2009-03-26
Reorganize old persistent_handles test into durable_open.c, turn it into a su...
Zach Loafman
3
-9
/
+20
2009-03-17
s4 torture: Win7 has a slightly different allowed access mask
Zach Loafman
1
-1
/
+7
2009-03-17
s4 torture: Add a string version for NT_STATUS_WIN7_INVALID_RANGE
Zach Loafman
1
-10
/
+29
2008-12-22
Fix missing symbols issues when building with shared libraries.
Jelmer Vernooij
1
-0
/
+1
2008-11-16
s4:torture: fix the build with auto dependencies
Stefan Metzmacher
1
-1
/
+1
2008-11-02
Remove use of global_loadparm for SMB2 client connections.
Jelmer Vernooij
2
-3
/
+6
2008-11-02
Fix the build.
Jelmer Vernooij
2
-11
/
+15
2008-11-01
Remove another use of global_loadparm.
Jelmer Vernooij
2
-2
/
+6
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
5
-6
/
+0
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-24
check error code for zero desired_access in SMB2 create
Andrew Tridgell
1
-0
/
+7
2008-08-14
SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTED
Stefan Metzmacher
1
-2
/
+21
2008-08-14
SMB2-CREATE: be more strict in checking file attributes
Stefan Metzmacher
1
-12
/
+20
2008-08-14
SMB2-CREATE: be more strict in error checking
Stefan Metzmacher
1
-1
/
+11
2008-08-14
expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how the
Andrew Tridgell
1
-8
/
+32
2008-07-28
SMB2-CONNECT: remove reference to req->session before calling smb2_logoff_rec...
Stefan Metzmacher
1
-1
/
+10
2008-06-04
another SMB2-LOCK fix now that we know that the UNLOCK flag is only
Andrew Tridgell
1
-5
/
+1
2008-06-04
fixed SMB2-LOCK test for new semantics (from docs)
Andrew Tridgell
1
-5
/
+1
2008-05-31
check for requested buffer size in getinfo call
Andrew Tridgell
1
-0
/
+35
2008-05-31
more useful output in scan
Andrew Tridgell
1
-10
/
+7
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
3
-6
/
+11
2008-05-30
don't emulate broken SMB2 locking behaviour from windows
Andrew Tridgell
1
-4
/
+66
2008-05-29
check maximal_access here too
Andrew Tridgell
1
-0
/
+1
2008-05-29
test the maximal access return
Andrew Tridgell
1
-1
/
+16
2008-05-28
check the set of file attributes which are ignored
Andrew Tridgell
1
-2
/
+6
2008-05-28
check that we can't change a file to a directory
Andrew Tridgell
1
-0
/
+4
2008-05-28
added testing of some strange read semantics on windows
Andrew Tridgell
1
-2
/
+59
2008-05-28
add testing of creating a file with an initial ACL on SMB2
Andrew Tridgell
3
-31
/
+95
2008-05-28
test unknown tags and bad tag lengths
Andrew Tridgell
1
-0
/
+19
2008-05-28
added testing of SMB2 create blobs
Andrew Tridgell
1
-2
/
+100
2008-05-28
expanded the SMB2-READ test, including the windows position bug
Andrew Tridgell
1
-4
/
+51
2008-05-28
add exceptions for some of the strange windows SMB2 locking behaviour
Andrew Tridgell
1
-2
/
+10
2008-05-27
fixed uninitialised variable
Andrew Tridgell
1
-2
/
+2
2008-05-27
fixed file_attributes test
Andrew Tridgell
1
-1
/
+1
[next]