index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
notify_inotify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in error code path.
Richard Sharpe
2013-07-18
1
-0
/
+1
*
s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3:smbd: s/struct fd_event/struct tevent_fd
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
rely on sys/inotify.h for inotify
Adrian Bunk
2012-04-13
1
-37
/
+1
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-7
/
+8
*
s3: Fix a typo
Volker Lendecke
2012-03-26
1
-1
/
+1
*
s3: Rename a variable in inotify_watch for clarity
Volker Lendecke
2012-03-26
1
-5
/
+5
*
s3: Pass "filter" instead of "notify_entry" to inotify_map
Volker Lendecke
2012-03-26
1
-4
/
+4
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-2
/
+3
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...
Jeremy Allison
2010-04-19
1
-1
/
+2
*
Check we read off the compelte event from inotify
Simo Sorce
2009-09-05
1
-2
/
+8
*
Stop listening for inotify data when there's none
Volker Lendecke
2009-06-27
1
-0
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2009-06-27
1
-9
/
+9
*
use glibc sys/inotify.h header
Andrew Tridgell
2008-10-30
1
-1
/
+5
*
Fix CID 574 - tidies up the code expression.
Jeremy Allison
2008-10-29
1
-2
/
+2
*
Fix inotify detection
Volker Lendecke
2008-02-25
1
-1
/
+7
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21774: Fix the build with Fedora Core 6.
Günther Deschner
2007-10-10
1
-0
/
+4
*
r21104: Rename struct watch_context to struct inotify_watch_context
Volker Lendecke
2007-10-10
1
-8
/
+9
*
r21084: Make the Samba4 files compile in Samba3, not activated yet.
Volker Lendecke
2007-10-10
1
-27
/
+33
*
r21077: A step to minimize the diff later: This pulls in unmodified files fro...
Volker Lendecke
2007-10-10
1
-171
/
+326
*
r20933: Fix the build without inotify
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r20932: This is the basic infrastructure for inotify support. This is far fro...
Volker Lendecke
2007-10-10
1
-0
/
+263