summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14413: don't do memcpy of length 0Andrew Tridgell1-1/+4
2007-10-10r14412: init a varAndrew Tridgell1-1/+1
2007-10-10r14411: mark smb_panic() as a noreturn function using gcc attributes, whichAndrew Tridgell1-0/+12
2007-10-10r14410: init a varAndrew Tridgell1-1/+1
2007-10-10r14409: quieten warningsAndrew Tridgell1-0/+2
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij68-17/+104
2007-10-10r14401: Let samldb intercept the async requests.Simo Sorce1-0/+86
2007-10-10r14391: rdn_name -> asyncSimo Sorce2-7/+176
2007-10-10r14390: the rootdse does not show a distinguishedName attributeSimo Sorce1-0/+3
2007-10-10r14389: rootdse -> asyncSimo Sorce1-19/+107
2007-10-10r14386: - use echo "..." instead of echo ... in all placesStefan Metzmacher1-4/+4
2007-10-10r14385: Fix header dependencies.Jelmer Vernooij1-2/+2
2007-10-10r14384: Remove orpc code from includes.hJelmer Vernooij5-43/+15
2007-10-10r14383: Fix non-developer build.Jelmer Vernooij5-5/+4
2007-10-10r14381: Kill structs.hJelmer Vernooij9-40/+18
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij57-175/+189
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij51-140/+247
2007-10-10r14374: remove sparse warningStefan Metzmacher1-1/+1
2007-10-10r14373: remove unreached wrong code, found by sparseStefan Metzmacher1-1/+0
2007-10-10r14372: fix bug found by sparseStefan Metzmacher1-1/+1
2007-10-10r14371: - make 'make CC_CHECKER=foo' possibleStefan Metzmacher1-0/+4
2007-10-10r14369: Remove obsolete headerJelmer Vernooij1-45/+0
2007-10-10r14364: operational -> async (untested)Simo Sorce1-0/+251
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij48-7/+55
2007-10-10r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij4-3/+10
2007-10-10r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij9-18/+18
2007-10-10r14350: Keep "make proto". It's hard to forget old habits. :-)Jelmer Vernooij1-1/+2
2007-10-10r14349: Kill proto.h!Jelmer Vernooij14-25/+43
2007-10-10r14348: Fix location of #endifJelmer Vernooij1-7/+7
2007-10-10r14347: Add registration function to allow registering smbtorture test(suites)Jelmer Vernooij4-29/+94
2007-10-10r14344: More helpful messages on error for command line specified controlsSimo Sorce3-58/+438
2007-10-10r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.Jelmer Vernooij3-10/+25
2007-10-10r14332: Built in different paths when running locally (from ./bin/) in developerJelmer Vernooij6-56/+92
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij25-407/+258
2007-10-10r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts hasJelmer Vernooij4-69/+18
2007-10-10r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED o...Stefan Metzmacher1-2/+2
2007-10-10r14318: fix warningsStefan Metzmacher1-3/+0
2007-10-10r14316: don't zero the smb_handle after it was set:-)Stefan Metzmacher2-5/+4
2007-10-10r14313: Add comments describing some of the dependencies here.Andrew Bartlett1-0/+5
2007-10-10r14312: Formatting and comments.Andrew Bartlett1-4/+6
2007-10-10r14311: canon needs to be initialisedAndrew Tridgell1-1/+1
2007-10-10r14310: length needs to be initialisedAndrew Tridgell1-1/+1
2007-10-10r14309: make sure ret is initialisedAndrew Tridgell1-2/+2
2007-10-10r14308: fixed an out of range shift and an uninitialised errorAndrew Tridgell1-1/+3
2007-10-10r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell1-2/+3
2007-10-10r14306: fixed two break errorsAndrew Tridgell1-2/+2
2007-10-10r14305: fixed a memory leak and a break errorAndrew Tridgell1-0/+5
2007-10-10r14297: make sure we can go through the loop for than onceAndrew Tridgell1-1/+3
2007-10-10r14296: added an abort() to SMB_ASSERT() so that static analysers know it doe...Andrew Tridgell1-1/+1
2007-10-10r14295: make sure we return a valid data blobAndrew Tridgell1-1/+1