pyldb: added binary_encode() and binary_decode() methods
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Jul 2011 07:03:06 +0000 (17:03 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 29 Jul 2011 08:17:44 +0000 (18:17 +1000)
commit7ce4aca029473b219d053221ced1e3686ce2d3ad
tree90b75e6de4c32f9e27039d818c0ed8cfff8594a3
parentd815ce094e7a495fb2ddf0668015c5a1b9bb1dc4
pyldb: added binary_encode() and binary_decode() methods

this gives access to RFC2254 encoding from python

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
lib/ldb/pyldb.c
lib/ldb/tests/python/api.py