s4:ldb Add python binding and test for ldb_msg_diff()
[ira/wip.git] / source4 / lib / ldb / pyldb.c
2009-08-24 Andrew Bartletts4:ldb Add python binding and test for ldb_msg_diff()
2009-08-21 Andrew Bartletts4:ldb Python requires that a 'compare' handler return...
2009-08-17 Matthias Dieter... s4:ldb python bindings: Handle the parameters of the...
2009-08-05 Jelmer Vernooijpyldb: Fix reference counting on ldb_message_elements...
2009-08-05 Andrew Bartletts4:ldb initialise e->values[i].length before use in...
2009-08-03 Jelmer Vernooijpyldb: Properly keep copies of Python string contents...
2009-08-03 Jelmer Vernooijpyldb: Raise proper exception when attempting to assign...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Jelmer VernooijRemove pyldb_util and simply duplicate the 5-line funct...
2009-07-05 Andrew Bartletts4:ldb Rework use of talloc and ldif objects in python...
2009-06-17 Jelmer Vernooijpyldb: Fix three more (minor) memory leaks.
2009-06-17 Jelmer Vernooijpyldb: Fix memory leak in Dn.get_parent().
2009-06-17 Jelmer Vernooijpyldb: Fix memory leak in Dn.concat.
2009-06-17 Jelmer Vernooijpyldb: Fix another memory leak and reference counting...
2009-06-17 Jelmer Vernooijpyldb: Fix memory leak of LdbMessage's created from...
2009-06-17 Jelmer Vernooijpyldb: Fix two memory leaks of attribute lists.
2009-06-17 Jelmer Vernooijpyldb: Fix segfault, freeing memory too early in search.
2009-06-17 Jelmer Vernooijpyldb: Support getting the parent of special DNs withou...
2009-06-06 Volker LendeckeFix some nonempty blank lines
2009-06-02 Jelmer VernooijFix more unresolved symbols.
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-21 Jelmer Vernooijpyldb: Let conversion to LDIF up to the user of the...
2009-03-21 Jelmer VernooijRemove unnecessary duplication of string in memory.
2009-03-20 zahariSetting nTSecurityDescriptor via LDAP fails
2009-03-20 Jelmer VernooijAdd more comments.
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-19 Jelmer Vernooijpyldb: Improve exception message when a list is expected.
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pyldb: fix compiler warnings
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Stefan Metzmachers4:lib/ldb: include replace.h in pyldb.c
2009-01-30 Simo SorceFix the mess with ldb includes.
2009-01-21 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4
2009-01-21 Stefan Metzmachers4:ldb: remove dependency to samba4's events wrapper
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-07 Andrew BartlettRaise a python exception when the ldb search fails
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Andrew BartlettInitialise 'flags' in new python ldb binding for ldb_co...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix silly typo.
2008-12-23 Jelmer Vernooijpyldb: Provide replacement for sizeargfunc, not availab...
2008-12-23 Jelmer Vernooijpython: Define Py_ssize_t if the Python library doesn't.
2008-12-23 Jelmer Vernooijpyldb: Fix segfault because of incorrect reference...
2008-12-23 Jelmer Vernooijpyldb: Avoid use of pytalloc, as it may not be available.
2008-12-23 Jelmer Vernooijldb: Include tevent.h rather than events.h.
2008-12-21 Jelmer VernooijFix various Python-related bugs.
2008-12-21 Jelmer VernooijRemove remaining fragments of SWIG code in pyldb.
2008-12-21 Jelmer VernooijFix more introduced regressions in new bindings.
2008-12-21 Jelmer Vernooijpy: Fix initialisation of subtypes, fix segfaults.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-20 Jelmer VernooijSupport subtypes of ldb.Ldb.
2008-12-20 Jelmer VernooijFix all pyldb tests except for modules.
2008-12-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijFix more tests.
2008-12-19 Jelmer VernooijPort over more functionality to new SWIGless Python...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijInitial work using manual Python bindings for LDB,...