summaryrefslogtreecommitdiff
path: root/lib/ldb/pyldb.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell1-4/+4
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>
2011-07-21ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou1-0/+17
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+3302
Signed-off-by: Andrew Tridgell <tridge@samba.org>