Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-09 | s4:torture:smb2: add smb2_oplock_create_share() that takes sharemode as ↵ | Michael Adam | 1 | -2/+8 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_lease_create_share() that takes a sharemode as ↵ | Michael Adam | 1 | -2/+12 | |
parameter | |||||
2011-11-09 | s4:torture:smb2: add smb2_generic_create_share() that also takes the ↵ | Michael Adam | 1 | -7/+17 | |
sharemode as parameter | |||||
2011-11-09 | s4:torture:smb2: move the smb2_create_*() utility functions from lease.c to ↵ | Michael Adam | 1 | -0/+57 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: lease: oplock_level is uint8_t, not uint32_t or int | Michael Adam | 1 | -2/+2 | |
2011-11-09 | s4:torture:smb2: move oplock() from lease.c to smb2_util_oplock_level() in ↵ | Michael Adam | 1 | -0/+21 | |
util.c for re-use | |||||
2011-11-09 | s4:torture:smb2: extract map_sharemode() to smb2_util_share_access() in util.c | Michael Adam | 1 | -0/+23 | |
2011-11-09 | s4:torture:smb2: extract map_lease() to util.c as smb2_util_lease_state(). | Michael Adam | 1 | -0/+22 | |
2011-10-26 | s4:torture:smb2: fix broken indentation/formatting in torture_smb2_connection() | Michael Adam | 1 | -8/+11 | |
this was not readable well | |||||
2011-09-29 | s4-torture: remove unchecked read from smb2 create | David Disseldorp | 1 | -9/+0 | |
Add a corresponding test case to smb2.read. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-03-19 | source4/torture: Fix prototypes for all functions. | Jelmer Vernooij | 1 | -0/+1 | |
2010-09-22 | s4:libcli:smb2 Rename pending_id to async_id and make 64-bit | Steven Danneman | 1 | -0/+1 | |
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -5/+5 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-07 | s4 torture: Port RAW-ACLS tests to SMB2 | Zack Kirsch | 1 | -40/+37 | |
- The smblsa calls had to be commented out for now and should be fixed later, but they aren't crucial to the test. - The first two tests from RAW-ACLS were already ported to torture_smb2_setinfo() and test_create_acl(). Modifications were made similar to the RAW-ACLS changes. - test_sd_get_set() was ported, but does not pass against XP or Vista; it is not added to the SMB2-ACLS test suite. - printf -> torture_comment / torture_warning / torture_result | |||||
2009-12-07 | s4 torure: Add SMB2 utility functions | Zack Kirsch | 1 | -2/+105 | |
- Add a torture_setup_dir() equivalent in SMB2, called smb2_util_setup_dir(). - Add verify_sd() and verify_attrib() helper functions for SMB2. | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -3/+0 | |
This reduces compile time somewhat. | |||||
2008-11-02 | Remove use of global_loadparm for SMB2 client connections. | Jelmer Vernooij | 1 | -1/+2 | |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -1/+3 | |
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+3 | |
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 1 | -1/+4 | |
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a) | |||||
2008-05-20 | moved these util functions into libcli | Andrew Tridgell | 1 | -26/+0 | |
(This used to be commit b2f1154bc338fb56fc998f40159156cb6859075b) | |||||
2008-05-19 | added mkdir to SMB2 proxy | Andrew Tridgell | 1 | -19/+5 | |
(This used to be commit 1323aab11fbf346e19c4cef227d727ddfcaa7d60) | |||||
2008-04-16 | Avoid event_find_context when a event context is already available. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 4ca264679ecfd938c538a93f4efff1bfa23c3744) | |||||
2008-02-18 | open a root handle in SMB2 should use a NULL filename, not a zero length | Andrew Tridgell | 1 | -1/+2 | |
filename (This used to be commit a29dd708bf26440552ffa9d83332329b4c108857) | |||||
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 1 | -20/+20 | |
Adding some defined for various new create options (This used to be commit d037dc23ced3df6bce98cbf4810fb5f1247336bd) | |||||
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc) | |||||
2007-12-21 | r26267: Fix two calls of smb2_connect I missed. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit fc824a5c457e341995c14bd1cf34894ffc4c62c2) | |||||
2007-12-21 | r26238: Add a loadparm context parameter to torture_context, remove more ↵ | Jelmer Vernooij | 1 | -5/+5 | |
uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -6/+6 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25159: fix missing declarations warning | Stefan Metzmacher | 1 | -0/+2 | |
metze (This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 1 | -2/+3 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 | |
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa) | |||||
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -2/+2 | |
emacs compile mode (hint, paste to a file, and compile as "cat filename"). This allowed me to fix nearly all the warnings for a IA_64 SuSE build very quickly. (This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667) | |||||
2007-10-10 | r16874: query all information | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 0ff9c5775724a4644dee10ce1476d728b515a569) | |||||
2007-10-10 | r16736: - convert unix times to nttime before sending it to the wire... | Stefan Metzmacher | 1 | -15/+25 | |
- return an error code if an error happens metze (This used to be commit 9b52322e90003302ec99e2808c80c6c733a84358) | |||||
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 1 | -8/+8 | |
as new levels metze (This used to be commit 91806353174704857dfcc15a730af7232cfde660) | |||||
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 | |
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd) | |||||
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -3/+3 | |
- move it into the in/out substructs again - allow file.path only on smb_fileinfo/smb_setfileinfo metze (This used to be commit be6d5298a2cdb7e7c61d70471bad445645af5963) | |||||
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -3/+3 | |
a union smb_file, to abtract - const char *path fot qpathinfo and setpathinfo - uint16_t fnum for SMB - smb2_handle handle for SMB2 the idea is to later add a struct ntvfs_handle *ntvfs so that the ntvfs subsystem don't need to know the difference between SMB and SMB2 metze (This used to be commit 2ef3f5970901b5accdb50f0d0115b5d46b0c788f) | |||||
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981) | |||||
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 1 | -5/+5 | |
(This used to be commit 9c4436a124f874ae240feaf590141d48c33a635f) | |||||
2007-10-10 | r11800: - filled in unknown fields in SMB2 all_info level | Andrew Tridgell | 1 | -10/+37 | |
- allow setting of the ALL_EAS flags bits in SMB2 getinfo (This used to be commit 8c7c54a46dfb91c053d07a5e606892a41213c605) | |||||
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 1 | -13/+1 | |
request that the server return its own MxAc blob which contains the maximum allowed access_mask for the returned file handle (This used to be commit c0288aa8cd46ca384074f89430c226d725c39475) | |||||
2007-10-10 | r11777: display the security_descriptor in torture_smb2_all_info() | Andrew Tridgell | 1 | -0/+10 | |
(This used to be commit d1067fc25df57b1b6ef59a69f979ed76df5c46cd) | |||||
2007-10-10 | r11776: no need to call out to SMB to setup test files for SMB2 any more | Andrew Tridgell | 1 | -38/+46 | |
(This used to be commit dae70c5baed7d5613d793dca15dda3007c1a690a) | |||||
2007-10-10 | r11775: added support for creating files on SMB2 with initial EA lists and ↵ | Andrew Tridgell | 1 | -26/+28 | |
an ACL (This used to be commit ff197092988cee64742f83df23c43ae664a196f9) | |||||
2007-10-10 | r11773: added a SMB2-SETINFO test suite. This tests the following levels: | Andrew Tridgell | 1 | -0/+151 | |
BASIC_INFORMATION DISPOSITION_INFORMATION ALLOCATION_INFORMATION END_OF_FILE_INFORMATION POSITION_INFORMATION MODE_INFORMATION (This used to be commit 8804b6a7eb59ab0a9088f89d191194fba71befe3) | |||||
2007-10-10 | r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo calls | Andrew Tridgell | 1 | -35/+38 | |
(This used to be commit ba897e537b9a1544dc214e9d5504c87fee6fced2) |