summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/ldb_sqlite3
Commit message (Expand)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-102-4/+2
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-102-2/+2
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2006-11-151-392/+158
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-211-0/+1
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2006-09-131-1/+1
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2006-09-131-5/+1
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2006-08-131-12/+12
* r17186: "async" word abuse clean-up part 2Simo Sorce2006-07-221-15/+15
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2006-07-221-45/+45
* r16090: Fix standalone build after the rename of enum ldb_request_type in Tim Potter2006-06-081-10/+10
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2006-06-081-1/+1
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2006-06-071-10/+14
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2006-05-241-5/+2
* r14161: return early if we know the job is already finishedSimo Sorce2006-03-101-8/+11
* r13996: simplify ldb_async_wait() some moreSimo Sorce2006-03-071-5/+5
* r13992: change the way ldb_async_wait() works.Simo Sorce2006-03-071-1/+3
* r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij2006-03-051-1/+5
* r13826: Try to keep this backend updatedSimo Sorce2006-03-032-201/+444
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2006-02-221-9/+9
* r13609: Get in the initial work on making ldb asyncSimo Sorce2006-02-221-0/+1
* r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2006-02-041-8/+8
* r13324: From now on check attribute names obey rfc2251Simo Sorce2006-02-041-28/+10
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2006-01-101-5/+3
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2006-01-061-1/+6
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2006-01-061-1/+7
* r11567: Ldb API change patch.Simo Sorce2005-11-081-11/+43
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2005-10-061-39/+1
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2005-09-241-21/+35
* r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell2005-09-221-9/+11
* r10305: start implementing better error handlingSimo Sorce2005-09-182-81/+136
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2005-09-171-104/+55
* r10277: do not ovverride LIKE, thanks to derrel I found out how to doSimo Sorce2005-09-161-26/+24
* r10251: some more work on ldb_sqlite3Simo Sorce2005-09-152-245/+227
* r10236: fix (C) noteSimo Sorce2005-09-151-0/+1
* r10233: add commented PRAGMA to avoid fsyncsSimo Sorce2005-09-141-2/+8
* r10232: Some work on ldb_sqlite3.Simo Sorce2005-09-141-2025/+1364
* r7897: work in progressDerrell Lipman2005-06-252-101/+219
* r7851: We are case preserving let the DN be returned the same the user put it...Simo Sorce2005-06-231-68/+70
* r7844: eliminate superfluous attribute tablesDerrell Lipman2005-06-231-382/+91
* r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman2005-06-224-362/+1118
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2005-06-181-13/+10
* r7601: ldb_sqlite3 work in progressDerrell Lipman2005-06-151-35/+208
* r7586: ldb_sqlite3 making progress. add and search have indicated a willingn...Derrell Lipman2005-06-142-373/+300
* r7562: work in progressDerrell Lipman2005-06-141-323/+699
* r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell2005-06-141-0/+4
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2005-06-131-10/+10
* r7498: ldb_sqlite3 work in progressDerrell Lipman2005-06-122-44/+153
* r7480: ldb_sqlite3 work in progressDerrell Lipman2005-06-111-12/+101
* r7449: add ctype.h header to dn expand functionDerrell Lipman2005-06-091-23/+24
* r7443: reorg functions for readabilityDerrell Lipman2005-06-091-667/+724