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