summaryrefslogtreecommitdiff
path: root/lib/ldb/pyldb.h
Commit message (Collapse)AuthorAgeFilesLines
* pyldb: protect PyErr_LDB_ERROR_IS_ERR_RAISE() with do {} while(0)Stefan Metzmacher2016-11-231-2/+3
| | | | | | | | | | This should avoid the following warning: CID 1394274: Control flow issues (DEADCODE) Execution cannot reach this statement: ";". Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* pyldb: Add warning about pyldb_MessageElement_AsMessageElement()Andrew Bartlett2016-03-081-0/+7
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-071-12/+8
|
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+105
Signed-off-by: Andrew Tridgell <tridge@samba.org>