summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/notify.idl
Commit message (Collapse)AuthorAgeFilesLines
* s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDLAndrew Bartlett2010-05-241-58/+0
| | | | | | | | This IDL is almost common, but the source3 version has a hand-marshalled server_id. The s3compat build has problems with two different idl files of the same name. Andrew Bartlett
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-161-0/+58
| | | | the dom_sid). No longer include it from security.idl.
* Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij2008-10-151-58/+0
|
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
* r20972: "private" -> "private_data"Volker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 8cbcd3d1cbb0661b1767bb7ace0804cf9a573e34)
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+1
| | | | | | | | | | | uint32_t server_id to struct server_id server_id; which allows a server ID to have an node number. The node number will be zero in non-clustered case. This is the most basic hook needed for clustering, and ctdb. (This used to be commit 2365abaa991d57d68c6ebe9be608e01c907102eb)
* r14956: change the notify search to be much more efficient by using aAndrew Tridgell2007-10-101-1/+20
| | | | | | | per-depth bisection search. This makes the notify_trigger() call log(N) which makes us scale well for large numbers of outstanding notifies (This used to be commit 16fd00925fdbf77e7a403ad501bf6ea429404c76)
* r14921: I forgot to commit the IDL change for the subdir_filterAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit af92520097bf817dca6e6ec8eab39b46388d048f)
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+37
It doesn't fully work yet, and doesn't yet have all the efficiency that is planned, but it doesn't break anything and I wanted to get the code in the tree to minimise the chance of collisions with the work metze is doing. (This used to be commit 1624ea88e6eef89caacc36e7513aa79df0d579b9)