summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_inotify.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: inotify_map_mask_to_filter incorrectly indexes an array.Doug Nazar2017-04-281-1/+1
* notify_inotify: Map inotify mask back to filterChristof Schmitt2016-07-181-4/+31
* notify_inotify: Move mapping table to top of fileChristof Schmitt2016-07-181-31/+30
* smbd: Allow passing notify filter from inotify and famChristof Schmitt2016-07-181-4/+7
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* notify_inotify: Simplify inotify_dispatchVolker Lendecke2014-12-091-15/+17
* smbd: Compile notify_inotify only if availableVolker Lendecke2014-12-091-4/+0
* notify_inotify: inotify_watch now takes a mem_ctxVolker Lendecke2014-12-091-2/+3
* notify: Add "dir" to notify_eventVolker Lendecke2014-12-091-0/+2
* notify_inotify: Make inotify_watch return 0/errnoVolker Lendecke2014-12-091-15/+15
* notify_inotify: Slightly simplify watch_destructorVolker Lendecke2014-12-091-8/+10
* notify_inotify: Slightly simplify inotify_watchVolker Lendecke2014-12-091-15/+13
* notify_inotify: Make inotify_setup return 0/errnoVolker Lendecke2014-12-091-10/+15
* notify_inotify: Add a NULL checkVolker Lendecke2014-12-091-1/+8
* notify_inotify: Simplify filter_matchVolker Lendecke2014-12-091-20/+19
* smbd: Move lp_parm_bool out of notify_inotify.cVolker Lendecke2014-12-091-4/+0
* smbd: Use read_data() in notify_inotifyVolker Lendecke2014-12-071-5/+6
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-071-1/+1
* inotify: Properly handle cross-dir renamesVolker Lendecke2014-12-051-3/+7
* 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