summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14556: Fix some dependenciesJelmer Vernooij1-1/+1
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij7-7/+7
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij11-0/+20
2007-10-10r14511: Install more headersJelmer Vernooij4-1/+5
2007-10-10r14497: Fix build with shared librariesJelmer Vernooij1-0/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij11-11/+22
2007-10-10r14488: Install more headers.Jelmer Vernooij2-1/+7
2007-10-10r14484: Install more headersJelmer Vernooij2-2/+2
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij14-25/+0
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij2-2/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij3-2/+3
2007-10-10r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:Stefan Metzmacher1-1/+5
2007-10-10r14436: mixing of boolean expressions and integers isn't allowedAndrew Tridgell1-3/+3
2007-10-10r14433: sort_result must be initialised when we call do_resultAndrew Tridgell1-1/+2
2007-10-10r14431: don't call qsort with a null arrayAndrew Tridgell1-1/+3
2007-10-10r14430: ret can be NULL at the end of this loopAndrew Tridgell1-1/+3
2007-10-10r14429: charset_t cannot be used to loop over charset_t, as otherwise it canAndrew Tridgell1-1/+1
2007-10-10r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocatedAndrew Tridgell1-1/+1
2007-10-10r14412: init a varAndrew Tridgell1-1/+1
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2-0/+2
2007-10-10r14391: rdn_name -> asyncSimo Sorce2-7/+176
2007-10-10r14384: Remove orpc code from includes.hJelmer Vernooij1-0/+1
2007-10-10r14381: Kill structs.hJelmer Vernooij2-1/+3
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+4
2007-10-10r14374: remove sparse warningStefan Metzmacher1-1/+1
2007-10-10r14364: operational -> async (untested)Simo Sorce1-0/+251
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij2-0/+2
2007-10-10r14349: Kill proto.h!Jelmer Vernooij7-6/+11
2007-10-10r14344: More helpful messages on error for command line specified controlsSimo Sorce3-58/+438
2007-10-10r14332: Built in different paths when running locally (from ./bin/) in developerJelmer Vernooij1-0/+63
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij8-24/+16
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-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
2007-10-10r14288: - make the snprintf call in talloc portable to older solaris boxesAndrew Tridgell1-2/+8
2007-10-10r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij2-5/+5
2007-10-10r14240: fix summary output (step 2)Stefan Metzmacher2-5/+19
2007-10-10r14227: We are passing the wrong pointer hereSimo Sorce1-1/+1
2007-10-10r14199: This isn't pretty, but it makes the network interface detection work ...Andrew Bartlett1-0/+2
2007-10-10r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce3-18/+0
2007-10-10r14162: Minor fixes on sortSimo Sorce2-55/+485
2007-10-10r14161: return early if we know the job is already finishedSimo Sorce4-10/+29
2007-10-10r14131: Fix Coverity bug # 127Volker Lendecke1-1/+3
2007-10-10r14109: Modulify the smbcalls subsystem.Jelmer Vernooij2-37/+37
2007-10-10r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij3-3629/+16
2007-10-10r14094: Use saner module directory names, fix loading of server service modules.Jelmer Vernooij1-0/+1
2007-10-10r14067: give more usefull errorsStefan Metzmacher1-4/+5
2007-10-10r14038: reopen log files after a SIGHUPStefan Metzmacher1-14/+32