summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
Commit message (Expand)AuthorAgeFilesLines
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4832: added simple testing of tcp sockets to LOCAL-SOCKET testAndrew Tridgell2007-10-101-0/+108
* r4831: added udp support to our generic sockets library.Andrew Tridgell2007-10-101-0/+134
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-2/+2
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-101-1/+1
* r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell2007-10-101-724/+0
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-101-7/+6
* r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher2007-10-101-1/+1
* r3967: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3749: don't consider it a failure if we fail to re-encode a codepoint aboveAndrew Tridgell2007-10-101-19/+25
* r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument.Andrew Bartlett2007-10-101-1/+11
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-102-18/+21
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3446: created include/system/iconv.h and include/system/shmem.hAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-105-7/+7
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-101-6/+6
* r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2007-10-101-3/+1
* r3157: Add ncacn_httpJelmer Vernooij2007-10-101-0/+6
* r3156: Couple of fixes in the conversion functions between binding structs andJelmer Vernooij2007-10-101-1/+4
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-101-2/+2
* r3130: - added a LOCAL-IDTREE test suiteAndrew Tridgell2007-10-101-0/+100
* r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij2007-10-101-0/+10
* r3124: Add dcerpc_binding_from_tower()Jelmer Vernooij2007-10-101-17/+59
* r3123: Add dcerpc_binding_build_tower()Jelmer Vernooij2007-10-101-0/+81
* r3026: - added automatic retry to messages when the servers listen queue isAndrew Tridgell2007-10-101-8/+11
* r3023: added immediate send of messages when they are first queued. This make...Andrew Tridgell2007-10-101-6/+1
* r3021: under heavy load the listen queue for messaging unix domain socket can...Andrew Tridgell2007-10-101-12/+24
* r3019: make the LOCAL-MESSAGING test a 2 process testAndrew Tridgell2007-10-101-13/+47
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-0/+92
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-5/+49
* r2799: removed one last occurance of torture_ldb_alloc()Andrew Tridgell2007-10-101-3/+3
* r2791: got rid of talloc_unreference() and instead created talloc_unlink(),Andrew Tridgell2007-10-101-21/+109
* r2744: ben elliston taught me about gcov today, which allows you to measureAndrew Tridgell2007-10-101-20/+300
* r2742: - fixed a bug in talloc_unreference()Andrew Tridgell2007-10-101-41/+113
* r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell2007-10-101-17/+121
* r2711: added a simple talloc speed tester. I get the following on my laptop:Andrew Tridgell2007-10-101-0/+55
* r2709: finally solved the talloc reference problem.Andrew Tridgell2007-10-101-0/+115
* r2170: if we don't have a native iconv library then we can't build this testAndrew Tridgell2007-10-101-1/+10
* r2165: generalise the charset torture test to add testing of CP850Andrew Tridgell2007-10-101-30/+39
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-0/+298