summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* r13934: these are only needed for a standalone buildStefan Metzmacher2007-10-101-0/+2
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-0/+2
* r13901: Backends need to be initialized even if there are no modulesSimo Sorce2007-10-101-22/+22
* r13900: don't segfault on errorSimo Sorce2007-10-101-2/+2
* r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij2007-10-101-1/+2
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-12/+0
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2007-10-108-38/+88
* r13827: Minor enhancements or cosmetic changesSimo Sorce2007-10-105-44/+34
* r13826: Try to keep this backend updatedSimo Sorce2007-10-102-201/+444
* r13823: make async_wait part of the modules opsSimo Sorce2007-10-107-18/+21
* r13818: Make ldb_tdb 'fake' async.Simo Sorce2007-10-107-197/+630
* r13809: move ldb specific defineStefan Metzmacher2007-10-101-0/+3
* r13803: fixed two errors found with 'make valgrindtest'Andrew Tridgell2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-1026-245/+226
* r13744: Make ldb_ldap asyncSimo Sorce2007-10-103-258/+747
* r13743: Generic fixes and improvementsSimo Sorce2007-10-101-59/+80
* r13742: Fix tests to work better with ldapSimo Sorce2007-10-105-12/+16
* r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell2007-10-103-0/+72
* r13650: Install manpages when building standaloneJelmer Vernooij2007-10-101-0/+4
* r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2007-10-103-1/+38
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-1010-42/+52
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-1010-241/+770
* r13580: fix broken client side sortSimo Sorce2007-10-101-1/+1
* r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher2007-10-103-0/+9
* r13361: initial implementation of the vlv controlSimo Sorce2007-10-102-3/+117
* r13360: Fix crash bug when 0 results are returned on the internal base searchSimo Sorce2007-10-101-1/+11
* r13359: make sure we don't look at s[-1]Stefan Metzmacher2007-10-101-1/+1
* r13354: Add tests to check that controls work properlySimo Sorce2007-10-101-1/+21
* r13349: In the end I could not use ldb_caseless_cmpSimo Sorce2007-10-104-38/+2
* r13348: Put a reminder for now.Simo Sorce2007-10-101-0/+2
* r13347: - Now we compare values with an optimized utf8Simo Sorce2007-10-101-1/+34
* r13340: The gensec_init() needs to be after the popt processing, as itAndrew Bartlett2007-10-101-2/+3
* r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce2007-10-103-15/+44
* r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2007-10-106-13/+63