[PATCH 0/9] More ntdb usage.

Rusty Russell rusty at rustcorp.com.au
Thu Apr 11 01:42:07 MDT 2013


This is a repost, except for the last one.  Rebased on master.
Review and/or application appreciated.

Rusty Russell (9):
  autoconf: build in NTDB.
  source4/scripting/python/samba/samba3: handle ntdb files.
  lib/param: lpcfg_private_db_path()
  secrets: use lpcfg_private_db_path() convenience helper.
  libcli/auth: convert to dbwrap.
  schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.
  Samba3-HOWTO: mention NTDB.
  source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb
    option.
  ntdb: remove --disable-ntdb.

 auth/credentials/credentials_secrets.c     |    4 +-
 docs-xml/Samba3-HOWTO/TOSHARG-TDBFiles.xml |   59 +++----
 lib/ccan/libccan.m4                        |    2 +-
 lib/dbwrap/dbwrap_local_open.c             |    8 -
 lib/ntdb/libntdb.m4                        |    2 +-
 lib/param/param.h                          |   15 ++
 lib/param/util.c                           |   25 +++
 libcli/auth/schannel_proto.h               |    4 +-
 libcli/auth/schannel_state_tdb.c           |   72 +++++----
 libcli/auth/wscript_build                  |    2 +-
 python/samba/samba3/__init__.py            |   98 ++++++------
 python/samba/tests/samba3.py               |    4 +-
 source3/Makefile.in                        |  234 ++++++++++++++++------------
 source4/cluster/cluster.c                  |    4 +-
 source4/cluster/cluster.h                  |    2 +-
 source4/cluster/cluster_private.h          |    4 +-
 source4/cluster/local.c                    |   32 ++--
 source4/cluster/wscript_build              |    2 +-
 source4/ntvfs/common/brlock_tdb.c          |  136 ++++++++--------
 source4/ntvfs/common/notify.c              |   94 ++++++-----
 source4/ntvfs/common/opendb_tdb.c          |   59 +++----
 wscript                                    |   10 +-
 22 files changed, 458 insertions(+), 414 deletions(-)

-- 
1.7.10.4



More information about the samba-technical mailing list