index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
pyldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-05
s4:pyldb: fix compiler warnings
Stefan Metzmacher
1
-52
/
+85
2009-01-30
s4:lib/ldb: include replace.h in pyldb.c
Stefan Metzmacher
1
-0
/
+1
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
1
-1
/
+1
2009-01-21
s4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher
1
-1
/
+1
2009-01-08
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
1
-1
/
+5
2009-01-07
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
1
-0
/
+1
2009-01-07
Raise a python exception when the ldb search fails
Andrew Bartlett
1
-0
/
+6
2009-01-06
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
1
-36
/
+36
2009-01-05
Initialise 'flags' in new python ldb binding for ldb_connect
Andrew Bartlett
1
-1
/
+1
2008-12-23
Fix silly typo.
Jelmer Vernooij
1
-1
/
+1
2008-12-23
pyldb: Provide replacement for sizeargfunc, not available before Python2.5.
Jelmer Vernooij
1
-0
/
+1
2008-12-23
python: Define Py_ssize_t if the Python library doesn't.
Jelmer Vernooij
1
-0
/
+6
2008-12-23
pyldb: Fix segfault because of incorrect reference counting.
Jelmer Vernooij
1
-7
/
+20
2008-12-23
pyldb: Avoid use of pytalloc, as it may not be available.
Jelmer Vernooij
1
-59
/
+175
2008-12-23
ldb: Include tevent.h rather than events.h.
Jelmer Vernooij
1
-1
/
+1
2008-12-21
Fix various Python-related bugs.
Jelmer Vernooij
1
-5
/
+16
2008-12-21
Remove remaining fragments of SWIG code in pyldb.
Jelmer Vernooij
1
-91
/
+0
2008-12-21
Fix more introduced regressions in new bindings.
Jelmer Vernooij
1
-47
/
+77
2008-12-21
py: Fix initialisation of subtypes, fix segfaults.
Jelmer Vernooij
1
-2
/
+6
2008-12-20
Support subtypes of ldb.Ldb.
Jelmer Vernooij
1
-12
/
+67
2008-12-20
Fix all pyldb tests except for modules.
Jelmer Vernooij
1
-309
/
+355
2008-12-19
Fix more tests.
Jelmer Vernooij
1
-100
/
+271
2008-12-19
Port over more functionality to new SWIGless Python module.
Jelmer Vernooij
1
-290
/
+337
2008-12-19
Initial work using manual Python bindings for LDB, rather than SWIG-generated...
Jelmer Vernooij
1
-0
/
+1721