Age | Commit message (Expand) | Author | Files | Lines |
2011-05-21 | ldb:pyldb.c - all flags should be unsigned | Matthias Dieter Wallnöfer | 1 | -10/+10 |
2011-03-20 | pyldb: minor fixup, fix a memory leak | Matthieu Patou | 1 | -2/+3 |
2011-03-04 | s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate" | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2011-02-21 | pyldb: create LdbResult, return value from ldb.search is now a LdbResult | Matthieu Patou | 1 | -5/+318 |
2011-01-18 | s4-pyldb Fix tp_basicsize for PyLdbDn | Andrew Bartlett | 1 | -1/+1 |
2011-01-14 | pyldb Simplify python wrappers for struct ldb_val (LdbValue) | Andrew Bartlett | 1 | -17/+4 |
2011-01-03 | pyldb: Fix memory reference error. | Jelmer Vernooij | 1 | -2/+2 |
2011-01-03 | pyldb: Always return -1, 0, or 1 in tp_compare functions. | Jelmer Vernooij | 1 | -6/+9 |
2011-01-03 | Revert broken destructor changes. | Jelmer Vernooij | 1 | -1/+1 |
2011-01-03 | pyldb: Fix memory context, add more OOM checks. | Jelmer Vernooij | 1 | -6/+10 |
2011-01-03 | pyldb: Some more OOM checks. | Jelmer Vernooij | 1 | -4/+28 |
2011-01-03 | Make all functions in pyldb.c private, as they can't be used anyway. | Jelmer Vernooij | 1 | -21/+27 |
2011-01-03 | pyldb: Use pytalloc-util. | Jelmer Vernooij | 1 | -0/+1 |
2011-01-03 | ldb: Remove duplicate definition of check_special, use PyObject_New. | Jelmer Vernooij | 1 | -5/+4 |
2011-01-03 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -1/+1 |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 1 | -4/+4 |
2011-01-01 | s4-python: Add more prototypes. | Jelmer Vernooij | 1 | -0/+2 |
2011-01-01 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 1 | -6/+6 |
2010-12-22 | ldb:pyldb.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-12-21 | ldb: Add ldb.Message.add and ldb.Message.elements. | Jelmer Vernooij | 1 | -32/+72 |
2010-12-12 | ldb:pyldb.h - revert to the previous header behaviour | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-12-12 | ldb:pyldb - optimise includes | Matthias Dieter Wallnöfer | 1 | -3/+0 |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -6/+6 |
2010-11-18 | s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from... | Kamen Mazdrashki | 1 | -0/+44 |
2010-11-18 | s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i... | Kamen Mazdrashki | 1 | -46/+73 |
2010-11-18 | s4-pyldb: Few miss-alignments aligned | Kamen Mazdrashki | 1 | -9/+8 |
2010-11-18 | s4-pyldb: Fix wrong type of 'self' parameter | Kamen Mazdrashki | 1 | -1/+1 |
2010-11-10 | s4-pyldb: Handle internal errors in py_ldb_contains() properly | Kamen Mazdrashki | 1 | -4/+9 |
2010-11-08 | s4:pyldb.c - fix "py_ldb_contains" according to the comment by Jelmer | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2010-11-08 | ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int... | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-11-08 | ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ... | Matthias Dieter Wallnöfer | 1 | -3/+10 |
2010-11-08 | ldb:pyldb.c - most of the times "time_t" is defined as "long int" | Matthias Dieter Wallnöfer | 1 | -5/+5 |
2010-11-08 | ldb:pyldb.c - fix some "Py_ssize_t" output warnings | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2010-11-08 | ldb:pyldb.c - use "Py_ssize_t" for counting list entries | Matthias Dieter Wallnöfer | 1 | -12/+11 |
2010-11-08 | ldb:pyldb.c - fix indentation | Matthias Dieter Wallnöfer | 1 | -2/+3 |
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 |