summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/ldb.i
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14915: Work in progress - getting ldb_add() working.Tim Potter1-0/+24
(This used to be commit d50661ed4ef3f6c96811649a1acbe5d702e80654)
2007-10-10r14901: More work on ldb swig interface. Wrap some more functions.Tim Potter1-7/+38
(This used to be commit 5b722fcd4b1e194532a86bed84d11d778ae16fcc)
2007-10-10r14881: Unpack ldb_message_element and ldb_val arrays. Python can now accessTim Potter1-26/+41
all parts of a ldb_result: @BASEINFO has 2 elements elt[0]: val[0]: sequenceNumber = 2 elt[1]: val[0]: distinguishedName = @BASEINFO name=foo has 2 elements elt[0]: val[0]: foo = bar elt[1]: val[0]: distinguishedName = name=foo Cleanup some swig junk that was only necessary when including config.h and function prototypes that used the PRINTF_ATTRIBUTE() macro. Add some more comments. (This used to be commit 9327fd07d67da1845a60ccf2b7d1d43e9aed0d68)
2007-10-10r14879: Fix bug unpacking ldb_messages.Tim Potter1-1/+12
Start decoding more of ldb_message and ldb_message_result. (This used to be commit 60f7f14baa7ff212138ac2349b94d56918566f73)
2007-10-10r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter1-10/+60
Start wrapper for ldb_search(). Currently it returns a list of swig ldb_message objects. More unpacking of results required. (This used to be commit 704787978aa705edba233249e8eab236ffe303a4)
2007-10-10r13985: Slowly start swig_ldbSimo Sorce1-0/+88
dcerpc still need fixing, the produced shared library misses some symbols. Jelmer, can you look at it while you are playing with the build system ? (This used to be commit af92996e30a50af92d70ac8d55ade3da4ce56077)