Age | Commit message (Expand) | Author | Files | Lines |
2008-10-16 | Transform the sequence_number operation into a normal extended operation as i... | Simo Sorce | 1 | -0/+2 |
2008-09-29 | LDB ASYNC: ldb_tdb backend | Simo Sorce | 1 | -9/+5 |
2007-12-21 | r25959: Add a new special DN to LDB: @OPTIONS | Andrew Bartlett | 1 | -0/+4 |
2007-12-21 | r25893: Fix ldb, tdb builds (and one warning). | Jeremy Allison | 1 | -0/+2 |
2007-12-21 | r25690: - only use a readonly traverse in ldb_search when not in a transactio... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r25218: After discussion with Simo, remove the subclass support from LDB. | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 1 | -8/+1 |
2007-10-10 | r20106: Optional ONE Level indexing for ldb_tdb | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient, | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r19363: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r19314: Commit tridge's fixes for a big mem leak in ltdb I introduced | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r18831: minor build changes for samba3. The logging changes will be removed | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r18781: Move the usnCreated and usnChanged handling around again. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r17711: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r16774: This patch modifies the tdb API to allow the logging function to be used | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -5/+1 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -6/+1 |
2007-10-10 | r13827: Minor enhancements or cosmetic changes | Simo Sorce | 1 | -4/+1 |
2007-10-10 | r13818: Make ldb_tdb 'fake' async. | Simo Sorce | 1 | -5/+32 |
2007-10-10 | r13258: Fix the talloc heirachy for ldb_tdb. | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r10408: now that we are using tdb transactions we don't need any additional | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r10305: start implementing better error handling | Simo Sorce | 1 | -3/+0 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -6/+6 |
2007-10-10 | r8625: move the ldb_wrap logic into the ldb code. This logic is meant to | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r8037: a fairly major update to the internals of ldb. Changes are: | Andrew Tridgell | 1 | -19/+0 |
2007-10-10 | r7709: - convert ldb to use popt, so that it can interact with the samba | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r6867: this code will change the way the @ATTRIBUTES object is handled | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4281: fixed an ldb indexing bug in ldb found by volker. | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4022: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -0/+69 |
2007-10-10 | r714: make sure ldb formats are portable between big/little endian machines | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r435: a major upgrade for ldb | Andrew Tridgell | 1 | -0/+36 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r147: - Remove dublicate ldap tests (richard the current test is in libads/co... | Stefan Metzmacher | 1 | -2/+2 |
2004-03-31 | make a more recent snapshot of ldb available to interested | Andrew Tridgell | 1 | -0/+11 |