1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/lib/ldb
Vadim Zhukov 2fda6c47f4 More generic check for OpenBSD platform
OpenBSD versioning is different from many other
projects, and, say, 5.0 does not differ from 4.9 more than from 5.1. So the
right approach will be to check that platform name starts with "openbsd"
instead. This is also the thing OpenBSD developers do when patching other
software, so this patch is consistent with already existing practicies.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=9888

Reviewed-by: Lars Müller <lars@samba.org>
Reviewed-by: Björn Jacke <bj@sernet.de>

Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Fri May 17 17:58:16 CEST 2013 on sn-devel-104
2013-05-17 17:58:16 +02:00
..
ABI ldb: Ensure to decrement the transaction_active whenever we delete a transaction 2013-01-26 13:42:46 +01:00
common ldb: use strncmp instead of strcmp when comparing the val part 2013-02-08 15:06:37 +11:00
docs ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
examples ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
include ldb: Move doxygen comments for ldb_connect to the right place 2013-01-14 16:21:02 +01:00
ldb_ldap ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldb_map Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=format" 2012-08-06 14:47:26 +02:00
ldb_sqlite3 ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldb_tdb ldb-tdb: Document ltdb_index_add1 for more clarity 2013-02-08 15:06:34 +11:00
man docs: ldbsearch.1.xml: Correct meta data. 2013-01-24 16:09:35 +01:00
modules ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
nssldb ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
tests ldb: Add more data test data for one level test cases 2013-02-08 06:46:40 +01:00
tools ldb: fix a warning by converting from TDB_DATA to struct ldb_val 2013-01-26 13:41:39 +01:00
web ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
configure ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
Doxyfile ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
examples.dox ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldb.pc.in ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
mainpage.dox ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
Makefile ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
pyldb_util.c pyldb: Consistently use pyldb_ prefix. 2011-08-07 17:08:56 +02:00
pyldb-util.pc.in ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
pyldb.c pyldb: Add bindings for ldb_dn_remove_base_components 2012-07-06 22:55:49 +10:00
pyldb.h pyldb: Consistently use pyldb_ prefix. 2011-08-07 17:08:56 +02:00
README_gcov.txt ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
wscript More generic check for OpenBSD platform 2013-05-17 17:58:16 +02:00