summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Explicitly pass sconn to the change_notify_remove_requestVolker Lendecke2010-06-121-7/+9
* s3: Remove smbd_server_conn from change_notify_add_requestVolker Lendecke2010-06-121-1/+1
* s3: Remove sconn arg from smbd_notify_cancel_by_smbreqVolker Lendecke2010-06-121-2/+2
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-2/+2
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-10/+6
* s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher2009-08-171-0/+20
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-3/+4
* s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher2009-07-021-12/+22
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-021-33/+24
* s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher2009-07-021-3/+6
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-11/+21
* Add notify_onelevel.tdbVolker Lendecke2009-04-161-0/+10
* Use convert_string_talloc, thanks Andrew!Volker Lendecke2009-04-131-1/+1
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-111-0/+1
* Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke2009-04-111-3/+3
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-4/+3
* s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman2009-02-201-1/+14
* s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman2009-02-201-0/+2
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1