Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
authorJeremy Allison <jra@samba.org>
Mon, 27 Sep 2010 12:46:07 +0000 (05:46 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 28 Sep 2010 00:18:54 +0000 (17:18 -0700)
commitf98d217514433cd06887f8c0217a7835392f0375
treec7bf61f24c3381c9f7996a0a19045d36af3f0783
parent66761423474edc9736a8a6eae6feaaf958d89d0e
Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
TDB_CLEAR_IF_FIRST tdb's. For tdb's like gencache where we open
without CLEAR_IF_FIRST and then with CLEAR_IF_FIRST if corrupt
this is still safe to use as if opening an existing tdb the new
hash will be ignored - it's only used on creating a new tdb not
opening an old one.

Jeremy.
18 files changed:
source3/lib/conn_tdb.c
source3/lib/g_lock.c
source3/lib/gencache.c
source3/lib/messages_local.c
source3/lib/serverid.c
source3/lib/sessionid_tdb.c
source3/libsmb/samlogon_cache.c
source3/libsmb/smb_share_modes.c
source3/libsmb/unexpected.c
source3/locking/brlock.c
source3/locking/locking.c
source3/nmbd/nmbd_winsserver.c
source3/printing/printer_list.c
source3/smbd/notify_internal.c
source3/utils/dbwrap_torture.c
source3/utils/smbcontrol.c
source3/utils/status.c
source3/winbindd/winbindd_cache.c