summaryrefslogtreecommitdiffstats
path: root/lib/ldb/tests
Commit message (Collapse)AuthorAgeFilesLines
* pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2011-07-291-0/+4
| | | | | | | this gives access to RFC2254 encoding from python Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
* ldb: added a test for an invalid search expressionAndrew Tridgell2011-07-291-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>
* pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2011-07-211-5/+6
| | | | | | | | the compare_base() C API doesn't really fit well in python, as it returns 0 for true. Better to have a boolean function for the python interface. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* pyldb: add unit test for ldbDn.compare_baseMatthieu Patou2011-07-211-0/+11
|
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-0537-0/+2310
Signed-off-by: Andrew Tridgell <tridge@samba.org>