summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15811: Fix mget command without arguments. Caught by the IBM Checker.Jelmer Vernooij1-4/+5
2007-10-10r15810: Fix uninitialized variable error, caught by the IBM checker.Jelmer Vernooij1-1/+2
2007-10-10r15809: Fix typo in array offsets. Caught by the IBM checker.Jelmer Vernooij1-2/+2
2007-10-10r15808: Fix two uninitialized variables, caught by the IBM Checker.Jelmer Vernooij1-2/+2
2007-10-10r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.Jelmer Vernooij1-1/+1
2007-10-10r15806: Remove some unnecessary nesting making the function harder to read.Jelmer Vernooij1-11/+15
2007-10-10r15805: Fix incompatible type assignment. Caught by the IBM checker.Jelmer Vernooij1-1/+1
2007-10-10r15804: Fix SAMLOGON testSimo Sorce1-6/+5
2007-10-10r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher2-1/+7
2007-10-10r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher1-4/+1
2007-10-10r15799: fixed the problem with BASE-DISCONNECT after the recent memory leakAndrew Tridgell1-0/+1
2007-10-10r15798: shortcut the lookup of "localhost" in the ipv6 backendAndrew Tridgell1-1/+5
2007-10-10r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell1-0/+5
2007-10-10r15796: this talloc_reference() was causing a memory leak on every NTVFSAndrew Tridgell1-4/+0
2007-10-10r15795: Try to use the async code by defaultSimo Sorce4-28/+185
2007-10-10r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell1-0/+5
2007-10-10r15789: hmm, damn, testing uncovcer all your bugs :-)Simo Sorce1-16/+2
2007-10-10r15788: Do not crash when no result is returnedSimo Sorce1-0/+4
2007-10-10r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized ...Simo Sorce1-0/+1
2007-10-10r15786: another fix in rdn_nameSimo Sorce1-10/+3
2007-10-10r15785: Change the test names according to changes made in libnet torture test.Rafal Szczesniak1-3/+3
2007-10-10r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak2-76/+136
2007-10-10r15783: Fix previous commit, was the wrong way to deal with the problemSimo Sorce1-26/+24
2007-10-10r15782: More fixes for async casesSimo Sorce3-26/+42
2007-10-10r15780: Fix indentation of deferred code (fixed #3739)Jelmer Vernooij1-6/+13
2007-10-10r15779: Remove keepref from atsvc and efs.Jelmer Vernooij4-20/+18
2007-10-10r15778: Fix bug printing ref pointers.Jelmer Vernooij1-8/+12
2007-10-10r15777: Fix unresolved symbols in shared library build.Jelmer Vernooij2-3/+3