r19725: sync samba3's ldb with samba4
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Nov 2006 17:34:20 +0000 (17:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:50 +0000 (12:15 -0500)
commit866a3b6e40952193d5bcd812ec7079cf7434e600
treefe66f644d76f735fb642ec80df4c368d573b4745
parent06715191dd4347104efb3f8929290edc1f969752
r19725: sync samba3's ldb with samba4

metze
(This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
31 files changed:
source3/lib/ldb/Makefile.in
source3/lib/ldb/common/ldb.c
source3/lib/ldb/common/ldb_dn.c
source3/lib/ldb/common/ldb_match.c
source3/lib/ldb/common/ldb_modules.c
source3/lib/ldb/common/ldb_msg.c
source3/lib/ldb/config.mk
source3/lib/ldb/include/ldb.h
source3/lib/ldb/include/ldb_private.h
source3/lib/ldb/ldb.pc.in
source3/lib/ldb/ldb_ildap/ldb_ildap.c
source3/lib/ldb/ldb_ldap/ldb_ldap.c
source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source3/lib/ldb/ldb_tdb/ldb_search.c
source3/lib/ldb/modules/asq.c
source3/lib/ldb/modules/ldb_map.c
source3/lib/ldb/modules/ldb_map_inbound.c
source3/lib/ldb/modules/ldb_map_outbound.c
source3/lib/ldb/modules/ldb_map_private.h
source3/lib/ldb/modules/paged_results.c
source3/lib/ldb/modules/rdn_name.c
source3/lib/ldb/modules/sort.c
source3/lib/ldb/nssldb/README.txt [new file with mode: 0644]
source3/lib/ldb/nssldb/ldb-grp.c [new file with mode: 0644]
source3/lib/ldb/nssldb/ldb-nss.c [new file with mode: 0644]
source3/lib/ldb/nssldb/ldb-nss.h [new file with mode: 0644]
source3/lib/ldb/nssldb/ldb-pwd.c [new file with mode: 0644]
source3/lib/ldb/samba/ldif_handlers.c
source3/lib/ldb/standalone.sh [new file with mode: 0755]
source3/lib/ldb/tests/test-sqlite3.sh
source3/lib/ldb/tools/cmdline.c