Merge commit 'release-4-0-0alpha15' into master4-tmp
[kai/samba-autobuild/.git] / source4 / lib / ldb / pyldb.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-22 Andrew Tridgellpyldb: added methods to get/set extended components...
2011-06-22 Andrew Tridgellldb: added extended_str() method to pyldb
2011-06-22 Andrew Tridgellldb: expose syntax oids to python
2011-06-19 Matthieu Patoupy-ldb: allow dictionnary like usage (ie. e.get("myattr...
2011-06-14 Andrew Tridgellpyldb: make ldb operations more consistent
2011-06-14 Andrew Tridgellpyldb: added validate option to ldb.modify()
2011-05-21 Matthias Dieter... ldb:pyldb.c - all flags should be unsigned
2011-03-20 Matthieu Patoupyldb: minor fixup, fix a memory leak
2011-03-04 Matthias Dieter... s4:dsdb - we don't need to check if a DN != NULL if...
2011-02-21 Matthieu Patoupyldb: create LdbResult, return value from ldb.search...
2011-01-18 Andrew Bartletts4-pyldb Fix tp_basicsize for PyLdbDn
2011-01-14 Andrew Bartlettpyldb Simplify python wrappers for struct ldb_val ...
2011-01-03 Jelmer Vernooijpyldb: Fix memory reference error.
2011-01-03 Jelmer Vernooijpyldb: Always return -1, 0, or 1 in tp_compare functions.
2011-01-03 Jelmer VernooijRevert broken destructor changes.
2011-01-03 Jelmer Vernooijpyldb: Fix memory context, add more OOM checks.
2011-01-03 Jelmer Vernooijpyldb: Some more OOM checks.
2011-01-03 Jelmer VernooijMake all functions in pyldb.c private, as they can...
2011-01-03 Jelmer Vernooijpyldb: Use pytalloc-util.
2011-01-03 Jelmer Vernooijldb: Remove duplicate definition of check_special,...
2011-01-03 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2011-01-01 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2010-12-22 Matthias Dieter... ldb:pyldb.c - remove unused variable
2010-12-21 Jelmer Vernooijldb: Add ldb.Message.add and ldb.Message.elements.
2010-12-12 Matthias Dieter... ldb:pyldb.h - revert to the previous header behaviour
2010-12-12 Matthias Dieter... ldb:pyldb - optimise includes
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-18 Kamen Mazdrashkis4-pyldb: ldb.Message.from_dict class method to create...
2010-11-18 Kamen Mazdrashkis4-pyldb: Move code to create a ldb_message from a...
2010-11-18 Kamen Mazdrashkis4-pyldb: Few miss-alignments aligned
2010-11-18 Kamen Mazdrashkis4-pyldb: Fix wrong type of 'self' parameter
2010-11-10 Kamen Mazdrashkis4-pyldb: Handle internal errors in py_ldb_contains...
2010-11-08 Matthias Dieter... s4:pyldb.c - fix "py_ldb_contains" according to the...
2010-11-08 Matthias Dieter... ldb:pyldb.c - "py_ldb_msg_element_get" - here we can...
2010-11-08 Matthias Dieter... ldb:pyldb.c - "py_ldb_contains" - return only "0" not...
2010-11-08 Matthias Dieter... ldb:pyldb.c - most of the times "time_t" is defined...
2010-11-08 Matthias Dieter... ldb:pyldb.c - fix some "Py_ssize_t" output warnings
2010-11-08 Matthias Dieter... ldb:pyldb.c - use "Py_ssize_t" for counting list entries
2010-11-08 Matthias Dieter... ldb:pyldb.c - fix indentation
2010-10-16 Matthias Dieter... ldb:pyldb.c - remove pointless comment
2010-10-04 Jelmer VernooijAdd missing dependencies for com_err.
2010-10-04 Matthieu Patoupyldb: test return code before trying to talloc_steal
2010-09-09 Andrew Tridgellpyldb: expose PyLdbDn_FromDn()
2010-09-05 Matthieu Patoupython-ldb: allow ldb_rename to take optional control(s)
2010-08-22 Andrew Tridgellpyldb: do type checking on the list form of ldb add
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Kamen Mazdrashkis4-pyldb: Use ldb_msg_difference() in py_ldb_msg_diff()
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Andrew Bartletts4:pyldb whitespace fix
2010-07-15 Andrew Bartletts4:pyldb Fix memory handling for ldb_message_element
2010-07-15 Matthieu Patouldb: allow ldb_sequence_number to be called in python
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...
next