Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> |