r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
authorVolker Lendecke <vlendec@samba.org>
Tue, 29 May 2007 14:49:19 +0000 (14:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:53 +0000 (12:22 -0500)
commit7e39d77c1f90d9025cab08918385d140e20ca25b
tree4dd88401fdc93be590c0b396fed4a0439f7b33b4
parentc91b2bdc160d76bf0b0770fe7f92cbc7124d6c3c
r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr
branch, please check if it fulfils your needs.

Two changes: The validation is not done inside the brlock.c traverse_fn,
it's done as a separate routine.

Secondly, this patch does not call the checker routines in smbcontrol
directly but depends on a running smbd.
source/include/messages.h
source/lib/messages.c
source/locking/brlock.c
source/smbd/server.c
source/utils/smbcontrol.c