summaryrefslogtreecommitdiff
path: root/source3/smbd/notifyd
AgeCommit message (Expand)AuthorFilesLines
2024-10-01s3:notifyd: Use a watcher per db recordAndreas Schneider4-88/+228
2024-04-23smbd: Slightly simplify notifyd_send_delete()Volker Lendecke1-7/+11
2024-03-13smbd: Fix a DBG messageVolker Lendecke1-1/+1
2023-09-14s3:notifyd: Use lpcfg_set_cmdline()Pavel Kalugin1-1/+10
2023-07-19s3:smbd: Fix code spellingAndreas Schneider1-1/+1
2021-08-06lib;smbd: Fix the -Os build by initializing variablesVolker Lendecke1-3/+3
2020-11-30smbd: Fix the 32-bit build on FreeBSDVolker Lendecke1-1/+1
2020-10-24test: Check that notifyd messages actually change the databaseVolker Lendecke2-1/+86
2020-10-24test: Add a first unit test for notifydVolker Lendecke2-0/+274
2020-10-24notifyd: Add fcn_wait_send()/recv()Volker Lendecke3-0/+312
2020-10-24notifyd: Factor out notify_walk() into its own fileVolker Lendecke5-85/+194
2020-10-24notifyd: Factor out notifyd_parse_entry() into its own fileVolker Lendecke4-39/+102
2020-10-24notifyd: Fix a typoVolker Lendecke1-1/+1
2020-10-21notifyd: Modernize DBG statementsVolker Lendecke1-110/+108
2020-06-16s3:notifyd: Check return value of lp_load_initial_only()Andreas Schneider1-1/+6
2019-02-22notifyd: Fix SIGBUS on sparcJiří Šašek1-2/+9
2018-11-27notifyd: Improve a debug messageVolker Lendecke1-2/+2
2017-09-29notifyd: Broadcast to all connected nodesAmitay Isaacs1-2/+2
2017-09-16notifyd: Clarify a commentVolker Lendecke1-1/+1
2017-07-25ctdb_conn: Use messaging_ctdb_connectionVolker Lendecke1-2/+2
2017-07-25ctdbd_conn: Pass "ev" through ctdb connection callbacksVolker Lendecke1-2/+4
2017-07-07notifyd: Remove notifyd_handler_doneVolker Lendecke1-13/+0
2017-07-07notifyd: Use messaging_register for MSG_SMB_NOTIFY_DBVolker Lendecke1-35/+36
2017-07-07notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DBVolker Lendecke1-25/+22
2017-07-07notifyd: Use messaging_register for MSG_SMB_NOTIFY_TRIGGERVolker Lendecke1-32/+29
2017-07-07notifyd: Use messaging_register for MSG_SMB_NOTIFY_REC_CHANGEVolker Lendecke1-32/+41
2017-07-07notifyd: Avoid an if-expressionVolker Lendecke1-36/+33
2017-07-07notifyd: Consolidate two #ifdef CLUSTER into oneVolker Lendecke1-12/+9
2017-07-07notifyd: Only ask for messaging_ctdb_conn when clusteringVolker Lendecke1-29/+36
2017-06-21lib: Give messages_ctdbd.c its own headerVolker Lendecke2-0/+2
2017-04-26notify: Fix ordering of events in notifydShilpa Krishnareddy1-1/+2
2017-01-22lib: Add lib/util/server_id.hVolker Lendecke1-0/+1
2016-12-04s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf onlyAndreas Schneider1-2/+2
2016-09-09notifyd: Don't trust remote pointersVolker Lendecke1-0/+7
2016-09-09notifyd: Trim down the noncluster caseVolker Lendecke1-8/+6
2016-09-09notifyd: Avoid "includes.h"Volker Lendecke1-3/+3
2016-09-09notifyd: Fix bad comment wordingVolker Lendecke1-1/+1
2016-07-20notifyd: Move BlockSignals calls to server.cVolker Lendecke1-4/+0
2016-07-18smbd: Allow passing notify filter from inotify and famChristof Schmitt2-5/+9
2016-05-20notifyd: prevent NULL deref segfault in notifyd_peer_destructorMichael Adam1-1/+4
2016-04-15Mask general purpose signals for notifyd.Hemanth Thummala1-0/+4
2015-11-03notifyd: Do not include CTDB headers without CLUSTER_SUPPORT enabledAmitay Isaacs1-3/+35
2015-10-07lib: Make messaging_send_iov_from return 0/errnoVolker Lendecke1-4/+4
2015-10-07lib: Make ctdbd_messaging_send_iov return 0/errnoVolker Lendecke1-4/+4
2015-10-07lib: Make register_with_ctdbd return 0/errnoVolker Lendecke1-5/+4
2015-07-14ctdbd_conn: Make register_with_ctdbd use an int-returning callbackVolker Lendecke1-14/+16
2015-07-07notifyd: Add notifyddVolker Lendecke2-0/+90
2015-07-07notifyd: Add notifyd_parse_db()Volker Lendecke2-0/+84
2015-07-07smbd: Add the notify daemonVolker Lendecke4-0/+1692