r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
commita80bced0b96ffb655559a43cf7f4d7a34deb5a7d
authorDerrell Lipman <derrell@samba.org>
Sat, 4 Jun 2005 17:13:43 +0000 (4 17:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:35 +0000 (10 13:17 -0500)
treeade6771db891de1f652c6abf3044bb10aa2a0faa
parent0dda66f0e8e6ad37d731937af184a132bf3407b1
r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
  called from multiple backends.  (ldb_sqlite3 needs it too.)  Added parameter
  for a callback function that determines whether an attribute needs case
  folding.
- begin to prepare for sqlite3 in build process
- work-in-progress updates, on ldb_sqlite3
13 files changed:
source/include/smb_macros.h
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_utf8.c
source/lib/ldb/config.m4
source/lib/ldb/config.mk
source/lib/ldb/include/ldb.h
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.h
source/lib/ldb/ldb_sqlite3/schema
source/lib/ldb/ldb_tdb/ldb_tdb.c
source/lib/ldb/tools/ldbsearch.c
source/lib/tdb/common/tdb.c
source/nsswitch/winbindd_nss.h