summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/inotify.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-3/+3
2009-01-03s4:sysdep/inotify: use tevent_fd_set_auto_close()Stefan Metzmacher1-3/+17
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-02Remove last instance of global_loadparm.Jelmer Vernooij1-4/+0
2008-10-30use glibc sys/inotify.h headerAndrew Tridgell1-0/+5
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-5/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-7/+7
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22831: take advantage of EVENT_FD_AUTOCLOSE in the inotify codeAndrew Tridgell1-12/+1
2007-10-10r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke1-8/+9
2007-10-10r21041: Change some "private" to "private_data", and change one (void **) fun...Volker Lendecke1-12/+16
2007-10-10r18370: allow system inotify to be disabledAndrew Tridgell1-0/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-2/+2
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell1-4/+2
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher1-1/+1
2007-10-10r14948: add testing of truncate events, and add truncate support to inotifyAndrew Tridgell1-2/+5
2007-10-10r14943: bring the inotify backend up to date with all the strange renameAndrew Tridgell1-16/+82
2007-10-10r14926: change the inotify backend to implement the rather unusual semanticsAndrew Tridgell1-4/+28
2007-10-10r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell1-8/+14
2007-10-10r14918: cleaner handling of systems without inotifyAndrew Tridgell1-1/+1
2007-10-10r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell1-0/+313