Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file) | Andrew Tridgell | 1 | -7/+17 |
2007-10-10 | r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs. | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r18808: added SMB2-MAXWRITE test and SMB2-DIR tests | Andrew Tridgell | 5 | -3/+230 |
2007-10-10 | r18325: more warnings and one compile error on aix fixed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r17786: remove unused macros, fix compiler warnings | Stefan Metzmacher | 2 | -21/+0 |
2007-10-10 | r16981: check the returned values | Stefan Metzmacher | 1 | -1/+19 |
2007-10-10 | r16977: do a few more notify tests | Stefan Metzmacher | 1 | -4/+70 |
2007-10-10 | r16976: add a very simple SMB2-NOTIFY test | Stefan Metzmacher | 3 | -0/+93 |
2007-10-10 | r16951: add the year to the copyright... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16874: query all information | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16739: test SMB2-GETINFO SMB2-SETINFO by make test | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r16738: vista beta2 use FILE_CLOSED as error for an invalid file handle | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r16737: if an error happens report it | Stefan Metzmacher | 2 | -2/+16 |
2007-10-10 | r16736: - convert unix times to nttime before sending it to the wire... | Stefan Metzmacher | 1 | -15/+25 |
2007-10-10 | r16725: don't ignore errors | Stefan Metzmacher | 1 | -3/+15 |
2007-10-10 | r16672: we don't need this twice:-) | Stefan Metzmacher | 1 | -5/+1 |
2007-10-10 | r16668: test setting of security descriptors vis smb2 setinfo | Stefan Metzmacher | 1 | -2/+64 |
2007-10-10 | r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfo | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r16405: fix compiler warning of missing smb2_handle | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r16333: Move more code out of the core smbtorture. It now no longer | Jelmer Vernooij | 2 | -2/+44 |
2007-10-10 | r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an... | Stefan Metzmacher | 2 | -1/+217 |
2007-10-10 | r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI... | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r15759: samba4 currently only supports read sizes up to with UINT16_MAX | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 4 | -26/+26 |
2007-10-10 | r15599: Fix more popt dependencies - these should be the last ones | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14720: Add torture_context argument to all torture tests | Jelmer Vernooij | 5 | -8/+13 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 4 | -9/+9 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 4 | -12/+12 |
2007-10-10 | r13346: use private proto header files for the torture tests | Stefan Metzmacher | 6 | -0/+11 |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 5 | -7/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12114: - smb2_keepalive() acts on the smb2_transport | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r12007: fixed a valgrind error in the SMB2-SETINFO test | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 3 | -17/+17 |
2007-10-10 | r11965: Try to fix some 64-bit warnings. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r11907: added testing of SMB2 keepalive | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11904: added smb2_tdis() testing | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r11902: added smb2_logoff() testing | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r11890: added tests for the last few fields in SMB2 find requests | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r11850: added a test suite for the SMB2 find calls | Andrew Tridgell | 2 | -1/+214 |