index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
pyldb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pythonbindings: allow add() to have an array of controls as second parameter
Matthieu Patou
2009-09-26
1
-4
/
+59
*
pyldb: Don't segfault when invalid type is specified to Dn.get().
Jelmer Vernooij
2009-09-14
1
-2
/
+10
*
s4:ldb Add ldb_ldif_write_string() and python wrappers
Andrew Bartlett
2009-08-26
1
-0
/
+38
*
s4:ldb Add hooks to get/set the flags on a ldb_message_element
Andrew Bartlett
2009-08-26
1
-0
/
+26
*
s4:ldb Add python binding and test for ldb_msg_diff()
Andrew Bartlett
2009-08-24
1
-0
/
+32
*
s4:ldb Python requires that a 'compare' handler return -1, 0 or 1
Andrew Bartlett
2009-08-21
1
-1
/
+5
*
s4:ldb python bindings: Handle the parameters of the connect call in the righ...
Matthias Dieter Wallnöfer
2009-08-17
1
-2
/
+8
*
pyldb: Fix reference counting on ldb_message_elements, add extra type
Jelmer Vernooij
2009-08-05
1
-1
/
+9
*
s4:ldb initialise e->values[i].length before use in python bindings
Andrew Bartlett
2009-08-05
1
-1
/
+1
*
pyldb: Properly keep copies of Python string contents, rather than
Jelmer Vernooij
2009-08-04
1
-9
/
+21
*
pyldb: Raise proper exception when attempting to assign a string to a dn
Jelmer Vernooij
2009-08-03
1
-5
/
+18
*
Remove pyldb_util and simply duplicate the 5-line function it contains,
Jelmer Vernooij
2009-07-18
1
-0
/
+10
*
s4:ldb Rework use of talloc and ldif objects in python wrapper
Andrew Bartlett
2009-07-06
1
-3
/
+18
*
pyldb: Fix three more (minor) memory leaks.
Jelmer Vernooij
2009-06-17
1
-12
/
+40
*
pyldb: Fix memory leak in Dn.get_parent().
Jelmer Vernooij
2009-06-17
1
-2
/
+16
*
pyldb: Fix memory leak in Dn.concat.
Jelmer Vernooij
2009-06-17
1
-3
/
+12
*
pyldb: Fix another memory leak and reference counting error.
Jelmer Vernooij
2009-06-17
1
-12
/
+24
*
pyldb: Fix memory leak of LdbMessage's created from Python.
Jelmer Vernooij
2009-06-17
1
-3
/
+7
*
pyldb: Fix two memory leaks of attribute lists.
Jelmer Vernooij
2009-06-17
1
-3
/
+20
*
pyldb: Fix segfault, freeing memory too early in search.
Jelmer Vernooij
2009-06-17
1
-4
/
+14
*
pyldb: Support getting the parent of special DNs without segfaulting.
Jelmer Vernooij
2009-06-17
1
-1
/
+9
*
Fix some nonempty blank lines
Volker Lendecke
2009-06-06
1
-23
/
+23
*
Fix more unresolved symbols.
Jelmer Vernooij
2009-06-02
1
-35
/
+29
*
pyldb: Let conversion to LDIF up to the user of the API rather than doing
Jelmer Vernooij
2009-03-21
1
-12
/
+1
*
Remove unnecessary duplication of string in memory.
Jelmer Vernooij
2009-03-21
1
-5
/
+16
*
Setting nTSecurityDescriptor via LDAP fails
zahari
2009-03-20
1
-2
/
+4
*
Add more comments.
Jelmer Vernooij
2009-03-20
1
-6
/
+25
*
pyldb: Improve exception message when a list is expected.
Jelmer Vernooij
2009-03-20
1
-8
/
+9
*
s4:pyldb: fix compiler warnings
Stefan Metzmacher
2009-02-05
1
-52
/
+85
*
s4:lib/ldb: include replace.h in pyldb.c
Stefan Metzmacher
2009-01-30
1
-0
/
+1
*
Fix the mess with ldb includes.
Simo Sorce
2009-01-30
1
-1
/
+1
*
s4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher
2009-01-21
1
-1
/
+1
*
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
1
-1
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
1
-0
/
+1
*
Raise a python exception when the ldb search fails
Andrew Bartlett
2009-01-07
1
-0
/
+6
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-36
/
+36
*
Initialise 'flags' in new python ldb binding for ldb_connect
Andrew Bartlett
2009-01-05
1
-1
/
+1
*
Fix silly typo.
Jelmer Vernooij
2008-12-23
1
-1
/
+1
*
pyldb: Provide replacement for sizeargfunc, not available before Python2.5.
Jelmer Vernooij
2008-12-23
1
-0
/
+1
*
python: Define Py_ssize_t if the Python library doesn't.
Jelmer Vernooij
2008-12-23
1
-0
/
+6
*
pyldb: Fix segfault because of incorrect reference counting.
Jelmer Vernooij
2008-12-23
1
-7
/
+20
*
pyldb: Avoid use of pytalloc, as it may not be available.
Jelmer Vernooij
2008-12-23
1
-59
/
+175
*
ldb: Include tevent.h rather than events.h.
Jelmer Vernooij
2008-12-23
1
-1
/
+1
*
Fix various Python-related bugs.
Jelmer Vernooij
2008-12-21
1
-5
/
+16
*
Remove remaining fragments of SWIG code in pyldb.
Jelmer Vernooij
2008-12-21
1
-91
/
+0
*
Fix more introduced regressions in new bindings.
Jelmer Vernooij
2008-12-21
1
-47
/
+77
*
py: Fix initialisation of subtypes, fix segfaults.
Jelmer Vernooij
2008-12-21
1
-2
/
+6
*
Support subtypes of ldb.Ldb.
Jelmer Vernooij
2008-12-20
1
-12
/
+67
*
Fix all pyldb tests except for modules.
Jelmer Vernooij
2008-12-20
1
-309
/
+355
*
Fix more tests.
Jelmer Vernooij
2008-12-19
1
-100
/
+271
[next]