summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r15178: Fix ldb function calls after big swig rename.Tim Potter2007-10-101-25/+55
* r15177: Wrap ldb_strerror() function.Tim Potter2007-10-101-0/+1
* r15176: Ensure we don't segfault when we try and delete @FOO records.Andrew Bartlett2007-10-101-5/+10
* r15113: Add a ldb_strerror() function.Tim Potter2007-10-102-0/+100
* r15110: Start rewriting higher level ldb wrapper.Tim Potter2007-10-101-52/+54
* r15109: Wrap ldb_global_init()Tim Potter2007-10-101-0/+2
* r15097: Add constants for ldb errors.Tim Potter2007-10-101-0/+50
* r15096: Fix typo.Tim Potter2007-10-101-1/+1
* r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapperTim Potter2007-10-101-14/+13
* r15092: Remove some swig stuff that didn't work out and the %rename call.Tim Potter2007-10-101-60/+13
* r15091: Raise LdbError instead of IOError when ldb function calls return anTim Potter2007-10-101-7/+14
* r15065: Remove duplicate prototype.Tim Potter2007-10-101-1/+0
* r14970: Add configure stuff for Python to tdb and ldb standalone builds.Tim Potter2007-10-101-0/+31
* r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.Tim Potter2007-10-103-0/+330
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14660: Install ldb_errors.hJelmer Vernooij2007-10-101-1/+1
* r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij2007-10-101-0/+5
* r14604: Support 'aliases' for ldb modulesJelmer Vernooij2007-10-101-0/+1
* r14603: Fix building of ejs modules as shared libsJelmer Vernooij2007-10-101-2/+2
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-101-1/+1
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2007-10-102-4/+7
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-1010-6/+75
* r14590: Fix ldb standalone build...Jelmer Vernooij2007-10-102-2/+1
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-1/+1
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-101-1/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-5/+0
* 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
* r14391: rdn_name -> asyncSimo Sorce2007-10-102-7/+176
* r14364: operational -> async (untested)Simo Sorce2007-10-101-0/+251
* r14349: Kill proto.h!Jelmer Vernooij2007-10-103-0/+3
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-103-58/+438
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-3/+2
* r14227: We are passing the wrong pointer hereSimo Sorce2007-10-101-1/+1
* 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
* r14109: Modulify the smbcalls subsystem.Jelmer Vernooij2007-10-102-37/+37
* r14108: Make the Doxyfiles a bit shorter...Jelmer Vernooij2007-10-101-1207/+4
* 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
* r13993: First prototype of how an async module should be built.Simo Sorce2007-10-101-42/+361
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-108-17/+16
* r13990: Fix issues with function renaming.Jelmer Vernooij2007-10-103-4/+4
* r13986: minor fixesSimo Sorce2007-10-101-8/+20
* r13973: fix the buildStefan Metzmacher2007-10-101-3/+3
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-16/+16
* r13938: Around round of splitupsJelmer Vernooij2007-10-101-1/+1