Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-06 | pyldb: Add bindings for ldb_dn_remove_base_components | Andrew Bartlett | 1 | -0/+5 | |
2012-07-06 | pyldb: Fix dn concat operation to be the other way around | Andrew Bartlett | 1 | -1/+1 | |
This now concatonates Dn(ldb, "cn=config") + Dn(ldb, "dc=samba,dc=org") as "cn=config,dc=samba,dc=org" Andrew Bartlett | |||||
2012-06-12 | ldb:tests: fix use of a non-existent word (existant) | Michael Adam | 1 | -1/+1 | |
2011-11-10 | ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather | Jelmer Vernooij | 1 | -33/+37 | |
than samba.tests. | |||||
2011-11-10 | Revert "pyldb: fixed ldb API test" | Jelmer Vernooij | 1 | -36/+39 | |
This reverts commit 333248f08c83cc5b18f8e7e84cb19d79a8309d6e. This commit made the pyldb tests depend on the Samba testsuite. | |||||
2011-11-10 | pyldb: fixed ldb API test | Andrew Tridgell | 1 | -39/+36 | |
it was failing previously, but the failure wasn't being noticed | |||||
2011-07-29 | pyldb: added binary_encode() and binary_decode() methods | Andrew Tridgell | 1 | -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> | |||||
2011-07-21 | pyldb: use dn.is_child_of() instead of dn.compare_base() | Andrew Tridgell | 1 | -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> | |||||
2011-07-21 | pyldb: add unit test for ldbDn.compare_base | Matthieu Patou | 1 | -0/+11 | |
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+748 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |