summaryrefslogtreecommitdiff
path: root/source3/smbd/notifyd
Commit message (Expand)AuthorAgeFilesLines
* notifyd: Fix SIGBUS on sparcJiří Šašek2019-02-221-2/+9
* notifyd: Improve a debug messageVolker Lendecke2018-11-271-2/+2
* notifyd: Broadcast to all connected nodesAmitay Isaacs2017-09-291-2/+2
* notifyd: Clarify a commentVolker Lendecke2017-09-161-1/+1
* ctdb_conn: Use messaging_ctdb_connectionVolker Lendecke2017-07-251-2/+2
* ctdbd_conn: Pass "ev" through ctdb connection callbacksVolker Lendecke2017-07-251-2/+4
* notifyd: Remove notifyd_handler_doneVolker Lendecke2017-07-071-13/+0
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_DBVolker Lendecke2017-07-071-35/+36
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DBVolker Lendecke2017-07-071-25/+22
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGERVolker Lendecke2017-07-071-32/+29
* notifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_CHANGEVolker Lendecke2017-07-071-32/+41
* notifyd: Avoid an if-expressionVolker Lendecke2017-07-071-36/+33
* notifyd: Consolidate two #ifdef CLUSTER into oneVolker Lendecke2017-07-071-12/+9
* notifyd: Only ask for messaging_ctdb_conn when clusteringVolker Lendecke2017-07-071-29/+36
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-212-0/+2
* notify: Fix ordering of events in notifydShilpa Krishnareddy2017-04-261-1/+2
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf onlyAndreas Schneider2016-12-041-2/+2
* notifyd: Don't trust remote pointersVolker Lendecke2016-09-091-0/+7
* notifyd: Trim down the noncluster caseVolker Lendecke2016-09-091-8/+6
* notifyd: Avoid "includes.h"Volker Lendecke2016-09-091-3/+3
* notifyd: Fix bad comment wordingVolker Lendecke2016-09-091-1/+1
* notifyd: Move BlockSignals calls to server.cVolker Lendecke2016-07-201-4/+0
* smbd: Allow passing notify filter from inotify and famChristof Schmitt2016-07-182-5/+9
* notifyd: prevent NULL deref segfault in notifyd_peer_destructorMichael Adam2016-05-201-1/+4
* Mask general purpose signals for notifyd.Hemanth Thummala2016-04-151-0/+4
* notifyd: Do not include CTDB headers without CLUSTER_SUPPORT enabledAmitay Isaacs2015-11-031-3/+35
* lib: Make messaging_send_iov_from return 0/errnoVolker Lendecke2015-10-071-4/+4
* lib: Make ctdbd_messaging_send_iov return 0/errnoVolker Lendecke2015-10-071-4/+4
* lib: Make register_with_ctdbd return 0/errnoVolker Lendecke2015-10-071-5/+4
* ctdbd_conn: Make register_with_ctdbd use an int-returning callbackVolker Lendecke2015-07-141-14/+16
* notifyd: Add notifyddVolker Lendecke2015-07-072-0/+90
* notifyd: Add notifyd_parse_db()Volker Lendecke2015-07-072-0/+84
* smbd: Add the notify daemonVolker Lendecke2015-07-074-0/+1692