summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* r15806: Remove some unnecessary nesting making the function harder to read.Jelmer Vernooij2007-10-101-11/+15
* r15805: Fix incompatible type assignment. Caught by the IBM checker.Jelmer Vernooij2007-10-101-1/+1
* r15804: Fix SAMLOGON testSimo Sorce2007-10-101-6/+5
* r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher2007-10-102-1/+7
* r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher2007-10-101-4/+1
* r15799: fixed the problem with BASE-DISCONNECT after the recent memory leakAndrew Tridgell2007-10-101-0/+1
* r15798: shortcut the lookup of "localhost" in the ipv6 backendAndrew Tridgell2007-10-101-1/+5
* r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell2007-10-101-0/+5
* r15796: this talloc_reference() was causing a memory leak on every NTVFSAndrew Tridgell2007-10-101-4/+0
* r15795: Try to use the async code by defaultSimo Sorce2007-10-104-28/+185
* r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell2007-10-101-0/+5
* r15789: hmm, damn, testing uncovcer all your bugs :-)Simo Sorce2007-10-101-16/+2
* r15788: Do not crash when no result is returnedSimo Sorce2007-10-101-0/+4
* r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized ...Simo Sorce2007-10-101-0/+1
* r15786: another fix in rdn_nameSimo Sorce2007-10-101-10/+3
* r15785: Change the test names according to changes made in libnet torture test.Rafal Szczesniak2007-10-101-3/+3
* r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.Rafal Szczesniak2007-10-102-76/+136
* r15783: Fix previous commit, was the wrong way to deal with the problemSimo Sorce2007-10-101-26/+24
* r15782: More fixes for async casesSimo Sorce2007-10-103-26/+42
* r15780: Fix indentation of deferred code (fixed #3739)Jelmer Vernooij2007-10-101-6/+13
* r15779: Remove keepref from atsvc and efs.Jelmer Vernooij2007-10-104-20/+18
* r15778: Fix bug printing ref pointers.Jelmer Vernooij2007-10-101-8/+12
* r15777: Fix unresolved symbols in shared library build.Jelmer Vernooij2007-10-102-3/+3
* r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij2007-10-1030-75/+112
* r15775: add some privilege related WERROR codesStefan Metzmacher2007-10-102-0/+4
* r15774: take care of the SYSTEM_SECURITY flagStefan Metzmacher2007-10-101-1/+7
* r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()Stefan Metzmacher2007-10-103-4/+199
* r15772: pass the messaging context and server_id to the dcerpc server subsystemStefan Metzmacher2007-10-104-1/+19
* r15771: this should be a o32s32 blobStefan Metzmacher2007-10-101-1/+1
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-102-0/+2
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-104-20/+20
* r15768: make it possible that the caller of the ntvfs_subsystem doesn'tStefan Metzmacher2007-10-101-0/+6
* r15767: we need to free hereStefan Metzmacher2007-10-101-1/+1