summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter1-0/+31
2007-10-10r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter3-0/+330
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14660: Install ldb_errors.hJelmer Vernooij1-1/+1
2007-10-10r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij1-0/+5
2007-10-10r14604: Support 'aliases' for ldb modulesJelmer Vernooij1-0/+1
2007-10-10r14603: Fix building of ejs modules as shared libsJelmer Vernooij1-2/+2
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij1-1/+1
2007-10-10r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2-4/+7
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij10-6/+75
2007-10-10r14590: Fix ldb standalone build...Jelmer Vernooij2-2/+1
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij1-1/+1
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-5/+0
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-10r14391: rdn_name -> asyncSimo Sorce2-7/+176
2007-10-10r14364: operational -> async (untested)Simo Sorce1-0/+251
2007-10-10r14349: Kill proto.h!Jelmer Vernooij3-0/+3
2007-10-10r14344: More helpful messages on error for command line specified controlsSimo Sorce3-58/+438
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14227: We are passing the wrong pointer hereSimo Sorce1-1/+1
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-10r14109: Modulify the smbcalls subsystem.Jelmer Vernooij2-37/+37
2007-10-10r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij1-1207/+4
2007-10-10r13998: From now on ldb_request() will require an alloced requestSimo Sorce4-103/+141
2007-10-10r13996: simplify ldb_async_wait() some moreSimo Sorce8-23/+23
2007-10-10r13993: First prototype of how an async module should be built.Simo Sorce1-42/+361
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce8-17/+16
2007-10-10r13990: Fix issues with function renaming.Jelmer Vernooij3-4/+4
2007-10-10r13986: minor fixesSimo Sorce1-8/+20
2007-10-10r13973: fix the buildStefan Metzmacher1-3/+3
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-16/+16
2007-10-10r13938: Around round of splitupsJelmer Vernooij1-1/+1
2007-10-10r13934: these are only needed for a standalone buildStefan Metzmacher1-0/+2
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-0/+2
2007-10-10r13901: Backends need to be initialized even if there are no modulesSimo Sorce1-22/+22
2007-10-10r13900: don't segfault on errorSimo Sorce1-2/+2
2007-10-10r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij1-1/+2
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-12/+0
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij8-38/+88
2007-10-10r13827: Minor enhancements or cosmetic changesSimo Sorce5-44/+34
2007-10-10r13826: Try to keep this backend updatedSimo Sorce2-201/+444
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce7-18/+21
2007-10-10r13818: Make ldb_tdb 'fake' async.Simo Sorce7-197/+630