r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
authorDerrell Lipman <derrell@samba.org>
Sat, 4 Jun 2005 17:13:43 +0000 (17:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:35 +0000 (13:17 -0500)
commita1ba224107fbcf6f8a9a3091f42cde2a0c47f85e
tree0d29cea6db75b6318f9645def992a7a840a369bf
parent5296bd1b5107f321de0dc9b3a9c3f6ac5a4861f0
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
(This used to be commit a80bced0b96ffb655559a43cf7f4d7a34deb5a7d)
13 files changed:
source4/include/smb_macros.h
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_utf8.c
source4/lib/ldb/config.m4
source4/lib/ldb/config.mk
source4/lib/ldb/include/ldb.h
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.h
source4/lib/ldb/ldb_sqlite3/schema
source4/lib/ldb/ldb_tdb/ldb_tdb.c
source4/lib/ldb/tools/ldbsearch.c
source4/lib/tdb/common/tdb.c
source4/nsswitch/winbindd_nss.h