summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/pyldb.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-12ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer1-0/+2
2010-12-12ldb:pyldb - optimise includesMatthias Dieter Wallnöfer1-3/+0
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-6/+6
2010-11-18s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from...Kamen Mazdrashki1-0/+44
2010-11-18s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i...Kamen Mazdrashki1-46/+73
2010-11-18s4-pyldb: Few miss-alignments alignedKamen Mazdrashki1-9/+8
2010-11-18s4-pyldb: Fix wrong type of 'self' parameterKamen Mazdrashki1-1/+1
2010-11-10s4-pyldb: Handle internal errors in py_ldb_contains() properlyKamen Mazdrashki1-4/+9
2010-11-08s4:pyldb.c - fix "py_ldb_contains" according to the comment by JelmerMatthias Dieter Wallnöfer1-4/+2
2010-11-08ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int...Matthias Dieter Wallnöfer1-3/+3
2010-11-08ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ...Matthias Dieter Wallnöfer1-3/+10
2010-11-08ldb:pyldb.c - most of the times "time_t" is defined as "long int"Matthias Dieter Wallnöfer1-5/+5
2010-11-08ldb:pyldb.c - fix some "Py_ssize_t" output warningsMatthias Dieter Wallnöfer1-3/+2
2010-11-08ldb:pyldb.c - use "Py_ssize_t" for counting list entriesMatthias Dieter Wallnöfer1-12/+11
2010-11-08ldb:pyldb.c - fix indentationMatthias Dieter Wallnöfer1-2/+3
2010-10-16ldb:pyldb.c - remove pointless commentMatthias Dieter Wallnöfer1-1/+0
2010-10-05Add missing dependencies for com_err.Jelmer Vernooij1-0/+2
2010-10-04pyldb: test return code before trying to talloc_stealMatthieu Patou1-2/+2
2010-09-09pyldb: expose PyLdbDn_FromDn()Andrew Tridgell1-18/+0
2010-09-05python-ldb: allow ldb_rename to take optional control(s)Matthieu Patou1-4/+50
2010-08-22pyldb: do type checking on the list form of ldb addAndrew Tridgell1-0/+6
2010-07-19s4-pyldb: Use ldb_msg_difference() in py_ldb_msg_diff()Kamen Mazdrashki1-2/+10
2010-07-15s4:pyldb whitespace fixAndrew Bartlett1-1/+1
2010-07-15s4:pyldb Fix memory handling for ldb_message_elementAndrew Bartlett1-5/+10
2010-07-15ldb: allow ldb_sequence_number to be called in pythonMatthieu Patou1-0/+26
2010-06-20ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"Matthias Dieter Wallnöfer1-12/+19
2010-06-20ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...Matthias Dieter Wallnöfer1-19/+28
2010-06-19ldb:python bindings - some small cleanup & improvements in "py_ldb_add"Matthias Dieter Wallnöfer1-14/+13
2010-06-19ldb:python bindings - let also "py_ldb_delete" support controlsMatthias Dieter Wallnöfer1-6/+50
2010-06-07ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ...Matthias Dieter Wallnöfer1-3/+5
2010-06-07s4:ldb python bindings - implement comparison on Python LDB Message objectsMatthieu Patou1-2/+38
2010-05-31pyldb: Remove duplicate copy of function.Jelmer Vernooij1-28/+0
2010-04-08s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij1-5/+4
2010-04-07LDB:python bindings - also empty LDB message elements should have a python re...Matthias Dieter Wallnöfer1-3/+6
2010-04-06Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij1-6/+6
2010-02-12s4-pyldb: null terminate string ldb message elements from pythonAndrew Tridgell1-4/+4
2009-12-21provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij1-1/+3
2009-11-27s4:ldb Provide bindings for ldb_transaction_prepare_commit()Andrew Bartlett1-0/+9
2009-11-20Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova1-2/+59
2009-11-15ldb:python bindings - add a context on "py_ldb_delete"Matthias Dieter Wallnöfer1-2/+10
2009-10-27ldb:python bindings - make the intention by Jelmer ("int" vs. "enum") more clearMatthias Dieter Wallnöfer1-0/+2
2009-10-27Revert "ldb python bindungs - better use the "enum ldb_scope" for the search ...Matthias Dieter Wallnöfer1-3/+2
2009-10-23ldb python bindungs - better use the "enum ldb_scope" for the search scope ra...Matthias Dieter Wallnöfer1-2/+3
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-10-19s4-pyldb: fixed 64 bit issuesAndrew Tridgell1-2/+4
2009-10-02pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou1-0/+1
2009-10-01s4:pyldb - Wrong error type (found only after the push)Matthias Dieter Wallnöfer1-1/+1
2009-10-01s4:ldb_msg_diff - Fixes up possible memory leaks and the python binding of itMatthias Dieter Wallnöfer1-0/+4
2009-09-30s4:pyldb - Fixed the return value in "py_ldb_msg_diff"Matthias Dieter Wallnöfer1-2/+0
2009-09-26pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou1-4/+59