summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_inotify.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-18Fix memory leak in error code path.Richard Sharpe1-0/+1
2013-02-19s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher1-1/+1
2013-02-19s3:smbd: s/struct fd_event/struct tevent_fdStefan Metzmacher1-1/+1
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-04-13rely on sys/inotify.h for inotifyAdrian Bunk1-37/+1
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-7/+8
2012-03-26s3: Fix a typoVolker Lendecke1-1/+1
2012-03-26s3: Rename a variable in inotify_watch for clarityVolker Lendecke1-5/+5
2012-03-26s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke1-4/+4
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-2/+3
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-19Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...Jeremy Allison1-1/+2
2009-09-05Check we read off the compelte event from inotifySimo Sorce1-2/+8
2009-06-27Stop listening for inotify data when there's noneVolker Lendecke1-0/+1
2009-06-27Fix some nonempty blank linesVolker Lendecke1-9/+9
2008-10-30use glibc sys/inotify.h headerAndrew Tridgell1-1/+5
2008-10-29Fix CID 574 - tidies up the code expression.Jeremy Allison1-2/+2
2008-02-25Fix inotify detectionVolker Lendecke1-1/+7
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r21774: Fix the build with Fedora Core 6.Günther Deschner1-0/+4
2007-10-10r21104: Rename struct watch_context to struct inotify_watch_contextVolker Lendecke1-8/+9
2007-10-10r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke1-27/+33
2007-10-10r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke1-171/+326
2007-10-10r20933: Fix the build without inotifyVolker Lendecke1-2/+2
2007-10-10r20932: This is the basic infrastructure for inotify support. This is far fro...Volker Lendecke1-0/+263