summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r24878: Support specifying a reason for skips/expected failuresJelmer Vernooij2007-10-105-40/+63
| | | | (This used to be commit 84c94b37fed837c7a45f59746de80d20063d93e8)
* r24876: Use more absolute paths to samba4 binaries.Jelmer Vernooij2007-10-103-18/+27
| | | | (This used to be commit 8616bfa0ae5762ae45b8339c84b8e4ae499f5897)
* r24875: Use more absolute paths to samba4 binaries.Jelmer Vernooij2007-10-106-13/+13
| | | | (This used to be commit d5a3ebef36a3feed73817269a41c146230c29de9)
* r24874: Fix double free of smbcli_tree.Jelmer Vernooij2007-10-102-8/+4
| | | | (This used to be commit 84f14b5dd042f8805e69ad455b222a76614dbe21)
* r24873: Print smbd/nmbd log files for Samba 3.Jelmer Vernooij2007-10-101-3/+24
| | | | (This used to be commit 8dad4c5503b2987bdf44324301a067063d48495f)
* r24872: Use torture API a bit moreJelmer Vernooij2007-10-103-318/+133
| | | | (This used to be commit a71355dfc933d4273d81e7b05a28197ca86e0cc6)
* r24871: Fix typosJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 7d9c898d5e5de1e905062476c2a9c6c0ce432f71)
* r24870: Strip whitespace characters in username (broke tests).Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 264f5c9d501f7ceee7934b3f5826e68d7626a499)
* r24869: Print command that was executed.Jelmer Vernooij2007-10-102-0/+6
| | | | (This used to be commit 9aabcafba612afafb1c3260b79a899ea463f8d32)
* r24868: Don't use callbacks for prompting when stdout is not a tty.Jelmer Vernooij2007-10-102-2/+8
| | | | (This used to be commit 9b02a39c156862f9e9258dcdb9b8b86715022fc1)
* r24867: Avoid anonymous struct. Patch from Brad Hards.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e7866857fbdc9b7b7bebcecd41f34f54b37f3b04)
* r24866: Put remainder of binding string tests in librpc/ directory.Jelmer Vernooij2007-10-104-23/+39
| | | | (This used to be commit 5b78d845a4d107e6a0e77a6e57e2b0e22fc0db95)
* r24861: Use absolute paths to make it easier to run the testsuite from the ↵Jelmer Vernooij2007-10-1021-106/+98
| | | | | | Samba3 source. (This used to be commit 022d5a43cedeb5cca7e4cf3424963e2180ec1f2f)
* r24860: Make it easier to run selftest.pl in a Samba3 source tree.Jelmer Vernooij2007-10-107-16/+10
| | | | (This used to be commit 53ec879e3168e9f56e774f0b0d70aeebb3795f8e)
* r24859: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2007-10-101-0/+4
| | | | | | | | Make the SWAT-based Vampire work again (needs override for default smb.conf values). Andrew Bartlett (This used to be commit e5cd44a018eae1f49e4408049461693350498326)
* r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij2007-10-1010-693/+414
| | | | (This used to be commit dadcc4708e1813c0b657f1d357c2ae202ea4ec5a)
* r24852: Fix initializationJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1e56698f1bac30a1d6b7558df41e85db3d2571db)
* r24851: Add --load-module argument to smbtorture.Jelmer Vernooij2007-10-104-6/+29
| | | | (This used to be commit 76a713b6786e22b810937289b3e7cc6700a0b49d)
* r24850: Convert to torture API.Jelmer Vernooij2007-10-103-702/+449
| | | | (This used to be commit 6c7a004b9d95e443d07307bbe94f691cc4b03490)
* r24849: Add helper function for running tests as a member server.Jelmer Vernooij2007-10-101-22/+143
| | | | (This used to be commit 61b2f0a405ea70203ea982b9a151643f28b1da7e)
* r24846: Use metadata about dangerous tests.Jelmer Vernooij2007-10-106-59/+48
| | | | (This used to be commit f914b828ff486d41e123e6dafa1c8fd76b34b44b)
* r24844: Convert to torture API in preparation of helper functions for domain ↵Jelmer Vernooij2007-10-101-184/+91
| | | | | | | member RPC tests. (This used to be commit c2521453a902ea5fd4f894a21af711ac2b2cbd40)
* r24839: Default to creating a dc + domain member in 'make testenv'.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 221d2279131c72c8055ceebe0314930881085aeb)
* r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵Jelmer Vernooij2007-10-107-173/+118
| | | | | | tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74)
* r24834: Pass environment name on to skip_testsuite().Jelmer Vernooij2007-10-104-8/+9
| | | | (This used to be commit 2ac1f32506c9fdfbe836f605b2152a9e094dc733)
* r24822: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2007-10-102-5/+22
| | | | | | | | Update the mkrelease.sh script and mkversion.sh to make releasing correct Samba4 tarballs harder to screw up. Andrew Bartlett (This used to be commit 5f9ca54b5cc76cedcb56d805d5f9ea9167adc94b)
* r24819: We are preparing for alpha1, so update the mkversion script to cope ↵Andrew Bartlett2007-10-102-2/+16
| | | | | | | with that. Andrew Bartlett (This used to be commit 6245da195b76e233f83354797818f608c5458d63)
* r24817: Don't REG_NONE for all value types. Patch fromJelmer Vernooij2007-10-101-1/+5
| | | | | Andrew Kroeger <andrew@sprocks.gotdns.com> (This used to be commit ff81ea3f5aa8a93cf96914f03c26f8c86ec1e912)
* r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2007-10-1011-76/+69
| | | | | | include/ now only contains build system related headers, all other headers are now near the source code they're related to. (This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80)
* r24815: Support cpp_quote().Jelmer Vernooij2007-10-107-1272/+1345
| | | | (This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-1019-179/+129
| | | | (This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-107-11/+15
| | | | (This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912)
* r24810: Don't collide with <time.h>Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 2e4fe89d41f8d95beb95dc9f8423062076820049)
* r24800: Don't execute RAW-SAMBA3POSIXTIMEDLOCKVolker Lendecke2007-10-102-1/+1
| | | | | | Thanks jelmer, I was not aware of the difference between knownfail and skip (This used to be commit df0b3ad90a5db5cef8315ab8948ee2816c34e3c6)
* r24798: RAW-SAMBA3POSIXTIMEDLOCKVolker Lendecke2007-10-103-0/+154
| | | | | | This adds the torture:localdir option, smbtorture expects the share to actually reside in this directory. This might open up more solid posix vs cifs tests. (This used to be commit b0a40dd277c343f5c77c851b26981ddd8166f6bb)
* r24796: Add bounds checking to ntlm_auth, increase initial buffer size to ↵Kai Blin2007-10-101-2/+12
| | | | | | | | 300 to avoid one talloc/fgets loop in the common case, which is slightly over 200 for the KK response. (This used to be commit ba5ac4eeb8086d50e829e1a9944ea89a28eeef2c)
* r24795: When talking to squid, allocate the buffer size dynamically.Kai Blin2007-10-101-27/+36
| | | | (This used to be commit 2b72738e4ecc6ad25a08ce7bf41d8d46fcee4115)
* r24794: util_proto.h is no longer generated.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 01096201bfa089f668a834697f470cbefc2a35f4)
* r24793: The subtree_rename module is a work of fiction. An resemblance to aAndrew Bartlett2007-10-102-17/+7
| | | | | | | working module, live or dead, is purely co-incidental. Andrew Bartlett (This used to be commit 64cc31642fd2ded149631d07bc022213f19595b8)
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-1021-91/+1167
| | | | (This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
* r24779: add 11 specific access rights that applies to accessmasks for UserRonnie Sahlberg2007-10-101-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | objects on the samr pipe. 8 of these bits : get name etc get locale get loc com set attributes change password set password get groups comes from wireshark/ethereal where they were added Aug 21 2002 http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054 3 bits : get attributes get group membership change group membership also come from wireshark/ethereal where they were added Jul 24 2003 http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=8022&r2=8080 (This used to be commit 1c2729228a341a2d063a444e9546e7e09f23c966)
* r24777: add 11 specific access rights to the access mask forRonnie Sahlberg2007-10-101-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | domains on the samr pipe 10 of these bits : lookup info 1 set info 1 lookup info 2 set info 2 create user create group create alias enum account open account set info 3 come from wireshark/ethereal and were added to wireshark in Aug 21 2002 http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054 one bit lookup alias also comes from wireshark where it was added in wireshark in Feb 21 2003 http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=7173&r2=7178 (This used to be commit 4b2c8e28657b31c606d21946e7949c9cc52613c9)
* r24775: add 5 specific access right bits for the accessmask that refersRonnie Sahlberg2007-10-101-2/+10
| | | | | | | | | | | | | | | | to Groups on the samr pipe the five bits lookup info set info add member remove member get members comes from the wireshark/ethereal sources where they were added in Aug 21 2002 http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054 (This used to be commit 1f00ac5dbe8f034d845c4e579a3f517311784900)
* r24774: add 5 specific access mask bits for policy handles created for aliasesRonnie Sahlberg2007-10-101-2/+10
| | | | | | | | | | | | | these five access mask bits : add member remove members get members lookup info set info come from wireshark/ethereal where they were added to cvs in Aug 21 2002 http://anonsvn.wireshark.org/viewvc/viewvc.py/trunk/epan/dissectors/packet-dcerpc-samr.c?r1=5987&r2=6054 (This used to be commit e39556ba4cc76b2754ef891d5c696bc3a5761310)
* r24772: add a bitmap that describes 6 of the specific accessmask bits forRonnie Sahlberg2007-10-101-5/+14
| | | | | | | | | | | | | | | | | | | | policy handles that are create by Connect?() calls on the samr pipe. these bits come from the wireshark/ethereal sources where they have been documented for a long time. the bits : connect to server initialize server create domain were added to wireshark/ethereal in svn 8080 Jul 24 2003 the bits : open domain enum domain shutdown server were added to wireshark/ethereal in svn 6054 Aug 21 2002 (This used to be commit 04e67bb6807c318de44d5434bc4344b24494b4a1)
* r24768: redo the pingpong torture using sync functions to make the code simplerRonnie Sahlberg2007-10-101-254/+146
| | | | (This used to be commit b4a6a4c1299ef916719a819203ef931847e59ee0)
* r24767: add a torture test that performs "ping-pong" that works the same way asRonnie Sahlberg2007-10-104-0/+380
| | | | | | | | ping-pong.c this is a manual test and only makes sense to be used in parallell with the real ping-pong.c tool (This used to be commit b58677fa745361eafe87c62b2988a7b6387b23e7)
* r24766: forgot to commit this before. It is needed as this never terminates.Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 81355630ff201764a1b9393ae0ef4da8340752c1)
* r24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be usedAndrew Tridgell2007-10-102-0/+110
| | | | | | | to test the interaction of oplocks with local filesystem or NFS access. You start it, then manually access the 4 files via another mechanism (such as a shell) and see what oplock breaks you get (This used to be commit 4c3e4564260e55434a54a013051db609c92cabe8)
* r24763: Allow users to leave out the transport in DCE/RPC binding strings. ↵Jelmer Vernooij2007-10-102-5/+21
| | | | | | | If the transport is not specified, it will be retrieved from the remote endpoint mapper or the IDL file. This means that 'smbtorture localhost RPC-WINREG' works now. (This used to be commit b7fa0859d2e4236112075604281410ba037b1076)