summaryrefslogtreecommitdiffstats
path: root/lib/ldb/pyldb.c
Commit message (Expand)AuthorAgeFilesLines
* pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij2012-03-021-14/+37
* pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij2012-03-011-13/+16
* LDB:pyldb.c - use always the case insensitive comparison for attribute namesMatthias Dieter Wallnöfer2012-02-131-2/+2
* pyldb: raise an exception if we can't add the attributeMatthieu Patou2012-01-031-1/+6
* pyldb: Add more docstrings.Jelmer Vernooij2011-12-081-7/+12
* pyldb: enhanced get() method on msg objectAndrew Tridgell2011-11-101-14/+33
* pyldb: Remove duplicate definition of SYNTAX_DN.Jelmer Vernooij2011-11-021-1/+0
* ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set hereMatthias Dieter Wallnöfer2011-10-111-17/+1
* pyldb: Drop unnecessary dependency on pytalloc-util.Jelmer Vernooij2011-09-181-1/+0
* ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer2011-09-131-4/+2
* ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer2011-09-111-1/+4
* pyldb: added OID_COMPARATOR constantsAndrew Tridgell2011-09-011-9/+11
* pyldb: fixed a warningAndrew Tridgell2011-08-251-2/+2
* ldb - two cosmetic fixesMatthias Dieter Wallnöfer2011-08-191-2/+2
* pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher2011-08-081-1/+1
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-071-110/+118
* pyldb: return a copy of key constant DNs via python interfaceAndrew Tridgell2011-08-031-4/+21
* pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2011-07-291-0/+53
* pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2011-07-211-4/+4
* ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou2011-07-211-0/+17
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+3302