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
2010-10-16
ldb:pyldb.c - remove pointless comment
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-05
Add missing dependencies for com_err.
Jelmer Vernooij
1
-0
/
+2
2010-10-04
pyldb: test return code before trying to talloc_steal
Matthieu Patou
1
-2
/
+2
2010-09-09
pyldb: expose PyLdbDn_FromDn()
Andrew Tridgell
1
-18
/
+0
2010-09-05
python-ldb: allow ldb_rename to take optional control(s)
Matthieu Patou
1
-4
/
+50
2010-08-22
pyldb: do type checking on the list form of ldb add
Andrew Tridgell
1
-0
/
+6
2010-07-19
s4-pyldb: Use ldb_msg_difference() in py_ldb_msg_diff()
Kamen Mazdrashki
1
-2
/
+10
2010-07-15
s4:pyldb whitespace fix
Andrew Bartlett
1
-1
/
+1
2010-07-15
s4:pyldb Fix memory handling for ldb_message_element
Andrew Bartlett
1
-5
/
+10
2010-07-15
ldb: allow ldb_sequence_number to be called in python
Matthieu Patou
1
-0
/
+26
2010-06-20
ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"
Matthias Dieter Wallnöfer
1
-12
/
+19
2010-06-20
ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...
Matthias Dieter Wallnöfer
1
-19
/
+28
2010-06-19
ldb:python bindings - some small cleanup & improvements in "py_ldb_add"
Matthias Dieter Wallnöfer
1
-14
/
+13
2010-06-19
ldb:python bindings - let also "py_ldb_delete" support controls
Matthias Dieter Wallnöfer
1
-6
/
+50
2010-06-07
ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ...
Matthias Dieter Wallnöfer
1
-3
/
+5
2010-06-07
s4:ldb python bindings - implement comparison on Python LDB Message objects
Matthieu Patou
1
-2
/
+38
2010-05-31
pyldb: Remove duplicate copy of function.
Jelmer Vernooij
1
-28
/
+0
2010-04-08
s4-python: Fix formatting, import of FLG_NOSYNC.
Jelmer Vernooij
1
-5
/
+4
2010-04-07
LDB:python bindings - also empty LDB message elements should have a python re...
Matthias Dieter Wallnöfer
1
-3
/
+6
2010-04-06
Add C-based Samba-specific subclass of Ldb.
Jelmer Vernooij
1
-6
/
+6
2010-02-12
s4-pyldb: null terminate string ldb message elements from python
Andrew Tridgell
1
-4
/
+4
2009-12-21
provision/pyldb: Avoid linking in static python ldb module.
Jelmer Vernooij
1
-1
/
+3
2009-11-27
s4:ldb Provide bindings for ldb_transaction_prepare_commit()
Andrew Bartlett
1
-0
/
+9
2009-11-20
Some changes to allow processing of ldap controls on modify requests.
Nadezhda Ivanova
1
-2
/
+59
2009-11-15
ldb:python bindings - add a context on "py_ldb_delete"
Matthias Dieter Wallnöfer
1
-2
/
+10
2009-10-27
ldb:python bindings - make the intention by Jelmer ("int" vs. "enum") more clear
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-10-27
Revert "ldb python bindungs - better use the "enum ldb_scope" for the search ...
Matthias Dieter Wallnöfer
1
-3
/
+2
2009-10-23
ldb python bindungs - better use the "enum ldb_scope" for the search scope ra...
Matthias Dieter Wallnöfer
1
-2
/
+3
2009-10-23
s4-python: we need to include Python.h first
Andrew Tridgell
1
-1
/
+1
2009-10-19
s4-pyldb: fixed 64 bit issues
Andrew Tridgell
1
-2
/
+4
2009-10-02
pythonbindings: allow add() to have an array of controls as second parameter
Matthieu Patou
1
-0
/
+1
2009-10-01
s4:pyldb - Wrong error type (found only after the push)
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-10-01
s4:ldb_msg_diff - Fixes up possible memory leaks and the python binding of it
Matthias Dieter Wallnöfer
1
-0
/
+4
2009-09-30
s4:pyldb - Fixed the return value in "py_ldb_msg_diff"
Matthias Dieter Wallnöfer
1
-2
/
+0
2009-09-26
pythonbindings: allow add() to have an array of controls as second parameter
Matthieu Patou
1
-4
/
+59
2009-09-14
pyldb: Don't segfault when invalid type is specified to Dn.get().
Jelmer Vernooij
1
-2
/
+10
2009-08-26
s4:ldb Add ldb_ldif_write_string() and python wrappers
Andrew Bartlett
1
-0
/
+38
2009-08-26
s4:ldb Add hooks to get/set the flags on a ldb_message_element
Andrew Bartlett
1
-0
/
+26
2009-08-24
s4:ldb Add python binding and test for ldb_msg_diff()
Andrew Bartlett
1
-0
/
+32
2009-08-21
s4:ldb Python requires that a 'compare' handler return -1, 0 or 1
Andrew Bartlett
1
-1
/
+5
2009-08-17
s4:ldb python bindings: Handle the parameters of the connect call in the righ...
Matthias Dieter Wallnöfer
1
-2
/
+8
2009-08-05
pyldb: Fix reference counting on ldb_message_elements, add extra type
Jelmer Vernooij
1
-1
/
+9
2009-08-05
s4:ldb initialise e->values[i].length before use in python bindings
Andrew Bartlett
1
-1
/
+1
2009-08-04
pyldb: Properly keep copies of Python string contents, rather than
Jelmer Vernooij
1
-9
/
+21
2009-08-03
pyldb: Raise proper exception when attempting to assign a string to a dn
Jelmer Vernooij
1
-5
/
+18
2009-07-18
Remove pyldb_util and simply duplicate the 5-line function it contains,
Jelmer Vernooij
1
-0
/
+10
2009-07-06
s4:ldb Rework use of talloc and ldif objects in python wrapper
Andrew Bartlett
1
-3
/
+18
2009-06-17
pyldb: Fix three more (minor) memory leaks.
Jelmer Vernooij
1
-12
/
+40
2009-06-17
pyldb: Fix memory leak in Dn.get_parent().
Jelmer Vernooij
1
-2
/
+16
2009-06-17
pyldb: Fix memory leak in Dn.concat.
Jelmer Vernooij
1
-3
/
+12
[next]