Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 1 | -9/+9 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers | Simo Sorce | 1 | -8/+8 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -28/+10 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -1/+6 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -1/+7 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -11/+43 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 1 | -39/+1 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -21/+35 |
2007-10-10 | r10406: added --nosync option to all ldb tools, so that you can control if | Andrew Tridgell | 1 | -9/+11 |
2007-10-10 | r10305: start implementing better error handling | Simo Sorce | 1 | -81/+135 |
2007-10-10 | r10299: remove the public (un)lock functions and introduce a transaction based | Simo Sorce | 1 | -104/+55 |
2007-10-10 | r10277: do not ovverride LIKE, thanks to derrel I found out how to do | Simo Sorce | 1 | -26/+24 |
2007-10-10 | r10251: some more work on ldb_sqlite3 | Simo Sorce | 1 | -242/+225 |
2007-10-10 | r10236: fix (C) note | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r10233: add commented PRAGMA to avoid fsyncs | Simo Sorce | 1 | -2/+8 |
2007-10-10 | r10232: Some work on ldb_sqlite3. | Simo Sorce | 1 | -2025/+1364 |
2007-10-10 | r7897: work in progress | Derrell Lipman | 1 | -93/+219 |
2007-10-10 | r7851: We are case preserving let the DN be returned the same the user put it... | Simo Sorce | 1 | -68/+70 |
2007-10-10 | r7844: eliminate superfluous attribute tables | Derrell Lipman | 1 | -382/+91 |
2007-10-10 | r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o... | Derrell Lipman | 1 | -262/+840 |
2007-10-10 | r7709: - convert ldb to use popt, so that it can interact with the samba | Andrew Tridgell | 1 | -13/+10 |
2007-10-10 | r7601: ldb_sqlite3 work in progress | Derrell Lipman | 1 | -35/+208 |
2007-10-10 | r7586: ldb_sqlite3 making progress. add and search have indicated a willingn... | Derrell Lipman | 1 | -224/+298 |
2007-10-10 | r7562: work in progress | Derrell Lipman | 1 | -323/+699 |
2007-10-10 | r7558: added support in ldb for extended ldap search requests. These are | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r7498: ldb_sqlite3 work in progress | Derrell Lipman | 1 | -39/+139 |
2007-10-10 | r7480: ldb_sqlite3 work in progress | Derrell Lipman | 1 | -12/+101 |
2007-10-10 | r7449: add ctype.h header to dn expand function | Derrell Lipman | 1 | -23/+24 |
2007-10-10 | r7443: reorg functions for readability | Derrell Lipman | 1 | -667/+724 |
2007-10-10 | r7438: work in progress | Derrell Lipman | 1 | -174/+149 |
2007-10-10 | r7437: Make Simo happy. | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r7418: work in progress | Derrell Lipman | 1 | -28/+30 |
2007-10-10 | r7408: added DN explode function, based on simo's ldap_parse_dn() function. ... | Derrell Lipman | 1 | -14/+41 |
2007-10-10 | r7349: work in progress | Derrell Lipman | 1 | -106/+299 |
2007-10-10 | r7343: handle url like ldb_tdb does | Simo Sorce | 1 | -5/+10 |
2007-10-10 | r7332: added note to self for required modification | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r7316: work in progress | Derrell Lipman | 1 | -147/+237 |
2007-10-10 | r7292: Fix up the build system support for derrell's sqlite3 ldb backend. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7287: work in progress. no more time to work on this right now. save lates... | Derrell Lipman | 1 | -6/+52 |
2007-10-10 | r7282: ldb_sqlite3 work in progress. | Derrell Lipman | 1 | -248/+271 |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 1 | -426/+243 |
2007-10-10 | r7133: work in progress, including a HIGHLY revised and simplified schema | Derrell Lipman | 1 | -87/+117 |
2007-10-10 | r7116: work in progress | Derrell Lipman | 1 | -124/+232 |
2007-10-10 | r6984: added tree representation documentation and utility code, to be used f... | Derrell Lipman | 1 | -3/+3 |
2007-10-10 | r6956: added start of ldb_sqlite3 work | Derrell Lipman | 1 | -0/+951 |