summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_sqlite3
AgeCommit message (Expand)AuthorFilesLines
2010-07-19s4-test: Use ldb_msg_normalize() in sqlite3 backendKamen Mazdrashki1-4/+13
2010-06-11ldb:ldb_sqlite3 backend - remove a warning which has already been resolvedMatthias Dieter Wallnöfer1-1/+0
2010-06-11ldb:ldb_sqlite3 backend - remove checks which are now done elsewhereMatthias Dieter Wallnöfer1-29/+0
2010-03-08LDB:SQLITE3 backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer1-8/+10
2010-02-22LDB related spelling fixes.Brad Hards1-1/+1
2009-10-25ldb:backend "connect" functions - convert result values to LDB constantsMatthias Dieter Wallnöfer1-3/+3
2009-10-08s4:ldb - SQLite: port some constraints from the TDB backend also to the SQLIT...Matthias Dieter Wallnöfer1-0/+49
2009-06-18Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin1-1/+1
2009-06-18s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger1-0/+1
2009-01-31Start restoring the sqlite3 backendSimo Sorce1-320/+357
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-09-29LDB ASYNC: other backendsSimo Sorce1-68/+62
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-14/+14
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer1-14/+14
2008-08-18Remove references to the unused @SUBCLASS feature.Andrew Bartlett2-70/+2
2008-02-21ldb_sqlite: fix the buildStefan Metzmacher1-1/+1
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Remove more function-based inits.Jelmer Vernooij1-4/+4
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2-4/+2
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell2-2/+2
2007-10-10r22746: fix the build of the sqlite moduleStefan Metzmacher1-2/+1
2007-10-10r20185: - SMB_ENABLE() needs upper case YES/NOStefan Metzmacher1-26/+26
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-9/+9
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-8/+7
2007-10-10r19461: Make sqlite3 work again (semi-async)Simo Sorce1-392/+158
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+1
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell1-1/+1
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell1-5/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-12/+12
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-15/+15
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-45/+45
2007-10-10r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter1-10/+10
2007-10-10r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett1-1/+1
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-10/+14
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-5/+2
2007-10-10r14161: return early if we know the job is already finishedSimo Sorce1-8/+11
2007-10-10r13996: simplify ldb_async_wait() some moreSimo Sorce1-5/+5
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce1-1/+3
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-1/+5
2007-10-10r13826: Try to keep this backend updatedSimo Sorce2-201/+444
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-9/+9
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-0/+1
2007-10-10r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce1-8/+8
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-28/+10
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-5/+3
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-1/+6
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+7
2007-10-10r11567: Ldb API change patch.Simo Sorce1-11/+43
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-39/+1
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-21/+35