summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-3/+2
2007-10-10r16084: Add private prototype for new ldb_connect_backend() function.Andrew Bartlett1-0/+5
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-1/+3
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-0/+2
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-1/+6
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-0/+1
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce1-1/+1
2007-10-10r13990: Fix issues with function renaming.Jelmer Vernooij1-2/+0
2007-10-10r13934: these are only needed for a standalone buildStefan Metzmacher1-0/+2
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-15/+6
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-2/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-15/+10
2007-10-10r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell1-0/+3
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-1/+1
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-0/+3
2007-10-10r13349: In the end I could not use ldb_caseless_cmpSimo Sorce1-1/+0
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-0/+7
2007-10-10r13181: Fix standalone ldb buildJelmer Vernooij1-0/+1
2007-10-10r12849: fix typoStefan Metzmacher1-1/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-9/+12
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-5/+13
2007-10-10r12632: Build fixes from Brad Hards <bradh@frogmouth.net>Andrew Bartlett1-0/+1
2007-10-10r11567: Ldb API change patch.Simo Sorce1-20/+2
2007-10-10r11110: make ldb_oom() also set the ldb error stringAndrew Tridgell1-1/+1
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell1-1/+1
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell1-0/+2
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-0/+2
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-6/+4
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-2/+6
2007-10-10r10305: start implementing better error handlingSimo Sorce1-2/+4
2007-10-10r10304: check for basic ldb_message sanity and return appropriateSimo Sorce1-1/+1
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-4/+4
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-29/+10
2007-10-10r8779: Add rdn module to makefile and headersSimo Sorce1-0/+2
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell1-3/+0
2007-10-10r8373: New wildcard matching code.Simo Sorce1-6/+7
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce1-6/+22
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-3/+48
2007-10-10r7803: added support in ldb for callers to setup ldif read/write functions,Andrew Tridgell1-0/+4
2007-10-10r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell1-0/+7
2007-10-10r7740: get rid of our duplicate base64 routinesAndrew Tridgell1-1/+0
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-14/+19
2007-10-10r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell1-0/+3
2007-10-10r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell1-0/+4
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-0/+7
2007-10-10r7286: add prototype for public connect function in ldb_sqlite3Derrell Lipman1-0/+3
2007-10-10r6931: declare this to avoid warnings until we have loadable modulesSimo Sorce1-0/+1
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-2/+0
2007-10-10r5585: LDB interfaces change:Simo Sorce1-5/+3
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell1-4/+0