index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
torture
/
smb2
/
connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix printf warning.
Jeremy Allison
2011-10-14
1
-1
/
+1
*
s4:torture/smb2: we only support 64KB reads/writes for now
Stefan Metzmacher
2011-10-13
1
-6
/
+6
*
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
2009-10-20
1
-1
/
+0
*
SMB2-CONNECT: unlink the test file at startup
Stefan Metzmacher
2009-07-15
1
-0
/
+2
*
SMB2-CONNECT: make it possible to specific the max write size via --option=to...
Stefan Metzmacher
2009-06-03
1
-1
/
+1
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
SMB2-CONNECT: remove reference to req->session before calling smb2_logoff_rec...
Stefan Metzmacher
2008-07-28
1
-1
/
+10
*
expanded the SMB2 create testing
Andrew Tridgell
2008-05-27
1
-3
/
+3
*
updated SMB2 create operation to match WSPP.
Andrew Tridgell
2008-02-13
1
-5
/
+5
*
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26235: Avoid global_loadparm.
Jelmer Vernooij
2007-12-21
1
-4
/
+4
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-12
/
+12
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r19392: Use torture_setting_* rather than lp_parm_* where possible.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
2007-10-10
1
-6
/
+3
*
r18808: added SMB2-MAXWRITE test and SMB2-DIR tests
Andrew Tridgell
2007-10-10
1
-3
/
+6
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r16738: vista beta2 use FILE_CLOSED as error for an invalid file handle
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r16725: don't ignore errors
Stefan Metzmacher
2007-10-10
1
-3
/
+15
*
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r15759: samba4 currently only supports read sizes up to with UINT16_MAX
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
2007-10-10
1
-9
/
+9
*
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r14542: Remove librpc, libndr and libnbt from includes.h
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r13346: use private proto header files for the torture tests
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2007-10-10
1
-3
/
+0
*
r12114: - smb2_keepalive() acts on the smb2_transport
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r11967: Fix more 64-bit warnings.
Tim Potter
2007-10-10
1
-6
/
+6
*
r11907: added testing of SMB2 keepalive
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help
Andrew Tridgell
2007-10-10
1
-0
/
+10
*
r11904: added smb2_tdis() testing
Andrew Tridgell
2007-10-10
1
-1
/
+13
*
r11902: added smb2_logoff() testing
Andrew Tridgell
2007-10-10
1
-0
/
+13
*
r11775: added support for creating files on SMB2 with initial EA lists and an...
Andrew Tridgell
2007-10-10
1
-14
/
+0
*
r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length
Stefan Metzmacher
2007-10-10
1
-9
/
+16
*
r11738: test larger read/write calls. If you run smbtorture with -X (to enable
Andrew Tridgell
2007-10-10
1
-2
/
+9
*
r11730: added parsing and tests for a bunch more SMB2 getinfo levels
Andrew Tridgell
2007-10-10
1
-8
/
+15
*
r11716: added a read/write test
Andrew Tridgell
2007-10-10
1
-0
/
+48
*
r11697: - added a generic SMB2 getinfo call
Andrew Tridgell
2007-10-10
1
-21
/
+26
*
r11695: added SMB2-SCAN torture test for scanning for active SMB2 opcodes
Andrew Tridgell
2007-10-10
1
-14
/
+2
*
r11693: added a full async composite function for SMB2 that does:
Andrew Tridgell
2007-10-10
1
-104
/
+7
*
r11692: added a full composite (async) spnego session setup for SMB2. This
Andrew Tridgell
2007-10-10
1
-66
/
+10
*
r11691: added reply buffer code checks and oplock flags for create request/reply
Andrew Tridgell
2007-10-10
1
-6
/
+9
*
r11687: filled in 3 more fields in the close reply
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r11681: filled in a few more smb2_create() fields
Andrew Tridgell
2007-10-10
1
-29
/
+40
*
r11680: added smb2_close(). This also demonstrates that file handles are 16
Andrew Tridgell
2007-10-10
1
-7
/
+45
*
r11679: opening/creating files in SMB2 now works. Lots of unknown parameters
Andrew Tridgell
2007-10-10
1
-3
/
+35
[next]