summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Collapse)AuthorAgeFilesLines
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-038-64/+66
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
| | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 09a218a9f6fb0bd922940467bf8500eb4f1bcf84)
* Please compile with :Jeremy Allison2002-11-231-20/+26
| | | | | | | -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual if you're using gcc. It really does help ! Jeremy. (This used to be commit 7daa880503f9ad6ae24a26f708c03ff1d119b7c0)
* Added OPEN test with HIDDEN/NORMAL attributes.Jeremy Allison2002-11-181-1/+49
| | | | | Jeremy. (This used to be commit fc5774b075f435dfbf3253e5e6af8afc9ee4ca22)
* Fix the build.Jim McDonough2002-11-071-1/+4
| | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. (This used to be commit 36545ee9a78146fa03d27fed6c7184d5fdadb2ab)
* Remove last SAM filesJelmer Vernooij2002-10-302-921/+0
| | | | (This used to be commit c089c334689cca69900029abba627503c3a7ed75)
* Fix build. An extra parm was added to cli_full_connection but not locktest2.c.Jim McDonough2002-10-181-1/+2
| | | | (This used to be commit 1e8ca2801e2e588e5fcdbe2b549bfd818d8bad81)
* syncing up with HEAD again....Gerald Carter2002-09-261-2/+173
| | | | (This used to be commit e026b84815ad1a5fa981c24fff197fefa73b4928)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+153
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-09-256-0/+2471
|\ | | | | | | used to be commit 9a5541595f78f2cbba16030552c6e780f6fddcf6)
| * remove extern for AllowDebugChange since we don't use itJelmer Vernooij2002-09-251-1/+0
| | | | | | | | (This used to be commit 70d9b71ceaeba95712fa61e601376ff5cc8e7714)
| * Fix debuglevel command-line argumentJelmer Vernooij2002-09-251-1/+0
| | | | | | | | (This used to be commit 779aea57450db83fa7870e8a35db55d475682519)
| * samtest should load smb.conf by defaultJelmer Vernooij2002-09-251-1/+26
| | | | | | | | | | | | | | add command-line option to samtest to specify alternate config file - use /dev/null to don't load any config file.. add 'conf' command to load specified config file (This used to be commit 237883d1e68e99a3ea3df9b6e182c70cb31b2523)
| * Fix bug in get_methods_by_nameJelmer Vernooij2002-09-241-9/+71
| | | | | | | | | | | | | | | | | | | | Fix bug in enum_domains Add samtest commands: - lookup_sid - lookup_name - enum_domains - lookup_domain (This used to be commit 0c01219850e5d9b77b3b2c0b4b87aa3c82e3292b)
| * - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij2002-09-243-59/+74
| | | | | | | | | | | | | | | | | | and domainname - Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend - Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're available in sam_methods as well (This used to be commit 50d2527eed0eb26c16f2f7e28badbf08d771380e)
| * Add framework for samtest commandsJelmer Vernooij2002-09-202-880/+117
| | | | | | | | (This used to be commit f1021cbc557bfa0078e932a8268c5c9adcae0ae8)
| * Merge in first command for 'samtest'Jelmer Vernooij2002-09-193-11/+1036
| | | | | | | | | | | | Fix small bug in sam/interface.c Make sam backend to default to a define (This used to be commit 60ab55fedf03a0b505b0b73527e031124a46304e)
| * Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-101-0/+100
| | | | | | | | | | | | dir listings. Added regression test in smbtorture (in HEAD) also. Jeremy. (This used to be commit 3c9d24d7c3bad2beb641880a97f0eda5cd3e4ec7)
| * initial mem_ctx to NULLAndrew Tridgell2002-09-052-2/+2
| | | | | | | | | | patch from metze (This used to be commit a4351a3923fd87e1c54119d997b673fcac34601b)
| * Correct error message.Jeremy Allison2002-08-301-1/+1
| | | | | | | | | | Jeremy. (This used to be commit e9392c4a2e1e1ce44fcd1a1105477c17a3410f14)
| * Better error reporting on OPEN test.Jeremy Allison2002-08-301-2/+4
| | | | | | | | | | Jeremy. (This used to be commit 4e836c4ce2b51e42ab4f29c6c916fe6a73a58654)
| * Added attribute specific OPEN tests (for SYSTEM and HIDDEN).Jeremy Allison2002-08-301-0/+44
| | | | | | | | | | Jeremy. (This used to be commit 4eeef6ef530acf1cc4e08e24af902c15af57ece7)
| * Correct popt argument info in vfstestJelmer Vernooij2002-08-292-39/+2
| | | | | | | | | | Don't use global_ctx in samtest.c (This used to be commit 0428eb422b50135327daf3040067f5982f1b0b92)
| * Use popt for printing --help messageJelmer Vernooij2002-08-292-38/+13
| | | | | | | | (This used to be commit 355d28d9eae2fd4b94bb591c5c51cad2fab9d2fd)
| * Don't use global memory contextJelmer Vernooij2002-08-292-10/+8
| | | | | | | | (This used to be commit b1e1d548031f270dd51ffa1910c3ae2503e64e8f)
| * Adding samtest utility used to test sam backends. Compiles but doesn't doJelmer Vernooij2002-08-291-0/+468
| | | | | | | | | | anything (yet). Requires move from samr_make_sam_obj_sd to lib/ (This used to be commit 7904770d341b194574f9dc8da578a5fe4b31aa9f)
| * if muhammad does not go to the mountain ...Simo Sorce2002-08-241-0/+2
| | | | | | | | (This used to be commit 5246d3693c463e581a7cd40f86878e40456237c3)
| * implemented lock and mknodSimo Sorce2002-08-212-16/+207
| | | | | | | | | | addedd to vfstest the possibility to read a file to imput a stream of commands (This used to be commit 233b14f447994db8fdb4448d19eff0c38c17254d)
| * some fixesJelmer Vernooij2002-08-201-24/+1
| | | | | | | | (This used to be commit e0c61b31050a3e3fdec2c47c80ef34de3ec73e04)
| * Remove unused variablesJelmer Vernooij2002-08-201-16/+3
| | | | | | | | (This used to be commit 20f1765c32b2dd048e1572cd1b1e490459f7d5dc)
| * make IRIX happySimo Sorce2002-08-191-10/+14
| | | | | | | | (This used to be commit bac73fa972c24503f12968810059745c81fa57a9)
| * Add 'conf' command to load different smb.conf filesJelmer Vernooij2002-08-191-4/+22
| | | | | | | | (This used to be commit 9b4deb1e0f36968bf9b83120b12e6692b20df9d4)
| * O_NOFOLLOW does not exist on solaris 8 ??Simo Sorce2002-08-181-0/+4
| | | | | | | | (This used to be commit 4280300d80d831b78ca50a0a4325b9e239a8bb63)
| * nicer locking timeout testAndrew Tridgell2002-08-181-2/+7
| | | | | | | | (This used to be commit 2307869798c99f75d2624bb3c144e780e358a3c9)
| * improvements and bugfixSimo Sorce2002-08-181-17/+71
| | | | | | | | | | | | open calls now understands flags and mode bug on read (This used to be commit 751d057713a3fa8a5a141eaed4e8401e7802cfc9)
| * A new utility to test VFS system and modulesSimo Sorce2002-08-183-0/+1468
| | | | | | | | | | | | | | | | | | | | | | | | | | Just now it is acommandline tool like smbclient and rpcclient that is able to perform operations on the file system passing through the vfs layer It is not complete yet, some functions have simply faked up data, but module loading works yet and basic operations too. Thanks to Eric Lorimer for helping out with the initial setup. Simo. (This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
| * make the LOCK1 test randomise the time for the blocking lock testAndrew Tridgell2002-08-181-1/+1
| | | | | | | | (This used to be commit 28d325227c9b7ab48a47df006204319b21f7e7f7)
| * More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett2002-07-211-63/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit 21b0e8f560849be77bde463cf006ea0de54211e9)
| * Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
| | | | | | | | (This used to be commit 897cc4a610932e596f8a9807213166e380ef0203)
| * Test how many pipes we can open.Jeremy Allison2002-06-281-0/+29
| | | | | | | | | | Jeremy. (This used to be commit 95d22f18d7a2bb06804a6a336b243face4b496a1)
| * more dl* -> sys_dl* for scoAndrew Bartlett2002-05-171-2/+2
| | | | | | | | (This used to be commit 92eead1a0a93a6191fbd7b413f0736eb1a716b8e)
| * add collision/total indication to every collision reportSimo Sorce2002-04-241-2/+3
| | | | | | | | (This used to be commit c4d6a49779e0e2bff86256b8b353e6c803e31ba9)
| * Back out the wrong changes I made yesterday ...Richard Sharpe2002-04-182-11/+6
| | | | | | | | (This used to be commit 6d52aa1fc892b48d72a790800ee00d6d7bdc4844)
| * Fix smbtorture so it can handle collisions etc ...Richard Sharpe2002-04-172-6/+21
| | | | | | | | (This used to be commit ba4d6c76aabd3d1fd8dc1e2335baf50c58d636a7)
* | Sync 3.0 branch with HEADJelmer Vernooij2002-08-172-64/+8
| | | | | | | | (This used to be commit d3599b446ed1c8ccd7c9e161ecfa5d52d6066c22)
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-154-4/+44
| | | | | | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* | merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-11/+17
| | | | | | | | (This used to be commit 97eb3a121d33200ee7559b2413d6252efc04ebaf)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-04-121-0/+201
|\| | | | | | | used to be commit 1c221b3e72b24b6b8bd0d14b6ce32cf701684a81)
| * nicer measurement of failures and collisionsAndrew Tridgell2002-04-121-7/+15
| | | | | | | | (This used to be commit 61c61f6b4f22c1ef6f837145f5e05730706cc8d4)
| * better mangling test. We now test that we can create by long name andAndrew Tridgell2002-04-121-2/+33
| | | | | | | | | | | | | | | | | | | | | | delete by short name, and that we can create by short name and delete by long name our old mangling code fails this test. also tweaked the random filename generation to produce more likely collisions (This used to be commit 65609c52960c2b5938150a2fdb5290541f4e0225)