Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-20 | s3: Modifications to generic notify structures to allow implementation of ↵ | Steven Danneman | 1 | -0/+39 | |
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. | |||||
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -1/+0 | |
2008-11-02 | Remove global_loadparm stub in Samba 3 as it's no longer used. | Jelmer Vernooij | 1 | -1/+0 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-10-18 | Use shared util.c. | Jelmer Vernooij | 1 | -14/+0 | |
2008-10-13 | Share ndrdump implementation. | Jelmer Vernooij | 1 | -0/+6 | |
2008-10-13 | Move code specific to Samba 3 to a separate file. | Jelmer Vernooij | 1 | -0/+182 | |