Use a separate tdb for mutexes
commitf94a63cd8f94490780ad9331da229c0bcb2ca5d6
authorVolker Lendecke <vl@samba.org>
Mon, 10 Mar 2008 20:08:29 +0000 (10 21:08 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Mar 2008 20:08:45 +0000 (10 21:08 +0100)
tree8b4abc7b9b894dff8749c39a850fff04f15c783a
parent1307f0130c47b8d740d2b7afe7a5d8d1a655e2a2
Use a separate tdb for mutexes

Another preparation to convert secrets.c to dbwrap: The dbwrap API does not
provide a sane tdb_lock_with_timeout abstraction. In the clustered case the DC
mutex is needed per-node anyway, so it is perfectly fine to use a local mutex
only.
source/auth/auth_domain.c
source/auth/auth_server.c
source/include/smb.h
source/lib/server_mutex.c
source/libads/kerberos_verify.c
source/passdb/secrets.c
source/winbindd/winbindd_cm.c