summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_notify.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Add notify_onelevel.tdbVolker Lendecke1-0/+3
This optimizes non-recursive notifys. For non-recursive notifies we can use a per-directory file-id indexed notify record. This matters for the Windows Explorer and IIS cases which do not use recursive notifies. In these cases, we do not have to shuffle around the whole notify record on every change. For the cluster case, this improves correctness of the notifies, ctdb only distributes the tdb seqnum once a second, so we can lose notifies.
2007-11-09rerun make idlStefan Metzmacher1-7/+7
metze (This used to be commit 53a636828d2ba01603401086f4a5f72f9b5ea214)
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher1-1/+1
rename some DCERPC_ prefixes into NDR_ metze (This used to be commit 8f07b8ab658ae3d63487ca5fb20065318cdd9d0e)
2007-10-10r21074: Preparation for the import of samba4 notify: Add the file notify.idl ↵Volker Lendecke1-0/+20
and the resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)