summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_sqlite3
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell1-9/+11
2007-10-10r10305: start implementing better error handlingSimo Sorce2-81/+136
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-104/+55
2007-10-10r10277: do not ovverride LIKE, thanks to derrel I found out how to doSimo Sorce1-26/+24
2007-10-10r10251: some more work on ldb_sqlite3Simo Sorce2-245/+227
2007-10-10r10236: fix (C) noteSimo Sorce1-0/+1
2007-10-10r10233: add commented PRAGMA to avoid fsyncsSimo Sorce1-2/+8
2007-10-10r10232: Some work on ldb_sqlite3.Simo Sorce1-2025/+1364
2007-10-10r7897: work in progressDerrell Lipman2-101/+219
2007-10-10r7851: We are case preserving let the DN be returned the same the user put it...Simo Sorce1-68/+70
2007-10-10r7844: eliminate superfluous attribute tablesDerrell Lipman1-382/+91
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman4-362/+1118
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-13/+10
2007-10-10r7601: ldb_sqlite3 work in progressDerrell Lipman1-35/+208
2007-10-10r7586: ldb_sqlite3 making progress. add and search have indicated a willingn...Derrell Lipman2-373/+300
2007-10-10r7562: work in progressDerrell Lipman1-323/+699
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-10/+10
2007-10-10r7498: ldb_sqlite3 work in progressDerrell Lipman2-44/+153
2007-10-10r7480: ldb_sqlite3 work in progressDerrell Lipman1-12/+101
2007-10-10r7449: add ctype.h header to dn expand functionDerrell Lipman1-23/+24
2007-10-10r7443: reorg functions for readabilityDerrell Lipman1-667/+724
2007-10-10r7438: work in progressDerrell Lipman1-174/+149
2007-10-10r7437: Make Simo happy.Derrell Lipman1-1/+1
2007-10-10r7418: work in progressDerrell Lipman1-28/+30
2007-10-10r7408: added DN explode function, based on simo's ldap_parse_dn() function. ...Derrell Lipman1-14/+41
2007-10-10r7349: work in progressDerrell Lipman1-106/+299
2007-10-10r7343: handle url like ldb_tdb doesSimo Sorce1-5/+10
2007-10-10r7332: added note to self for required modificationDerrell Lipman1-0/+1
2007-10-10r7316: work in progressDerrell Lipman1-147/+237
2007-10-10r7292: Fix up the build system support for derrell's sqlite3 ldb backend.Andrew Bartlett1-0/+1
2007-10-10r7287: work in progress. no more time to work on this right now. save lates...Derrell Lipman2-6/+55
2007-10-10r7282: ldb_sqlite3 work in progress.Derrell Lipman2-250/+273
2007-10-10r7281: removing documentDerrell Lipman1-0/+0
2007-10-10r7280: taking advantage of previous research. this is documentation on which...Derrell Lipman1-0/+0
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman3-567/+327
2007-10-10r7260: save current schema before I blow it away to try something differentDerrell Lipman1-14/+14
2007-10-10r7133: work in progress, including a HIGHLY revised and simplified schemaDerrell Lipman2-215/+366
2007-10-10r7116: work in progressDerrell Lipman3-126/+237
2007-10-10r6984: added tree representation documentation and utility code, to be used f...Derrell Lipman5-3/+1928
2007-10-10r6956: added start of ldb_sqlite3 workDerrell Lipman3-0/+1216