Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump ldb version to 1.1.4 after introduction of ldb_module_error. | Jelmer Vernooij | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | waf: Factor checking for undefined symbol flags out into separate method. | Jelmer Vernooij | 2011-11-13 | 1 | -0/+2 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 13 19:38:38 CET 2011 on sn-devel-104 | ||||
* | ldb: Only check for pkg-config file when checking for system ldb. | Jelmer Vernooij | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | ldb: Use pyembed rather than pyext for ldb-util library. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | ldb: change version to 1.1.3 after pyldb changes | Stefan Metzmacher | 2011-10-10 | 1 | -1/+1 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 10 14:24:25 CEST 2011 on sn-devel-104 | ||||
* | pyldb: Drop unnecessary dependency on pytalloc-util. | Jelmer Vernooij | 2011-09-18 | 1 | -1/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Sep 18 17:23:40 CEST 2011 on sn-devel-104 | ||||
* | wafsamba: Only install .pc files if libraries are public. | Jelmer Vernooij | 2011-08-21 | 1 | -6/+2 |
| | |||||
* | pyldb: Generate ABI file. | Jelmer Vernooij | 2011-08-07 | 1 | -2/+4 |
| | |||||
* | ldb: raise minor version | Andrew Tridgell | 2011-08-04 | 1 | -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 Tridgell | 2011-07-13 | 1 | -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 build | Andrew Bartlett | 2011-07-05 | 1 | -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.0 | Andrew Bartlett | 2011-07-05 | 1 | -0/+287 |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |