s4-pyldb: Use ldb_msg_diff_ex() in py_ldb_msg_diff()
[kamenim/samba.git] / source4 / lib / ldb / pyldb.c
2010-07-10 Kamen Mazdrashkis4-pyldb: Use ldb_msg_diff_ex() in py_ldb_msg_diff()
2010-06-20 Matthias Dieter... ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"
2010-06-20 Matthias Dieter... ldb:pyldb.c - some cleanups and adequations also in...
2010-06-19 Matthias Dieter... ldb:python bindings - some small cleanup & improvements...
2010-06-19 Matthias Dieter... ldb:python bindings - let also "py_ldb_delete" support...
2010-06-07 Matthias Dieter... ldb:pyldb.c - we cannot use "ldb_dn_compare" if both...
2010-06-07 Matthieu Patous4:ldb python bindings - implement comparison on Python...
2010-05-31 Jelmer Vernooijpyldb: Remove duplicate copy of function.
2010-04-08 Jelmer Vernooijs4-python: Fix formatting, import of FLG_NOSYNC.
2010-04-07 Matthias Dieter... LDB:python bindings - also empty LDB message elements...
2010-04-06 Jelmer VernooijAdd C-based Samba-specific subclass of Ldb.
2010-02-11 Andrew Tridgells4-pyldb: null terminate string ldb message elements...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-21 Jelmer Vernooijprovision/pyldb: Avoid linking in static python ldb...
2009-11-27 Andrew Bartletts4:ldb Provide bindings for ldb_transaction_prepare_com...
2009-11-20 Nadezhda IvanovaSome changes to allow processing of ldap controls on...
2009-11-15 Matthias Dieter... ldb:python bindings - add a context on "py_ldb_delete"
2009-10-27 Matthias Dieter... ldb:python bindings - make the intention by Jelmer...
2009-10-27 Matthias Dieter... Revert "ldb python bindungs - better use the "enum...
2009-10-23 Matthias Dieter... ldb python bindungs - better use the "enum ldb_scope...
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-19 Andrew Tridgells4-pyldb: fixed 64 bit issues
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Matthieu Patoupythonbindings: allow add() to have an array of control...
2009-10-01 Matthias Dieter... s4:pyldb - Wrong error type (found only after the push)
2009-10-01 Matthias Dieter... s4:ldb_msg_diff - Fixes up possible memory leaks and...
2009-09-30 Matthias Dieter... s4:pyldb - Fixed the return value in "py_ldb_msg_diff"
2009-09-25 Matthieu Patoupythonbindings: allow add() to have an array of control...
2009-09-14 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-14 Jelmer Vernooijpyldb: Don't segfault when invalid type is specified...
2009-08-26 Andrew Bartletts4:ldb Add ldb_ldif_write_string() and python wrappers
2009-08-26 Andrew Bartletts4:ldb Add hooks to get/set the flags on a ldb_message_...
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,...