summaryrefslogtreecommitdiffstats
path: root/source4/torture/local
Commit message (Expand)AuthorAgeFilesLines
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-101-1/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-104-1/+4
* r14527: Fix build problems.Jelmer Vernooij2007-10-101-0/+1
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-102-1/+2
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-0/+4
* r13346: use private proto header files for the torture testsStefan Metzmacher2007-10-101-0/+2
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-102-48/+70
* r12791: fix compiler warningStefan Metzmacher2007-10-101-1/+0
* r12782: Don't segfault if we cannot setup messaging.Andrew Bartlett2007-10-101-0/+10
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-102-0/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-104-5/+0
* r12584: Move NDR tests from rpc/ to local/, add to list of testsJelmer Vernooij2007-10-102-1/+99
* r12523: Convert the registry subsystem to use a seperate prototype headerJelmer Vernooij2007-10-101-0/+1
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2007-10-101-0/+2
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-1/+1
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2007-10-101-0/+7
* r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell2007-10-101-1/+21
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2007-10-101-1/+0
* r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell2007-10-101-2/+21
* r12009: made the LOCAL-SDDL test less verbose by default, and add it to theAndrew Tridgell2007-10-101-1/+3
* r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will beAndrew Tridgell2007-10-102-0/+83
* r11625: NULL terminate list of strings. For some reason this wasn't causing aTim Potter2007-10-101-0/+1
* r11554: make us able to run without depending on 127.0.0.1Stefan Metzmacher2007-10-101-6/+8
* r10594: Add initial framework for lib/registry torture testsJelmer Vernooij2007-10-101-0/+96
* r10592: Add "adfgets()" function, which allocates and reads a line from a fd.Jelmer Vernooij2007-10-101-0/+101
* r10516: Add seperator argument to str_list_{make,join}_shell()Jelmer Vernooij2007-10-101-3/+3
* r10514: Add str_list_make_shell() and str_list_join_shell()Jelmer Vernooij2007-10-101-0/+80
* r10490: - allow deferred irpc replies to set the statusAndrew Tridgell2007-10-101-4/+21
* r10370: only validate the re-generated binding string for hostnames with IPsAndrew Tridgell2007-10-101-1/+1
* r10199: added a LOCAL-RESOLVE torture test, useful for measuring the overhead ofAndrew Tridgell2007-10-101-0/+87
* 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