summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2/setinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a test to show that zero-length EA's are never returned over SMB2.Jeremy Allison2013-04-021-0/+121
| | | | | | | | | | | | Zero length EA's only delete an EA, never store. Proves we should never return zero-length EA's even if they have been set on the POSIX side. ntvfs server doesn't implement the FULL_EA_INFORMATION setinfo call, so add to selftest/knownfail. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@suse.de>
* s4:torture: avoid reporting error on failure of smb2.setinfo testGregor Beck2012-03-061-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:torture:smb2: remove an unused variable from torture_smb2_setinfo()Michael Adam2012-02-031-2/+0
|
* s4: Fix more test results to not conflict with subunit commands.Jelmer Vernooij2010-04-111-7/+7
|
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-3/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4 torture: Port RAW-ACLS tests to SMB2Zack Kirsch2009-12-071-49/+40
| | | | | | | | | | | - 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
* check that we can't change a file to a directoryAndrew Tridgell2008-05-281-0/+4
| | | | (This used to be commit e013ada415ebb25e925f715791757330ba003b43)
* r26238: Add a loadparm context parameter to torture_context, remove more ↵Jelmer Vernooij2007-12-211-9/+7
| | | | | | uses of global_loadparm. (This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-11/+11
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r18325: more warnings and one compile error on aix fixedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
* r17786: remove unused macros, fix compiler warningsStefan Metzmacher2007-10-101-12/+0
| | | | | metze (This used to be commit 7670e224d4be7035bb07fdaa0d156c5f109f20cc)
* r16737: if an error happens report itStefan Metzmacher2007-10-101-0/+9
| | | | | metze (This used to be commit 52ce898cf9f11293005683844b8ea428a5d66f8e)
* r16672: we don't need this twice:-)Stefan Metzmacher2007-10-101-5/+1
| | | | | metze (This used to be commit e8e9fe666e4fb6f47e7fcaeb5ef9068db25e18b7)
* r16668: test setting of security descriptors vis smb2 setinfoStefan Metzmacher2007-10-101-2/+64
| | | | | metze (This used to be commit 377562e891ccb6ff9104bbefca71a8e2c18a34de)
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-2/+2
| | | | | | | | - move it into the in/out substructs again - allow file.path only on smb_fileinfo/smb_setfileinfo metze (This used to be commit be6d5298a2cdb7e7c61d70471bad445645af5963)
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-1/+1
| | | | | | | | | | | | | 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)
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 67837dbd2bcff8ec1917ba02884ee2eaa0776b46)
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2)
* r12007: fixed a valgrind error in the SMB2-SETINFO testAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 0c3223ab7db93a31121667c65956f30a5b0ec9f8)
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2007-10-101-11/+22
| | | | | - allow setting of the ALL_EAS flags bits in SMB2 getinfo (This used to be commit 8c7c54a46dfb91c053d07a5e606892a41213c605)
* r11775: added support for creating files on SMB2 with initial EA lists and ↵Andrew Tridgell2007-10-101-0/+2
| | | | | | an ACL (This used to be commit ff197092988cee64742f83df23c43ae664a196f9)
* r11773: added a SMB2-SETINFO test suite. This tests the following levels:Andrew Tridgell2007-10-101-0/+224
BASIC_INFORMATION DISPOSITION_INFORMATION ALLOCATION_INFORMATION END_OF_FILE_INFORMATION POSITION_INFORMATION MODE_INFORMATION (This used to be commit 8804b6a7eb59ab0a9088f89d191194fba71befe3)