summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_tdb
Commit message (Expand)AuthorAgeFilesLines
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-106-15/+12
* r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2007-10-101-1/+7
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-104-0/+9
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12540: Provide more information in the ldb error string.Andrew Bartlett2007-10-101-3/+5
* r12408: as we always add the destinguishedName as autogenerated value,Stefan Metzmacher2007-10-101-8/+16
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-1/+1
* r11567: Ldb API change patch.Simo Sorce2007-10-104-28/+72
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-101-2/+1
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-102-8/+39
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2007-10-101-5/+18
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-105-37/+36
* r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell2007-10-101-85/+43
* r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell2007-10-102-15/+7
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-104-40/+15
* r10667: cope with a NULL tree for base searches in ldb_search()Andrew Tridgell2007-10-101-11/+11
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-101-19/+25
* r10422: ldb_search() can now use tdb_traverse_read() to ensure it can run inAndrew Tridgell2007-10-101-1/+1
* r10408: now that we are using tdb transactions we don't need any additionalAndrew Tridgell2007-10-103-166/+36
* r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell2007-10-101-5/+4
* r10405: added transactions into tdb, and hook them into ldb. See myAndrew Tridgell2007-10-101-2/+22
* r10305: start implementing better error handlingSimo Sorce2007-10-103-76/+61
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-10/+23
* r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell2007-10-101-1/+1
* r10251: some more work on ldb_sqlite3Simo Sorce2007-10-101-0/+6
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-106-113/+253
* r8779: Add rdn module to makefile and headersSimo Sorce2007-10-101-1/+2
* r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell2007-10-101-0/+7
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-103-22/+127
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-22/+25
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8373: New wildcard matching code.Simo Sorce2007-10-103-45/+6
* r8084: do not leak memory on errorsSimo Sorce2007-10-101-7/+5
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-102-3/+2
* r8038: - fixed indexing on binary values that need base64 encoding and canoni...Andrew Tridgell2007-10-101-2/+1
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-106-543/+282
* r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce2007-10-101-5/+43
* r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell2007-10-101-0/+3
* r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell2007-10-101-3/+3
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-103-36/+47
* r7602: fix some compiler warningsDerrell Lipman2007-10-101-1/+1
* r7601: ldb_sqlite3 work in progressDerrell Lipman2007-10-101-2/+5
* r7582: Better way to have a fast path searching for a specific DN.Simo Sorce2007-10-102-13/+12
* r7561: moved OID constants into ldb.h and used manifest constants in ldb_match.cDerrell Lipman2007-10-101-2/+2
* r7559: support 64 bit matching in bitopsAndrew Tridgell2007-10-101-6/+6
* r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell2007-10-102-13/+106
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-105-26/+41
* r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell2007-10-101-1/+1