1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tim Potter
684aa5adef r15389: Add some better torture tests for LdbMessage.
Fix up behaviour of Ldb.__setitem__() function.  It should overwrite the
element data.

Add wrapper for ldb_msg_sanity_check().
(This used to be commit d67e055f86)
2007-10-10 14:05:31 -05:00
Tim Potter
5abd8940f9 r15348: Start adding a dict interface and tests to LdbMessage class.
(This used to be commit 7e30e8ba57)
2007-10-10 14:05:23 -05:00
Tim Potter
ec4421d126 r15346: Doc.
(This used to be commit ccd5c19ad6)
2007-10-10 14:05:21 -05:00
Tim Potter
b729cc8211 r15343: Some small cleanups.
Remove LdbMessage.close() method as it's not necessary.
(This used to be commit c9ed165c17)
2007-10-10 14:05:21 -05:00
Tim Potter
8fe1aa195b r15178: Fix ldb function calls after big swig rename.
Add close() methods to Ldb and LdbMessage classes.

Start adding dict interface to LdbMessage.
(This used to be commit 8be846a3c3)
2007-10-10 14:04:13 -05:00
Tim Potter
5ea77ad66b r15177: Wrap ldb_strerror() function.
(This used to be commit af2b709f94)
2007-10-10 14:04:12 -05:00
Tim Potter
611a058440 r15110: Start rewriting higher level ldb wrapper.
(This used to be commit 80853c7ddd)
2007-10-10 14:04:09 -05:00
Tim Potter
a204089c25 r15109: Wrap ldb_global_init()
(This used to be commit f70ed998a7)
2007-10-10 14:04:09 -05:00
Tim Potter
84c6dea9b7 r15097: Add constants for ldb errors.
Add wrappers for ldb_dn_explode() and ldb_dn_linearize().
(This used to be commit 84774902a1)
2007-10-10 14:04:08 -05:00
Tim Potter
3f52210e7b r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapper
works properly.
(This used to be commit 75176b188b)
2007-10-10 14:04:08 -05:00
Tim Potter
aa8ced4512 r15092: Remove some swig stuff that didn't work out and the %rename call.
Add wrappers for some of the ldb_msg_* functions.
(This used to be commit ca7c94675e)
2007-10-10 14:04:08 -05:00
Tim Potter
bd41ecdcd0 r15091: Raise LdbError instead of IOError when ldb function calls return an
error.
(This used to be commit e13c6d7c49)
2007-10-10 14:04:08 -05:00
Tim Potter
8c23f133c4 r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
(This used to be commit fa8d0dc14a)
2007-10-10 14:00:48 -05:00