summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pyldb: Fix another memory leak and reference counting error.Jelmer Vernooij2009-06-171-12/+24
* pyldb: Fix memory leak of LdbMessage's created from Python.Jelmer Vernooij2009-06-171-3/+7
* pyldb: Fix two memory leaks of attribute lists.Jelmer Vernooij2009-06-171-3/+20
* pyldb: Fix segfault, freeing memory too early in search.Jelmer Vernooij2009-06-171-4/+14
* pyldb: Support getting the parent of special DNs without segfaulting.Jelmer Vernooij2009-06-171-1/+9
* Fix some nonempty blank linesVolker Lendecke2009-06-061-23/+23
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-35/+29
* pyldb: Let conversion to LDIF up to the user of the API rather than doingJelmer Vernooij2009-03-211-12/+1
* Remove unnecessary duplication of string in memory.Jelmer Vernooij2009-03-211-5/+16
* Setting nTSecurityDescriptor via LDAP failszahari2009-03-201-2/+4
* Add more comments.Jelmer Vernooij2009-03-201-6/+25
* pyldb: Improve exception message when a list is expected.Jelmer Vernooij2009-03-201-8/+9
* s4:pyldb: fix compiler warningsStefan Metzmacher2009-02-051-52/+85
* s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher2009-01-301-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-1/+1
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-0/+1
* Raise a python exception when the ldb search failsAndrew Bartlett2009-01-071-0/+6
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-36/+36
* Initialise 'flags' in new python ldb binding for ldb_connectAndrew Bartlett2009-01-051-1/+1