summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
Commit message (Expand)AuthorAgeFilesLines
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2007-10-101-3/+3
* r8879: more expansion of the irpc test to try to uncover the ia64 mysteryAndrew Tridgell2007-10-101-0/+50
* r8874: test some more combinationsStefan Metzmacher2007-10-101-3/+8
* r8873: add more checksStefan Metzmacher2007-10-101-0/+5
* r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hostsStefan Metzmacher2007-10-101-2/+10
* r8867: try to fix the LOCAL-IRPC test on 64bit platformsStefan Metzmacher2007-10-101-1/+1
* r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpcAndrew Tridgell2007-10-101-9/+7
* r8817: - fixed return result from LOCAL-MESSAGING testAndrew Tridgell2007-10-101-3/+4
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-103-11/+11
* r8412: cope with some lost messages in the ping test (netbsd gets this)Andrew Tridgell2007-10-101-2/+4
* r7901: check if system supports UTF-16LE at all in LOCAL-ICONV testAndrew Tridgell2007-10-101-1/+9
* r7898: don't die on bad iconv libs in LOCAL-ICONV testAndrew Tridgell2007-10-101-0/+8
* r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET testAndrew Tridgell2007-10-101-1/+3
* r7426: add an option to disable progress outputStefan Metzmacher2007-10-101-2/+6
* r7358: make the irpc test use two messaging contexts, not one, so it betterAndrew Tridgell2007-10-101-10/+15
* r7321: add nbtd statistics serving over irpcAndrew Tridgell2007-10-101-1/+1
* r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop,Andrew Tridgell2007-10-101-3/+73
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-102-0/+92
* r6563: - fixed the local messaging torture test not to fork, as this causesAndrew Tridgell2007-10-101-14/+15
* r5902: A rather large change...Andrew Bartlett2007-10-101-7/+7
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-1/+2
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-3/+3
* 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