index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
notify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd: fix max_buffer handling of initial notify requests
Stefan Metzmacher
2019-03-29
1
-2
/
+9
*
smbd: remove unused tevent_context argument from notify_init
Stefan Metzmacher
2018-06-18
1
-1
/
+1
*
s3:smbd: return the correct error for cancelled SMB2 notifies on expired sess...
Stefan Metzmacher
2017-12-21
1
-4
/
+13
*
smbd: Re-register notify requests
Volker Lendecke
2016-07-20
1
-0
/
+50
*
smbd: Store notify filters in fsp->notify
Volker Lendecke
2016-07-20
1
-5
/
+12
*
smbd: Protect notify_callback from stray pointers
Volker Lendecke
2016-07-20
1
-3
/
+24
*
smbd: Pass "sconn" via notify to notify_callback()
Volker Lendecke
2016-07-20
1
-1
/
+2
*
smbd: There's only one notify_callback
Volker Lendecke
2016-07-20
1
-2
/
+1
*
smbd: Make notify_callback() public
Volker Lendecke
2016-07-20
1
-2
/
+2
*
smbd: Avoid a talloc_asprintf
Volker Lendecke
2016-07-20
1
-13
/
+4
*
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
2016-02-06
1
-2
/
+1
*
smbd: Fix file name buflen and padding in notify repsonse
Jeremy Allison
2015-10-18
1
-1
/
+13
*
smbd: Kernel change notify is done by notifyd
Volker Lendecke
2015-07-07
1
-22
/
+0
*
s3:smbd: use STATUS_NOTIFY_CLEANUP on smb2 logoff (explicit and implicit) and...
Stefan Metzmacher
2015-05-06
1
-0
/
+14
*
s3:smbd: add a smbd_notify_cancel_by_map() helper function
Stefan Metzmacher
2015-05-06
1
-6
/
+13
*
Convert all uses of uint8/16/32 to _t in source3/smbd.
Richard Sharpe
2015-05-06
1
-10
/
+10
*
smbd: Cancel pending notifies if the directory goes away
Volker Lendecke
2015-04-22
1
-0
/
+43
*
notify: Move path construction to notify_trigger
Volker Lendecke
2014-12-16
1
-11
/
+2
*
s3: smbd: Ensure we don't call qsort() with a size of -1.
Jeremy Allison
2014-09-11
1
-16
/
+16
*
smbd: Sort notify events by timestamp
Volker Lendecke
2014-04-23
1
-0
/
+16
*
smbd: Pass timespec_current through the notify_callback
Volker Lendecke
2014-04-23
1
-2
/
+3
*
smbd: Pass timespec_current to notify_fsp
Volker Lendecke
2014-04-23
1
-4
/
+7
*
smbd: Add a timestamp to queued notify events
Volker Lendecke
2014-04-23
1
-7
/
+14
*
s3:smbd: use PATH_MAX for the buffer passed to full_path_tos()
Stefan Metzmacher
2013-12-14
1
-1
/
+1
*
smbd: Implement and use full_path_tos
Volker Lendecke
2013-12-14
1
-6
/
+8
*
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3:smbd: make struct notify_change_buf private to notify.c
Stefan Metzmacher
2012-06-06
1
-0
/
+20
*
s3:smbd: add change_notify_fsp_has_changes()
Stefan Metzmacher
2012-06-06
1
-0
/
+17
*
s3: New notify implementation
Volker Lendecke
2012-04-17
1
-29
/
+7
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-2
/
+2
*
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
2012-03-23
1
-18
/
+27
*
s3: Move the notify_ctx to the smbd_server_connection
Volker Lendecke
2012-03-21
1
-3
/
+4
*
s3: Remove "conn" param from sys_notify_context_create
Volker Lendecke
2012-03-21
1
-2
/
+1
*
s3: Remove "conn" from sys_notify_context
Volker Lendecke
2012-03-21
1
-1
/
+0
*
s3: Pass "conn" to sys_notify_watch()
Volker Lendecke
2012-03-21
1
-1
/
+2
*
s3: Pass "conn" to notify_add()
Volker Lendecke
2012-03-21
1
-1
/
+2
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-2
/
+3
*
s3-notify: Lift "/." handling up one level
Volker Lendecke
2012-03-16
1
-0
/
+9
*
s3: asprintf->talloc_asprintf
Volker Lendecke
2012-03-09
1
-4
/
+6
*
s3: Replace a SMB_ASSERT with an error return
Volker Lendecke
2012-03-09
1
-1
/
+5
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-notify: use autogenerated FILE_NOTIFY_INFORMATION marshalling in smbd.
Günther Deschner
2010-07-07
1
-52
/
+29
*
s3:smbd: Align change notify replies on 4-byte boundary
Chere Zhou
2010-07-06
1
-0
/
+10
*
s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid
Volker Lendecke
2010-06-12
1
-2
/
+2
*
s3: change_notify_reply() does not need its "conn" argument
Volker Lendecke
2010-06-12
1
-11
/
+8
*
s3: Explicitly pass sconn to the change_notify_remove_request
Volker Lendecke
2010-06-12
1
-7
/
+9
*
s3: Remove smbd_server_conn from change_notify_add_request
Volker Lendecke
2010-06-12
1
-1
/
+1
[next]