summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* ldb:pyldb.c - remove unused variableMatthias Dieter Wallnöfer2010-12-221-1/+1
* ldb: Add ldb.Message.add and ldb.Message.elements.Jelmer Vernooij2010-12-211-32/+72
* ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer2010-12-121-0/+2
* ldb:pyldb - optimise includesMatthias Dieter Wallnöfer2010-12-121-3/+0
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-6/+6
* s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from...Kamen Mazdrashki2010-11-181-0/+44
* s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i...Kamen Mazdrashki2010-11-181-46/+73
* s4-pyldb: Few miss-alignments alignedKamen Mazdrashki2010-11-181-9/+8
* s4-pyldb: Fix wrong type of 'self' parameterKamen Mazdrashki2010-11-181-1/+1
* s4-pyldb: Handle internal errors in py_ldb_contains() properlyKamen Mazdrashki2010-11-101-4/+9
* s4:pyldb.c - fix "py_ldb_contains" according to the comment by JelmerMatthias Dieter Wallnöfer2010-11-081-4/+2
* ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int...Matthias Dieter Wallnöfer2010-11-081-3/+3
* ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ...Matthias Dieter Wallnöfer2010-11-081-3/+10
* ldb:pyldb.c - most of the times "time_t" is defined as "long int"Matthias Dieter Wallnöfer2010-11-081-5/+5
* ldb:pyldb.c - fix some "Py_ssize_t" output warningsMatthias Dieter Wallnöfer2010-11-081-3/+2
* ldb:pyldb.c - use "Py_ssize_t" for counting list entriesMatthias Dieter Wallnöfer2010-11-081-12/+11
* ldb:pyldb.c - fix indentationMatthias Dieter Wallnöfer2010-11-081-2/+3
* 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