Age | Commit message (Expand) | Author | Files | Lines |
2012-07-06 | pyldb: Add bindings for ldb_dn_remove_base_components | Andrew Bartlett | 1 | -0/+15 |
2012-07-06 | pyldb: Fix dn concat operation to be the other way around | Andrew Bartlett | 1 | -1/+1 |
2012-06-11 | pyldb: Ensure that the ldb argument is really an ldb before we dereference | Andrew Bartlett | 1 | -0/+10 |
2012-03-02 | pyldb: Fix some more long lines, fix formatting. | Jelmer Vernooij | 1 | -14/+37 |
2012-03-01 | pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi... | Jelmer Vernooij | 1 | -13/+16 |
2012-02-13 | LDB:pyldb.c - use always the case insensitive comparison for attribute names | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2012-01-03 | pyldb: raise an exception if we can't add the attribute | Matthieu Patou | 1 | -1/+6 |
2011-12-08 | pyldb: Add more docstrings. | Jelmer Vernooij | 1 | -7/+12 |
2011-11-10 | pyldb: enhanced get() method on msg object | Andrew Tridgell | 1 | -14/+33 |
2011-11-02 | pyldb: Remove duplicate definition of SYNTAX_DN. | Jelmer Vernooij | 1 | -1/+0 |
2011-10-11 | ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set here | Matthias Dieter Wallnöfer | 1 | -17/+1 |
2011-09-18 | pyldb: Drop unnecessary dependency on pytalloc-util. | Jelmer Vernooij | 1 | -1/+0 |
2011-09-13 | ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointer | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2011-09-11 | ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everything | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2011-09-01 | pyldb: added OID_COMPARATOR constants | Andrew Tridgell | 1 | -9/+11 |
2011-08-25 | pyldb: fixed a warning | Andrew Tridgell | 1 | -2/+2 |
2011-08-19 | ldb - two cosmetic fixes | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-08-08 | pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argument | Stefan Metzmacher | 1 | -1/+1 |
2011-08-07 | pyldb: Consistently use pyldb_ prefix. | Jelmer Vernooij | 1 | -110/+118 |
2011-08-03 | pyldb: return a copy of key constant DNs via python interface | Andrew Tridgell | 1 | -4/+21 |
2011-07-29 | pyldb: added binary_encode() and binary_decode() methods | Andrew Tridgell | 1 | -0/+53 |
2011-07-21 | pyldb: use dn.is_child_of() instead of dn.compare_base() | Andrew Tridgell | 1 | -4/+4 |
2011-07-21 | ldb-python: add a function to Dn object to compare the Dn with a base DN | Matthieu Patou | 1 | -0/+17 |
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+3302 |