summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/inotify.c
Commit message (Expand)AuthorAgeFilesLines
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-5/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-7/+7
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22831: take advantage of EVENT_FD_AUTOCLOSE in the inotify codeAndrew Tridgell2007-10-101-12/+1
* r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke2007-10-101-8/+9
* r21041: Change some "private" to "private_data", and change one (void **) fun...Volker Lendecke2007-10-101-12/+16
* r18370: allow system inotify to be disabledAndrew Tridgell2007-10-101-0/+4
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-2/+2
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-4/+2
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-101-1/+1
* r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell2007-10-101-2/+5
* r14943: bring the inotify backend up to date with all the strange renameAndrew Tridgell2007-10-101-16/+82
* r14926: change the inotify backend to implement the rather unusual semanticsAndrew Tridgell2007-10-101-4/+28
* r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell2007-10-101-8/+14
* r14918: cleaner handling of systems without inotifyAndrew Tridgell2007-10-101-1/+1
* r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell2007-10-101-0/+313