summaryrefslogtreecommitdiffstats
path: root/source4/torture/smb2
Commit message (Collapse)AuthorAgeFilesLines
* r25579: BOOL -> boolStefan Metzmacher2007-10-102-10/+10
| | | | | metze (This used to be commit 058a0619e9218586e73ae920f45621cf00d8b828)
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-108-89/+89
| | | | (This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-103-5/+5
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25159: fix missing declarations warningStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 3d321a5efc22f8a702095f7704a36325a97db138)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-103-5/+6
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+4
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1011-33/+22
| | | | | | 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)
* r22894: don't send a 2nd request before the last one returned (at least withStefan Metzmacher2007-10-101-0/+32
| | | | | | | STATUS_PENDING) otherwise longhorn beta3 just drops the connection metze (This used to be commit 503644a5e3b005e0660aca33a880de8d87d0d8aa)
* r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3Stefan Metzmacher2007-10-101-25/+92
| | | | | | | | | - add modify the SMB2-LOCK-BLOCK-WRITE test to also test reading and name in SMB2-LOCK-RW-EXCLUSIV - add SMB2-LOCK-NONE and SMB2-LOCK-SHARED metze (This used to be commit 258555975d3877cff3bc3022f3439cdd61f6c8ac)
* r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2007-10-102-17/+155
| | | | | | | | | | a write on a different file handle. SMB2-LOCK-BLOCK-WRITE - make it possible to run each SMB2-LOCK-* test on its own metze (This used to be commit 9c02f690bc07ebf99cb272e255a24d7061d8e730)
* r22407: this dependecies should be privateStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 7ad60e62fd4fb1317cc86ef430d35d2c54fd20c2)
* r21524: don't send unitialized data to the socketStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 50955aa669c11a2ba20e2ce335dcb4bc3a178109)
* r19392: Use torture_setting_* rather than lp_parm_* where possible.Jelmer Vernooij2007-10-103-4/+4
| | | | (This used to be commit b28860978fe29c5b10abfb8c59d7182864e21dd6)
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-103-20/+21
| | | | | | | | | | | | | | | | | | | output in the testsuite rather than just True or False for a set of tests. The aim is to use this for: * known failure lists (run all tests and detect tests that started working or started failing). This would allow us to get rid of the RPC-SAMBA3-* tests * nicer torture output * simplification of the testsuite system * compatibility with other unit testing systems * easier usage of smbtorture (being able to run one test and automatically set up the environment for that) This is still a work-in-progress; expect more updates over the next couple of days. (This used to be commit 0eb6097305776325c75081356309115f445a7218)
* r18838: make sure we cleanup after SMB2-MAXWRITE (it creates a large file)Andrew Tridgell2007-10-101-7/+17
| | | | (This used to be commit 54894fb8b87a10dbf36476a001e2e32a0263c4fa)
* r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 1e34e4d5a1fd3d74080424140e4ab276b6042d12)
* r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell2007-10-105-3/+230
| | | | | expanded size of dangerous level for write in SMB2-CONNECT test (This used to be commit 355c6e78a91f4e934479829e722f873ca7e66baf)
* r18325: more warnings and one compile error on aix fixedAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-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)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
| | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
* r17786: remove unused macros, fix compiler warningsStefan Metzmacher2007-10-102-21/+0
| | | | | metze (This used to be commit 7670e224d4be7035bb07fdaa0d156c5f109f20cc)
* r16981: check the returned valuesStefan Metzmacher2007-10-101-1/+19
| | | | | metze (This used to be commit 687776a436ad1028f1128b279a5103aee23ece18)
* r16977: do a few more notify testsStefan Metzmacher2007-10-101-4/+70
| | | | | metze (This used to be commit 07b27333d5c3bb833d3e9fa5ee99470679a15da9)
* r16976: add a very simple SMB2-NOTIFY testStefan Metzmacher2007-10-103-0/+93
| | | | | metze (This used to be commit 9dfbb0d15e2a5b9cd90643eebedca7b830fc6e10)
* r16951: add the year to the copyright...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 97157d5c4a829108f1da89b23b91a6cf87879b3a)
* r16874: query all informationStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 0ff9c5775724a4644dee10ce1476d728b515a569)
* r16739: test SMB2-GETINFO SMB2-SETINFO by make testStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 0ebb25de5680cb783d1d79e580aab3f1f03871bc)
* r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2007-10-102-2/+2
| | | | | metze (This used to be commit fa35ddcaf9bbeaa4780aa3497cdff56b02af0ab9)
* r16737: if an error happens report itStefan Metzmacher2007-10-102-2/+16
| | | | | metze (This used to be commit 52ce898cf9f11293005683844b8ea428a5d66f8e)
* r16736: - convert unix times to nttime before sending it to the wire...Stefan Metzmacher2007-10-101-15/+25
| | | | | | | - return an error code if an error happens metze (This used to be commit 9b52322e90003302ec99e2808c80c6c733a84358)
* r16725: don't ignore errorsStefan Metzmacher2007-10-101-3/+15
| | | | | metze (This used to be commit 42282301961a13055869445eb9d00492bdbbb61b)
* 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)
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2007-10-101-3/+3
| | | | | metze (This used to be commit dcc02df8297162a7fd913560194d9e821798dbe0)
* r16405: fix compiler warning of missing smb2_handleStefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit 73194e9ec3d1c18e7042bdaa008c7fd503e6e534)
* r16333: Move more code out of the core smbtorture. It now no longerJelmer Vernooij2007-10-102-2/+44
| | | | | contains protocol-specific code. (This used to be commit 819d3b457648ffb7526a770e842badc17b6061fb)
* r15816: add SMB2-LOCK torture test, which demonstrates what possible valid ↵Stefan Metzmacher2007-10-102-1/+217
| | | | | | | | | and invalid requests you can do with it metze (This used to be commit adef1372c118b6c116dfa976d0277be677118fd0)
* r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of ↵Stefan Metzmacher2007-10-101-0/+6
| | | | | | | NT_STATUS_INVALID_HANDLE metze (This used to be commit aa98aad0975e59fc8cf56c624f728b33ab54e099)
* r15759: samba4 currently only supports read sizes up to with UINT16_MAXStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 05ced31cb91eb1f170cb87d6964cf65daba43493)
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-104-26/+26
| | | | | | | as new levels metze (This used to be commit 91806353174704857dfcc15a730af7232cfde660)
* r15599: Fix more popt dependencies - these should be the last onesJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit b26e38cb62d6180e1896a6ab1cd291b0e7900afa)
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
| | | | | | | also if the dynamic flag should be set metze (This used to be commit 7829100e1ee79f4f5d24004af221288e19c09b3e)
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
| | | | | for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-105-8/+13
| | | | (This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-104-9/+9
| | | | | | | | - 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-104-12/+12
| | | | | | | | | | | | | 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-106-0/+11
| | | | | 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)