summaryrefslogtreecommitdiffstats
path: root/lib/ldb-samba/pyldb.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-1/+1
| | | | | | | | | | This macro was used for compatibility with broken compilers. Since Python 2.3, it is always defined as `static`, and only exists "for source compatibility with old C extensions". Signed-off-by: Petr Viktorin <pviktori@redhat.com> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-071-6/+6
|
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+270
Signed-off-by: Andrew Tridgell <tridge@samba.org>