summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix silly typo.Jelmer Vernooij2008-12-231-1/+1
* pyldb: Provide replacement for sizeargfunc, not available before Python2.5.Jelmer Vernooij2008-12-231-0/+1
* python: Define Py_ssize_t if the Python library doesn't.Jelmer Vernooij2008-12-231-0/+6
* pyldb: Fix segfault because of incorrect reference counting.Jelmer Vernooij2008-12-231-7/+20
* pyldb: Avoid use of pytalloc, as it may not be available.Jelmer Vernooij2008-12-231-59/+175
* ldb: Include tevent.h rather than events.h.Jelmer Vernooij2008-12-231-1/+1
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-5/+16
* Remove remaining fragments of SWIG code in pyldb.Jelmer Vernooij2008-12-211-91/+0
* Fix more introduced regressions in new bindings.Jelmer Vernooij2008-12-211-47/+77
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-2/+6
* Support subtypes of ldb.Ldb.Jelmer Vernooij2008-12-201-12/+67
* Fix all pyldb tests except for modules.Jelmer Vernooij2008-12-201-309/+355
* Fix more tests.Jelmer Vernooij2008-12-191-100/+271