Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 11 | -0/+20 |
2007-10-10 | r14511: Install more headers | Jelmer Vernooij | 4 | -1/+5 |
2007-10-10 | r14497: Fix build with shared libraries | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 11 | -11/+22 |
2007-10-10 | r14488: Install more headers. | Jelmer Vernooij | 2 | -1/+7 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 14 | -25/+0 |
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 2 | -2/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 3 | -2/+3 |
2007-10-10 | r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from: | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r14436: mixing of boolean expressions and integers isn't allowed | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r14433: sort_result must be initialised when we call do_result | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14431: don't call qsort with a null array | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14430: ret can be NULL at the end of this loop | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14429: charset_t cannot be used to loop over charset_t, as otherwise it can | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocated | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14412: init a var | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r14391: rdn_name -> async | Simo Sorce | 2 | -7/+176 |
2007-10-10 | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14381: Kill structs.h | Jelmer Vernooij | 2 | -1/+3 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r14374: remove sparse warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14364: operational -> async (untested) | Simo Sorce | 1 | -0/+251 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 7 | -6/+11 |
2007-10-10 | r14344: More helpful messages on error for command line specified controls | Simo Sorce | 3 | -58/+438 |
2007-10-10 | r14332: Built in different paths when running locally (from ./bin/) in developer | Jelmer Vernooij | 1 | -0/+63 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 8 | -24/+16 |
2007-10-10 | r14309: make sure ret is initialised | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r14308: fixed an out of range shift and an uninitialised error | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14307: fixed dereference of my_address->addr when NULL | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r14296: added an abort() to SMB_ASSERT() so that static analysers know it doe... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14295: make sure we return a valid data blob | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14288: - make the snprintf call in talloc portable to older solaris boxes | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r14281: Pull apart LIBDIR and MODULESDIR | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r14240: fix summary output (step 2) | Stefan Metzmacher | 2 | -5/+19 |
2007-10-10 | r14227: We are passing the wrong pointer here | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r14199: This isn't pretty, but it makes the network interface detection work ... | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we | Simo Sorce | 3 | -18/+0 |
2007-10-10 | r14162: Minor fixes on sort | Simo Sorce | 2 | -55/+485 |
2007-10-10 | r14161: return early if we know the job is already finished | Simo Sorce | 4 | -10/+29 |
2007-10-10 | r14131: Fix Coverity bug # 127 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r14109: Modulify the smbcalls subsystem. | Jelmer Vernooij | 2 | -37/+37 |
2007-10-10 | r14108: Make the Doxyfiles a bit shorter... | Jelmer Vernooij | 3 | -3629/+16 |
2007-10-10 | r14094: Use saner module directory names, fix loading of server service modules. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14067: give more usefull errors | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r14038: reopen log files after a SIGHUP | Stefan Metzmacher | 1 | -14/+32 |
2007-10-10 | r14029: Fix resource leak in error codepath. Coverity CID #64. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r13998: From now on ldb_request() will require an alloced request | Simo Sorce | 4 | -103/+141 |