summaryrefslogtreecommitdiffstats
path: root/lib/ldb/tools
Commit message (Collapse)AuthorAgeFilesLines
* ldbedit: prevent a transaction warning on failureKelly Yeoh2012-01-251-0/+1
| | | | | | | | | | if a modify fails then cancel the transaction to prevent a dangling transaction error Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jan 25 07:06:40 CET 2012 on sn-devel-104
* ldb: fixed ldbsearch when no baseDN specified and cross-ncs is usedAndrew Tridgell2011-09-011-4/+24
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-0511-0/+2442
Signed-off-by: Andrew Tridgell <tridge@samba.org>