1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/lib/ldb
Andrew Tridgell 1f052665f3 r7669: removed ldap from our configure tests
This takes our link dependencies from this:

tridge@blu:~/samba/samba4/source$ ldd bin/ldbsearch
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7fc9000)
        libldap_r.so.2 => /usr/lib/libldap_r.so.2 (0xb7f92000)
        liblber.so.2 => /usr/local/lib/liblber.so.2 (0xb7f85000)
        libpam.so.0 => /lib/libpam.so.0 (0xb7f7d000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e48000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000)
        libresolv.so.2 => /lib/tls/libresolv.so.2 (0xb7e36000)
        libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7e09000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7df3000)
        libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0xb7d8c000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7d7d000)
        libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0xb7d6d000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7d20000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7d1c000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7d09000)
        libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cf5000)

to this:

tridge@blu:~/samba/samba4/source$ ldd bin/ldbsearch
        libdl.so.2 => /lib/tls/libdl.so.2 (0xb7fc9000)
        libpam.so.0 => /lib/libpam.so.0 (0xb7fc0000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e8b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000)

this finally gets rid of the implicit dependency on pthreads! Yay!
(This used to be commit 844d2a2083)
2007-10-10 13:18:20 -05:00
..
common r7667: added a ldb ildap backend, using our internal ldap client library. Next step is to 2007-10-10 13:18:19 -05:00
docs make a more recent snapshot of ldb available to interested 2004-03-31 06:45:39 +00:00
include r7667: added a ldb ildap backend, using our internal ldap client library. Next step is to 2007-10-10 13:18:19 -05:00
ldb_ildap r7667: added a ldb ildap backend, using our internal ldap client library. Next step is to 2007-10-10 13:18:19 -05:00
ldb_ldap r7666: fixed a memory leak in the ldap ldb backend 2007-10-10 13:18:19 -05:00
ldb_sqlite3 r7601: ldb_sqlite3 work in progress 2007-10-10 13:18:13 -05:00
ldb_tdb r7602: fix some compiler warnings 2007-10-10 13:18:13 -05:00
man r7114: Convert ldb documentation to DocBook/XML 2007-10-10 13:17:18 -05:00
modules r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree 2007-10-10 13:18:06 -05:00
tests r7615: fix the build and simplify gendb_search_dn 2007-10-10 13:18:14 -05:00
tools r7438: work in progress 2007-10-10 13:17:53 -05:00
web r6481: change download instructions to include tdb and talloc 2007-10-10 13:16:19 -05:00
autogen.sh r6790: Use config.h file for ldb and add test for stdint.h 2007-10-10 13:16:43 -05:00
config.m4 r7669: removed ldap from our configure tests 2007-10-10 13:18:20 -05:00
config.mk r7669: removed ldap from our configure tests 2007-10-10 13:18:20 -05:00
configure.in r7282: ldb_sqlite3 work in progress. 2007-10-10 13:17:36 -05:00
ldap.m4 r6485: Move LDAP detection M4 file and use it for the standalone ldb build 2007-10-10 13:16:19 -05:00
ldb.pc.in r6486: Add 'make install' and pkg-config file. 2007-10-10 13:16:19 -05:00
Makefile.in r7582: Better way to have a fast path searching for a specific DN. 2007-10-10 13:18:11 -05:00
README_gcov.txt r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-) 2007-10-10 13:08:12 -05:00
sqlite3.m4 r7336: make --with-sqlite3=auto possible 2007-10-10 13:17:44 -05:00