summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* ldb:pyldb.c - remove pointless commentMatthias Dieter Wallnöfer2010-10-161-1/+0
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-051-0/+2
* pyldb: test return code before trying to talloc_stealMatthieu Patou2010-10-041-2/+2
* pyldb: expose PyLdbDn_FromDn()Andrew Tridgell2010-09-091-18/+0
* python-ldb: allow ldb_rename to take optional control(s)Matthieu Patou2010-09-051-4/+50
* pyldb: do type checking on the list form of ldb addAndrew Tridgell2010-08-221-0/+6
* s4-pyldb: Use ldb_msg_difference() in py_ldb_msg_diff()Kamen Mazdrashki2010-07-191-2/+10
* s4:pyldb whitespace fixAndrew Bartlett2010-07-151-1/+1
* s4:pyldb Fix memory handling for ldb_message_elementAndrew Bartlett2010-07-151-5/+10
* ldb: allow ldb_sequence_number to be called in pythonMatthieu Patou2010-07-151-0/+26
* ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"Matthias Dieter Wallnöfer2010-06-201-12/+19
* ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...Matthias Dieter Wallnöfer2010-06-201-19/+28
* ldb:python bindings - some small cleanup & improvements in "py_ldb_add"Matthias Dieter Wallnöfer2010-06-191-14/+13
* ldb:python bindings - let also "py_ldb_delete" support controlsMatthias Dieter Wallnöfer2010-06-191-6/+50
* ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ...Matthias Dieter Wallnöfer2010-06-071-3/+5
* s4:ldb python bindings - implement comparison on Python LDB Message objectsMatthieu Patou2010-06-071-2/+38
* pyldb: Remove duplicate copy of function.Jelmer Vernooij2010-05-311-28/+0
* s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij2010-04-081-5/+4
* LDB:python bindings - also empty LDB message elements should have a python re...Matthias Dieter Wallnöfer2010-04-071-3/+6
* Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij2010-04-061-6/+6
* s4-pyldb: null terminate string ldb message elements from pythonAndrew Tridgell2010-02-121-4/+4
* provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2009-12-211-1/+3
* s4:ldb Provide bindings for ldb_transaction_prepare_commit()Andrew Bartlett2009-11-271-0/+9
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-201-2/+59
* ldb:python bindings - add a context on "py_ldb_delete"Matthias Dieter Wallnöfer2009-11-151-2/+10
* ldb:python bindings - make the intention by Jelmer ("int" vs. "enum") more clearMatthias Dieter Wallnöfer2009-10-271-0/+2
* Revert "ldb python bindungs - better use the "enum ldb_scope" for the search ...Matthias Dieter Wallnöfer2009-10-271-3/+2
* ldb python bindungs - better use the "enum ldb_scope" for the search scope ra...Matthias Dieter Wallnöfer2009-10-231-2/+3
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4-pyldb: fixed 64 bit issuesAndrew Tridgell2009-10-191-2/+4
* pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou2009-10-021-0/+1
* s4:pyldb - Wrong error type (found only after the push)Matthias Dieter Wallnöfer2009-10-011-1/+1
* s4:ldb_msg_diff - Fixes up possible memory leaks and the python binding of itMatthias Dieter Wallnöfer2009-10-011-0/+4
* s4:pyldb - Fixed the return value in "py_ldb_msg_diff"Matthias Dieter Wallnöfer2009-09-301-2/+0
* pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou2009-09-261-4/+59
* pyldb: Don't segfault when invalid type is specified to Dn.get().Jelmer Vernooij2009-09-141-2/+10
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-261-0/+38
* s4:ldb Add hooks to get/set the flags on a ldb_message_elementAndrew Bartlett2009-08-261-0/+26
* s4:ldb Add python binding and test for ldb_msg_diff()Andrew Bartlett2009-08-241-0/+32
* s4:ldb Python requires that a 'compare' handler return -1, 0 or 1Andrew Bartlett2009-08-211-1/+5
* s4:ldb python bindings: Handle the parameters of the connect call in the righ...Matthias Dieter Wallnöfer2009-08-171-2/+8
* pyldb: Fix reference counting on ldb_message_elements, add extra typeJelmer Vernooij2009-08-051-1/+9
* s4:ldb initialise e->values[i].length before use in python bindingsAndrew Bartlett2009-08-051-1/+1
* pyldb: Properly keep copies of Python string contents, rather thanJelmer Vernooij2009-08-041-9/+21
* pyldb: Raise proper exception when attempting to assign a string to a dnJelmer Vernooij2009-08-031-5/+18
* Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij2009-07-181-0/+10
* s4:ldb Rework use of talloc and ldif objects in python wrapperAndrew Bartlett2009-07-061-3/+18
* pyldb: Fix three more (minor) memory leaks.Jelmer Vernooij2009-06-171-12/+40
* pyldb: Fix memory leak in Dn.get_parent().Jelmer Vernooij2009-06-171-2/+16
* pyldb: Fix memory leak in Dn.concat.Jelmer Vernooij2009-06-171-3/+12