summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify_inotify.c
Commit message (Collapse)AuthorAgeFilesLines
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
| | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy.
* r21774: Fix the build with Fedora Core 6.Günther Deschner2007-10-101-0/+4
| | | | | | tridge/vl: please check. Guenther
* r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke2007-10-101-8/+9
|
* r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke2007-10-101-27/+33
| | | | Volker
* r21077: A step to minimize the diff later: This pulls in unmodified files ↵Volker Lendecke2007-10-101-171/+326
| | | | | | | | | | | | | from Samba4, not compiled yet. This way the modifications become visible later. ntvfs/common/notify.c -> smbd/notify_internal.c ntvfs/sysdep/inotify.c -> smbd/notify_inotify.c Naturally I had to disable notify again :-) Volker
* r20933: Fix the build without inotifyVolker Lendecke2007-10-101-2/+2
|
* r20932: This is the basic infrastructure for inotify support. This is far ↵Volker Lendecke2007-10-101-0/+263
from being complete, in particular the various mask bits are not correctly supported yet. Checkin in now, I want to see how the build farm likes it. Volker