summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r14420: arrgh, make sure I test compile even little patches ....Andrew Tridgell2007-10-101-3/+0
* r14415: remove an unusued varAndrew Tridgell2007-10-101-5/+1
* r14414: added some error checksAndrew Tridgell2007-10-101-0/+2
* r14413: don't do memcpy of length 0Andrew Tridgell2007-10-101-1/+4
* r14412: init a varAndrew Tridgell2007-10-101-1/+1
* r14411: mark smb_panic() as a noreturn function using gcc attributes, whichAndrew Tridgell2007-10-101-0/+12
* r14410: init a varAndrew Tridgell2007-10-101-1/+1
* r14409: quieten warningsAndrew Tridgell2007-10-101-0/+2
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-1068-17/+104
* r14401: Let samldb intercept the async requests.Simo Sorce2007-10-101-0/+86
* r14391: rdn_name -> asyncSimo Sorce2007-10-102-7/+176
* r14390: the rootdse does not show a distinguishedName attributeSimo Sorce2007-10-101-0/+3
* r14389: rootdse -> asyncSimo Sorce2007-10-101-19/+107
* r14386: - use echo "..." instead of echo ... in all placesStefan Metzmacher2007-10-101-4/+4
* r14385: Fix header dependencies.Jelmer Vernooij2007-10-101-2/+2
* r14384: Remove orpc code from includes.hJelmer Vernooij2007-10-105-43/+15
* r14383: Fix non-developer build.Jelmer Vernooij2007-10-105-5/+4
* r14381: Kill structs.hJelmer Vernooij2007-10-109-40/+18
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-1057-175/+189
* r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij2007-10-1051-140/+247
* r14374: remove sparse warningStefan Metzmacher2007-10-101-1/+1
* r14373: remove unreached wrong code, found by sparseStefan Metzmacher2007-10-101-1/+0
* r14372: fix bug found by sparseStefan Metzmacher2007-10-101-1/+1
* r14371: - make 'make CC_CHECKER=foo' possibleStefan Metzmacher2007-10-101-0/+4
* r14369: Remove obsolete headerJelmer Vernooij2007-10-101-45/+0
* r14364: operational -> async (untested)Simo Sorce2007-10-101-0/+251
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-1048-7/+55
* r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij2007-10-104-3/+10
* r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij2007-10-109-18/+18
* r14350: Keep "make proto". It's hard to forget old habits. :-)Jelmer Vernooij2007-10-101-1/+2
* r14349: Kill proto.h!Jelmer Vernooij2007-10-1014-25/+43
* r14348: Fix location of #endifJelmer Vernooij2007-10-101-7/+7
* r14347: Add registration function to allow registering smbtorture test(suites)Jelmer Vernooij2007-10-104-29/+94
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-103-58/+438
* r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.Jelmer Vernooij2007-10-103-10/+25
* r14332: Built in different paths when running locally (from ./bin/) in developerJelmer Vernooij2007-10-106-56/+92
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-1025-407/+258
* r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts hasJelmer Vernooij2007-10-104-69/+18
* r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED o...Stefan Metzmacher2007-10-101-2/+2
* r14318: fix warningsStefan Metzmacher2007-10-101-3/+0
* r14316: don't zero the smb_handle after it was set:-)Stefan Metzmacher2007-10-102-5/+4
* r14313: Add comments describing some of the dependencies here.Andrew Bartlett2007-10-101-0/+5
* r14312: Formatting and comments.Andrew Bartlett2007-10-101-4/+6
* r14311: canon needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r14310: length needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r14309: make sure ret is initialisedAndrew Tridgell2007-10-101-2/+2
* r14308: fixed an out of range shift and an uninitialised errorAndrew Tridgell2007-10-101-1/+3
* r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell2007-10-101-2/+3
* r14306: fixed two break errorsAndrew Tridgell2007-10-101-2/+2
* r14305: fixed a memory leak and a break errorAndrew Tridgell2007-10-101-0/+5