s3: use TDB_INCOMPATIBLE_HASH (the jenkins hash) on all TDB_CLEAR_IF_FIRST tdb's.
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Oct 2010 10:37:51 +0000 (12:37 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 21 Oct 2010 12:26:03 +0000 (14:26 +0200)
commitea3b0febab5dc24619de48e5c858775f660e9b1e
tree244db3a024f94d523c348321e3ae6de0d61d4391
parent36656e1420427926080cc4dfe64e401697d4dcb1
s3: use TDB_INCOMPATIBLE_HASH (the jenkins hash) on all TDB_CLEAR_IF_FIRST tdb's.

In the backport we only use TDB_INCOMPATIBLE_HASH if CLEAR_IF_FIRST
was also set, that should make downgrades easier to handle.

(similar to commit f98d217514433cd06887f8c0217a7835392f0375)

metze
17 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/libsmb/smb_share_modes.c
source3/libsmb/unexpected.c
source3/locking/brlock.c
source3/locking/locking.c
source3/nmbd/nmbd_winsserver.c
source3/smbd/notify_internal.c
source3/smbd/session.c
source3/utils/dbwrap_torture.c
source3/utils/net_serverid.c
source3/utils/net_status.c
source3/utils/status.c
source3/winbindd/winbindd_cache.c