summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_inotify.c
AgeCommit message (Expand)AuthorFilesLines
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