smbd: Add the notify daemon
commit802b282a8f24610dd4ba0b7d3032d400fa5b70ec
authorVolker Lendecke <vl@samba.org>
Fri, 21 Nov 2014 15:52:47 +0000 (21 16:52 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 7 Jul 2015 21:51:24 +0000 (7 23:51 +0200)
tree51212736f5d049c5d55c5d567010c8527b601a3e
parent45a2c2ee3f89f66cab0b440f5dc442cc59ebcd79
smbd: Add the notify daemon

This adds the notify daemon listening on MSG_SMB_NOTIFY_REC_CHANGE
and MSG_SMB_NOTIFY_TRIGGER messages. It relies on ctdbd to distribute
the notify database and events in a cluster.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/messaging.idl
source3/smbd/notifyd/notifyd.c [new file with mode: 0644]
source3/smbd/notifyd/notifyd.h [new file with mode: 0644]
source3/smbd/notifyd/tests.c [new file with mode: 0644]
source3/smbd/notifyd/wscript_build [new file with mode: 0644]
source3/wscript_build