summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r24874: Fix double free of smbcli_tree.Jelmer Vernooij2007-10-102-8/+4
* r24873: Print smbd/nmbd log files for Samba 3.Jelmer Vernooij2007-10-101-3/+24
* r24872: Use torture API a bit moreJelmer Vernooij2007-10-103-318/+133
* r24871: Fix typosJelmer Vernooij2007-10-101-2/+2
* r24870: Strip whitespace characters in username (broke tests).Jelmer Vernooij2007-10-101-0/+1
* r24869: Print command that was executed.Jelmer Vernooij2007-10-102-0/+6
* r24868: Don't use callbacks for prompting when stdout is not a tty.Jelmer Vernooij2007-10-102-2/+8
* r24867: Avoid anonymous struct. Patch from Brad Hards.Jelmer Vernooij2007-10-101-1/+1
* r24866: Put remainder of binding string tests in librpc/ directory.Jelmer Vernooij2007-10-104-23/+39
* r24861: Use absolute paths to make it easier to run the testsuite from the Sa...Jelmer Vernooij2007-10-1021-106/+98
* r24860: Make it easier to run selftest.pl in a Samba3 source tree.Jelmer Vernooij2007-10-107-16/+10
* r24859: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2007-10-101-0/+4
* r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.Jelmer Vernooij2007-10-1010-693/+414
* r24852: Fix initializationJelmer Vernooij2007-10-101-1/+1
* r24851: Add --load-module argument to smbtorture.Jelmer Vernooij2007-10-104-6/+29
* r24850: Convert to torture API.Jelmer Vernooij2007-10-103-702/+449
* r24849: Add helper function for running tests as a member server.Jelmer Vernooij2007-10-101-22/+143
* r24846: Use metadata about dangerous tests.Jelmer Vernooij2007-10-106-59/+48
* r24844: Convert to torture API in preparation of helper functions for domain ...Jelmer Vernooij2007-10-101-184/+91
* r24839: Default to creating a dc + domain member in 'make testenv'.Jelmer Vernooij2007-10-101-1/+1
* r24835: Put all RPC tests in the list (skipping when necessary), warn if test...Jelmer Vernooij2007-10-107-173/+118
* r24834: Pass environment name on to skip_testsuite().Jelmer Vernooij2007-10-104-8/+9
* r24822: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2007-10-102-5/+22
* r24819: We are preparing for alpha1, so update the mkversion script to cope w...Andrew Bartlett2007-10-102-2/+16
* r24817: Don't REG_NONE for all value types. Patch fromJelmer Vernooij2007-10-101-1/+5
* r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij2007-10-1011-76/+69
* r24815: Support cpp_quote().Jelmer Vernooij2007-10-107-1272/+1345
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-1019-179/+129
* r24812: Fix headers for external users.Jelmer Vernooij2007-10-107-11/+15
* r24810: Don't collide with <time.h>Jelmer Vernooij2007-10-101-1/+1
* r24800: Don't execute RAW-SAMBA3POSIXTIMEDLOCKVolker Lendecke2007-10-102-1/+1
* r24798: RAW-SAMBA3POSIXTIMEDLOCKVolker Lendecke2007-10-103-0/+154
* r24796: Add bounds checking to ntlm_auth, increase initial buffer size to 300...Kai Blin2007-10-101-2/+12
* r24795: When talking to squid, allocate the buffer size dynamically.Kai Blin2007-10-101-27/+36
* r24794: util_proto.h is no longer generated.Jelmer Vernooij2007-10-101-1/+0
* r24793: The subtree_rename module is a work of fiction. An resemblance to aAndrew Bartlett2007-10-102-17/+7
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-1021-91/+1167
* r24779: add 11 specific access rights that applies to accessmasks for UserRonnie Sahlberg2007-10-101-3/+17
* r24777: add 11 specific access rights to the access mask forRonnie Sahlberg2007-10-101-1/+15
* r24775: add 5 specific access right bits for the accessmask that refersRonnie Sahlberg2007-10-101-2/+10
* r24774: add 5 specific access mask bits for policy handles created for aliasesRonnie Sahlberg2007-10-101-2/+10
* r24772: add a bitmap that describes 6 of the specific accessmask bits forRonnie Sahlberg2007-10-101-5/+14
* r24768: redo the pingpong torture using sync functions to make the code simplerRonnie Sahlberg2007-10-101-254/+146
* r24767: add a torture test that performs "ping-pong" that works the same way asRonnie Sahlberg2007-10-104-0/+380
* r24766: forgot to commit this before. It is needed as this never terminates.Andrew Tridgell2007-10-101-0/+1
* r24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be usedAndrew Tridgell2007-10-102-0/+110
* r24763: Allow users to leave out the transport in DCE/RPC binding strings. If...Jelmer Vernooij2007-10-102-5/+21
* r24761: Permit subtree renames in Samba4.Andrew Bartlett2007-10-104-1/+369
* r24760: Ensure we base64 encode any password being put into LDIF, to avoidAndrew Bartlett2007-10-104-6/+13
* r24758: More use of torture API.Jelmer Vernooij2007-10-102-129/+138