summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r15878: Add explicit initialization to make the IBM checker happy.Jelmer Vernooij2007-10-101-2/+2
* r15877: Fix error message - caught by the IBM checkerJelmer Vernooij2007-10-101-4/+17
* r15876: Fix build on IPv6-less systems.Jelmer Vernooij2007-10-101-0/+2
* r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add testsJelmer Vernooij2007-10-102-6/+24
* r15871: Fix systems with native iconvJelmer Vernooij2007-10-101-2/+2
* r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2007-10-102-18/+8
* r15869: Fix loop var to search paths for iconvJim McDonough2007-10-101-1/+1
* r15868: Add replacement macro for __STRING()Jelmer Vernooij2007-10-102-1/+4
* r15865: using dirname for a variable isn't that good,Stefan Metzmacher2007-10-102-43/+43
* r15862: add a LOCAL-EVENT torture testStefan Metzmacher2007-10-104-2/+133
* r15859: fixed a crash bug in the ldb password_hash module. This one is quiteAndrew Tridgell2007-10-101-1/+4
* r15858: - initialize s->r.outStefan Metzmacher2007-10-101-13/+23
* r15857: don't clear the error string after setting itStefan Metzmacher2007-10-101-4/+6
* r15856: fixed talloc_asprintf_append() on solarisAndrew Tridgell2007-10-101-1/+2
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-1013-30/+15
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-1029-104/+50
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-108-35/+23
* r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()Andrew Tridgell2007-10-103-23/+40
* r15851: the conversion of loadparm to BOOL broke all big-endian platforms asAndrew Tridgell2007-10-102-6/+6
* r15850: another spot where r->out.error_string can be uninitialiedAndrew Tridgell2007-10-101-0/+1
* r15849: ensure we don't try to talloc_steal() an invalid error_string inAndrew Tridgell2007-10-101-0/+1
* r15847: We probably want to keep the global initSimo Sorce2007-10-101-0/+2
* r15846: An async version of ldbsearchSimo Sorce2007-10-101-59/+186
* r15836: Test an invalid DOS share mode.Volker Lendecke2007-10-101-1/+34
* r15835: fixed locking in the client libraryAndrew Tridgell2007-10-101-0/+1
* r15834: fixed a memory leak in the session codeAndrew Tridgell2007-10-101-1/+1
* r15833: fixed two delete on close memory leaksAndrew Tridgell2007-10-101-2/+6
* r15832: put a talloc leak report in the log file at the end of each test runAndrew Tridgell2007-10-101-1/+1
* r15831: fixed a memory leak in the netlogon serverAndrew Tridgell2007-10-101-2/+2
* r15830: fixed two kdc memory leaksAndrew Tridgell2007-10-102-14/+8
* r15829: we need to include socket.h before we can use enum socket_typeStefan Metzmacher2007-10-101-0/+2
* r15828: a talloc steal optimisation spotted by metzeAndrew Tridgell2007-10-101-1/+1
* r15827: fixed a spelling errorAndrew Tridgell2007-10-101-1/+1
* r15826: ensure we don't dereference sec when NULLAndrew Tridgell2007-10-101-1/+2
* r15825: there are quite subtle semantics with change notify events being sentAndrew Tridgell2007-10-101-8/+34
* r15824: fixed a subtle talloc bug to do with memory context loops. When youAndrew Tridgell2007-10-103-3/+80
* r15821: Fix static library build.Jelmer Vernooij2007-10-102-3/+8
* r15820: this line was just for testingStefan Metzmacher2007-10-101-2/+0
* r15819: Use updated API in smbtorture, use UI tools in registry tests.Jelmer Vernooij2007-10-102-39/+21
* r15818: Improve UI utilities: allow format strings and add some convenience m...Jelmer Vernooij2007-10-102-6/+56
* r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an...Stefan Metzmacher2007-10-103-1/+218
* r15815: add SMB2 Lock client codeStefan Metzmacher2007-10-102-0/+78
* r15814: add SMB2 Lock interface structureStefan Metzmacher2007-10-103-1/+38
* r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM c...Jelmer Vernooij2007-10-101-3/+3
* r15812: Explicitly cast to unsigned int.Jelmer Vernooij2007-10-101-3/+3
* r15811: Fix mget command without arguments. Caught by the IBM Checker.Jelmer Vernooij2007-10-101-4/+5
* r15810: Fix uninitialized variable error, caught by the IBM checker.Jelmer Vernooij2007-10-101-1/+2
* r15809: Fix typo in array offsets. Caught by the IBM checker.Jelmer Vernooij2007-10-101-2/+2
* r15808: Fix two uninitialized variables, caught by the IBM Checker.Jelmer Vernooij2007-10-101-2/+2
* r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.Jelmer Vernooij2007-10-101-1/+1