summaryrefslogtreecommitdiffstats
path: root/lib/ldb/wscript
Commit message (Collapse)AuthorAgeFilesLines
* pyldb: Generate ABI file.Jelmer Vernooij2011-08-071-2/+4
|
* ldb: raise minor versionldb-1.1.2Andrew Tridgell2011-08-041-1/+1
| | | | | | | needed for new module function ldb_dn_replace_components() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-131-1/+1
| | | | | | this should help fix some places where we run past the end of a string Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* ldb: set -Wl,-no-undefined only on standalone buildAndrew Bartlett2011-07-051-5/+5
| | | | | | | | | | This ensures that the flag is not propogated to other projects, such as Samba's source3 waf build. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jul 5 10:37:30 CEST 2011 on sn-devel-104
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+287
Signed-off-by: Andrew Tridgell <tridge@samba.org>