summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Use NT_STATUS_NOTIFY_CLEANUP instead of STATUS_NOTIFY_CLEANUPChristof Schmitt2020-06-221-3/+3
* smbd: Only remove locks by mid if necessaryVolker Lendecke2019-06-201-2/+3
* s3:smbd: fix max_buffer handling of initial notify requestsStefan Metzmacher2019-03-291-2/+9
* smbd: remove unused tevent_context argument from notify_initStefan Metzmacher2018-06-181-1/+1
* s3:smbd: return the correct error for cancelled SMB2 notifies on expired sess...Stefan Metzmacher2017-12-211-4/+13
* smbd: Re-register notify requestsVolker Lendecke2016-07-201-0/+50
* smbd: Store notify filters in fsp->notifyVolker Lendecke2016-07-201-5/+12
* smbd: Protect notify_callback from stray pointersVolker Lendecke2016-07-201-3/+24
* smbd: Pass "sconn" via notify to notify_callback()Volker Lendecke2016-07-201-1/+2
* smbd: There's only one notify_callbackVolker Lendecke2016-07-201-2/+1
* smbd: Make notify_callback() publicVolker Lendecke2016-07-201-2/+2
* smbd: Avoid a talloc_asprintfVolker Lendecke2016-07-201-13/+4
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-2/+1
* smbd: Fix file name buflen and padding in notify repsonseJeremy Allison2015-10-181-1/+13
* smbd: Kernel change notify is done by notifydVolker Lendecke2015-07-071-22/+0
* s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and...Stefan Metzmacher2015-05-061-0/+14
* s3:smbd: add a smbd_notify_cancel_by_map() helper functionStefan Metzmacher2015-05-061-6/+13
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-10/+10
* smbd: Cancel pending notifies if the directory goes awayVolker Lendecke2015-04-221-0/+43
* notify: Move path construction to notify_triggerVolker Lendecke2014-12-161-11/+2
* s3: smbd: Ensure we don't call qsort() with a size of -1.Jeremy Allison2014-09-111-16/+16
* smbd: Sort notify events by timestampVolker Lendecke2014-04-231-0/+16
* smbd: Pass timespec_current through the notify_callbackVolker Lendecke2014-04-231-2/+3
* smbd: Pass timespec_current to notify_fspVolker Lendecke2014-04-231-4/+7
* smbd: Add a timestamp to queued notify eventsVolker Lendecke2014-04-231-7/+14
* s3:smbd: use PATH_MAX for the buffer passed to full_path_tos()Stefan Metzmacher2013-12-141-1/+1
* smbd: Implement and use full_path_tosVolker Lendecke2013-12-141-6/+8
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3:smbd: make struct notify_change_buf private to notify.cStefan Metzmacher2012-06-061-0/+20
* s3:smbd: add change_notify_fsp_has_changes()Stefan Metzmacher2012-06-061-0/+17
* s3: New notify implementationVolker Lendecke2012-04-171-29/+7
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-261-2/+2
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-231-18/+27
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-211-3/+4
* s3: Remove "conn" param from sys_notify_context_createVolker Lendecke2012-03-211-2/+1
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+0
* s3: Pass "conn" to sys_notify_watch()Volker Lendecke2012-03-211-1/+2
* s3: Pass "conn" to notify_add()Volker Lendecke2012-03-211-1/+2
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-2/+3
* s3-notify: Lift "/." handling up one levelVolker Lendecke2012-03-161-0/+9
* s3: asprintf->talloc_asprintfVolker Lendecke2012-03-091-4/+6
* s3: Replace a SMB_ASSERT with an error returnVolker Lendecke2012-03-091-1/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-notify: use autogenerated FILE_NOTIFY_INFORMATION marshalling in smbd.Günther Deschner2010-07-071-52/+29
* s3:smbd: Align change notify replies on 4-byte boundaryChere Zhou2010-07-061-0/+10
* s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_midVolker Lendecke2010-06-121-2/+2
* s3: change_notify_reply() does not need its "conn" argumentVolker Lendecke2010-06-121-11/+8