summaryrefslogtreecommitdiffstats
path: root/librpc/idl/notify.idl
Commit message (Collapse)AuthorAgeFilesLines
* notify: Add "dir" to notify_eventVolker Lendecke2014-12-091-0/+1
| | | | | | | | | | | | | "notify_event" only reports names relative to some path that is only implicitly known via "private_data". Right now "private_data" is the fsp of the directory holding this notify. I want to use inotify_watch in a notify-daemon that does not have a fsp available and has more problems getting the path right out of "private_data". notify_inotify has the directory under which the event happened available, so make it known to the callback. Right now no caller uses it yet. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3: New notify implementationVolker Lendecke2012-04-171-0/+13
| | | | | | | | | | | | From notify_internal.c: /* * The notify database is split up into two databases: One * relatively static index db and the real notify db with the * volatile entries. */ This change is necessary to make notify scale better in a cluster
* librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett2011-06-091-0/+84
| | | | | | | | | The extra fields in the structure that Samba4 does not use should not bother it. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-161-58/+0
| | | | the dom_sid). No longer include it from security.idl.
* Fix includes.Jelmer Vernooij2008-10-151-1/+1
|
* Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij2008-10-151-0/+58