Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-10 | ldb-tools: Place the whole of an ldif file in a transaction | Andrew Bartlett | 1 | -0/+21 | |
This ensures that when operating ldbadd and ldbmodify against local ldb files, either an ldif file succeeds or fails as a whole. Also tests to verify that this is working correctly, and an ABI bump due to the extra (private, but exported to ldb* tools) symbol and behaviour change. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Apr 10 11:14:43 CEST 2012 on sn-devel-104 | |||||
2012-02-01 | selftest: Remove unused support for --exeext | Andrew Bartlett | 1 | -36/+36 | |
2011-07-29 | ldb: added a test for an invalid search expression | Andrew Tridgell | 1 | -0/+3 | |
this tests the fix for invalid expressions in & and | expressions Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+128 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |