summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15883: Make sure timegm() prototype is available (on systems where we've had toJim McDonough1-0/+1
2007-10-10r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell1-0/+4
2007-10-10r15881: fixed the RAW-ACLS test for 64 bit systems (was failing on ppc64)Andrew Tridgell1-3/+5
2007-10-10r15880: the ntvfs_handle changes broke rpc on big-endian boxes, as theAndrew Tridgell1-2/+4
2007-10-10r15879: strtok_r() replacement, for solarisAndrew Tridgell2-1/+28
2007-10-10r15878: Add explicit initialization to make the IBM checker happy.Jelmer Vernooij1-2/+2
2007-10-10r15877: Fix error message - caught by the IBM checkerJelmer Vernooij1-4/+17
2007-10-10r15876: Fix build on IPv6-less systems.Jelmer Vernooij1-0/+2
2007-10-10r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add testsJelmer Vernooij2-6/+24
2007-10-10r15871: Fix systems with native iconvJelmer Vernooij1-2/+2
2007-10-10r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2-18/+8
2007-10-10r15869: Fix loop var to search paths for iconvJim McDonough1-1/+1
2007-10-10r15868: Add replacement macro for __STRING()Jelmer Vernooij2-1/+4
2007-10-10r15865: using dirname for a variable isn't that good,Stefan Metzmacher2-43/+43
2007-10-10r15862: add a LOCAL-EVENT torture testStefan Metzmacher4-2/+133
2007-10-10r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell1-1/+4
2007-10-10r15858: - initialize s->r.outStefan Metzmacher1-13/+23
2007-10-10r15857: don't clear the error string after setting itStefan Metzmacher1-4/+6
2007-10-10r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell1-1/+2
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell13-30/+15
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell29-104/+50
2007-10-10r15853: started the process of removing the warnings now thatAndrew Tridgell8-35/+23
2007-10-10r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell3-23/+40
2007-10-10r15851: the conversion of loadparm to BOOL broke all big-endian platforms asAndrew Tridgell2-6/+6
2007-10-10r15850: another spot where r->out.error_string can be uninitialiedAndrew Tridgell1-0/+1
2007-10-10r15849: ensure we don't try to talloc_steal() an invalid error_string inAndrew Tridgell1-0/+1
2007-10-10r15847: We probably want to keep the global initSimo Sorce1-0/+2
2007-10-10r15846: An async version of ldbsearchSimo Sorce1-59/+186
2007-10-10r15836: Test an invalid DOS share mode.Volker Lendecke1-1/+34
2007-10-10r15835: fixed locking in the client libraryAndrew Tridgell1-0/+1
2007-10-10r15834: fixed a memory leak in the session codeAndrew Tridgell1-1/+1
2007-10-10r15833: fixed two delete on close memory leaksAndrew Tridgell1-2/+6
2007-10-10r15832: put a talloc leak report in the log file at the end of each test runAndrew Tridgell1-1/+1
2007-10-10r15831: fixed a memory leak in the netlogon serverAndrew Tridgell1-2/+2
2007-10-10r15830: fixed two kdc memory leaksAndrew Tridgell2-14/+8
2007-10-10r15829: we need to include socket.h before we can use enum socket_typeStefan Metzmacher1-0/+2
2007-10-10r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell1-1/+1
2007-10-10r15827: fixed a spelling errorAndrew Tridgell1-1/+1
2007-10-10r15826: ensure we don't dereference sec when NULLAndrew Tridgell1-1/+2
2007-10-10r15825: there are quite subtle semantics with change notify events being sentAndrew Tridgell1-8/+34
2007-10-10r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell3-3/+80
2007-10-10r15821: Fix static library build.Jelmer Vernooij2-3/+8
2007-10-10r15820: this line was just for testingStefan Metzmacher1-2/+0
2007-10-10r15819: Use updated API in smbtorture, use UI tools in registry tests.Jelmer Vernooij2-39/+21
2007-10-10r15818: Improve UI utilities: allow format strings and add some convenience m...Jelmer Vernooij2-6/+56
2007-10-10r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an...Stefan Metzmacher3-1/+218
2007-10-10r15815: add SMB2 Lock client codeStefan Metzmacher2-0/+78
2007-10-10r15814: add SMB2 Lock interface structureStefan Metzmacher3-1/+38
2007-10-10r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM c...Jelmer Vernooij1-3/+3
2007-10-10r15812: Explicitly cast to unsigned int.Jelmer Vernooij1-3/+3