summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r14511: Install more headersJelmer Vernooij2007-10-104-1/+5
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-0/+1
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-1011-11/+22
* r14488: Install more headers.Jelmer Vernooij2007-10-102-1/+7
* r14484: Install more headersJelmer Vernooij2007-10-102-2/+2
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-1014-25/+0
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-102-2/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-103-2/+3
* r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher2007-10-101-1/+5
* r14436: mixing of boolean expressions and integers isn't allowedAndrew Tridgell2007-10-101-3/+3
* r14433: sort_result must be initialised when we call do_resultAndrew Tridgell2007-10-101-1/+2
* r14431: don't call qsort with a null arrayAndrew Tridgell2007-10-101-1/+3
* r14430: ret can be NULL at the end of this loopAndrew Tridgell2007-10-101-1/+3
* r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell2007-10-101-1/+1
* r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocatedAndrew Tridgell2007-10-101-1/+1
* r14412: init a varAndrew Tridgell2007-10-101-1/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-102-0/+2
* r14391: rdn_name -> asyncSimo Sorce2007-10-102-7/+176
* r14384: Remove orpc code from includes.hJelmer Vernooij2007-10-101-0/+1
* r14381: Kill structs.hJelmer Vernooij2007-10-102-1/+3
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+4
* r14374: remove sparse warningStefan Metzmacher2007-10-101-1/+1
* r14364: operational -> async (untested)Simo Sorce2007-10-101-0/+251
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-102-0/+2
* r14349: Kill proto.h!Jelmer Vernooij2007-10-107-6/+11
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-103-58/+438
* r14332: Built in different paths when running locally (from ./bin/) in developerJelmer Vernooij2007-10-101-0/+63
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-108-24/+16
* 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
* r14296: added an abort() to SMB_ASSERT() so that static analysers know it doe...Andrew Tridgell2007-10-101-1/+1
* r14295: make sure we return a valid data blobAndrew Tridgell2007-10-101-1/+1
* r14288: - make the snprintf call in talloc portable to older solaris boxesAndrew Tridgell2007-10-101-2/+8
* r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij2007-10-102-5/+5
* r14240: fix summary output (step 2)Stefan Metzmacher2007-10-102-5/+19
* r14227: We are passing the wrong pointer hereSimo Sorce2007-10-101-1/+1
* r14199: This isn't pretty, but it makes the network interface detection work ...Andrew Bartlett2007-10-101-0/+2
* r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce2007-10-103-18/+0
* r14162: Minor fixes on sortSimo Sorce2007-10-102-55/+485
* r14161: return early if we know the job is already finishedSimo Sorce2007-10-104-10/+29
* r14131: Fix Coverity bug # 127Volker Lendecke2007-10-101-1/+3
* r14109: Modulify the smbcalls subsystem.Jelmer Vernooij2007-10-102-37/+37
* r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij2007-10-103-3629/+16
* r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij2007-10-101-0/+1
* r14067: give more usefull errorsStefan Metzmacher2007-10-101-4/+5
* r14038: reopen log files after a SIGHUPStefan Metzmacher2007-10-101-14/+32
* r14029: Fix resource leak in error codepath. Coverity CID #64.Jeremy Allison2007-10-101-2/+6
* r13998: From now on ldb_request() will require an alloced requestSimo Sorce2007-10-104-103/+141
* r13996: simplify ldb_async_wait() some moreSimo Sorce2007-10-108-23/+23