summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify_inotify.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in error code path.Richard Sharpe2013-07-181-0/+1
* s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher2013-02-191-1/+1
* s3:smbd: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-191-1/+1
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* rely on sys/inotify.h for inotifyAdrian Bunk2012-04-131-37/+1
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-261-7/+8
* s3: Fix a typoVolker Lendecke2012-03-261-1/+1
* s3: Rename a variable in inotify_watch for clarityVolker Lendecke2012-03-261-5/+5
* s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke2012-03-261-4/+4
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-2/+3
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...Jeremy Allison2010-04-191-1/+2
* Check we read off the compelte event from inotifySimo Sorce2009-09-051-2/+8
* Stop listening for inotify data when there's noneVolker Lendecke2009-06-271-0/+1
* Fix some nonempty blank linesVolker Lendecke2009-06-271-9/+9
* use glibc sys/inotify.h headerAndrew Tridgell2008-10-301-1/+5
* Fix CID 574 - tidies up the code expression.Jeremy Allison2008-10-291-2/+2
* Fix inotify detectionVolker Lendecke2008-02-251-1/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r21774: Fix the build with Fedora Core 6.Günther Deschner2007-10-101-0/+4
* 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
* r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke2007-10-101-171/+326
* r20933: Fix the build without inotifyVolker Lendecke2007-10-101-2/+2
* r20932: This is the basic infrastructure for inotify support. This is far fro...Volker Lendecke2007-10-101-0/+263