summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_notify.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Add notify_onelevel.tdbVolker Lendecke1-0/+63
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.
2009-02-20s3: Modifications to generic notify structures to allow implementation of ↵Steven Danneman1-0/+8
OneFS notify. The OneFS kernel based change notify system takes an fd of the directory to watch in it's initialization syscall. Since we already have this directory open, this commit plumbs that fd down to the VFS layer via the notify_entry struct. We also need to know if the watch is taken out on a snapshot directory. The full file_id struct is also passed down to make this determination. The file_id marshalling wrappers are hand written here, but should eventually be auto-generated by moving the struct file_id into the idl.
2008-12-16Consider shared IDL files and Samba3-specific IDL files separately, allow ↵Jelmer Vernooij1-1/+0
overriding output directory.
2008-10-15s3-build: add regenerated files.Günther Deschner1-1/+1
Guenther
2008-09-17Sync addition of [todo] attribute to Samba 3.Jelmer Vernooij1-0/+1
2008-07-22re-run make idl after Jelmer's "poperly cast array lengths" pidl change.Michael Adam1-2/+2
(f321240fa91fa19c1131f119c42f64897d220682) Michael (This used to be commit 962c2670b10addf81a242d8cb381cc010e036b8e)
2008-02-23make idl: Check return value of asprintfVolker Lendecke1-4/+2
(This used to be commit d9fb7d7bdcd0e54838ff0b1cb64a7e75d8cd726a)
2007-11-09rerun make idlStefan Metzmacher1-16/+16
metze (This used to be commit 53a636828d2ba01603401086f4a5f72f9b5ea214)
2007-10-10r25245: rerun 'make idl'Stefan Metzmacher1-2/+2
metze (This used to be commit af91f4fd08aae117d9b48eade4d49762c9634cbc)
2007-10-10r21074: Preparation for the import of samba4 notify: Add the file notify.idl ↵Volker Lendecke1-0/+242
and the resulting marshalling/unmarshalling routines in gen_ndr/ Volker (This used to be commit a2ea54c23456925a8ed317edb1adf82d074041fc)