summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify.c
Commit message (Expand)AuthorAgeFilesLines
...
* r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke2007-10-101-40/+57
* r21091: Fix the build without inotifyVolker Lendecke2007-10-101-0/+4
* r21090: Add some helper routinesVolker Lendecke2007-10-101-0/+38
* r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke2007-10-101-2/+2
* r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke2007-10-101-0/+27
* r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke2007-10-101-5/+0
* r21064: The core of this patch isVolker Lendecke2007-10-101-2/+3
* r20982: Fix a segfault -- I wonder why my make test did not show this earlier...Volker Lendecke2007-10-101-1/+2
* r20932: This is the basic infrastructure for inotify support. This is far fro...Volker Lendecke2007-10-101-0/+5
* r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke2007-10-101-178/+48
* r20858: change_notify_reply_packet is staticVolker Lendecke2007-10-101-2/+4
* r20856: Make "struct notify_mid_map" private to notify.cVolker Lendecke2007-10-101-0/+11
* r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke2007-10-101-28/+439
* r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke2007-10-101-439/+28
* r20602: Fix coverity ID 339. SMB_ASSERT does not panic without -DDEVELOPER.Volker Lendecke2007-10-101-1/+4
* r20597: Survive some of the notify mask tests.Volker Lendecke2007-10-101-0/+14
* r20451: Survive the first of the filter-tests (mkdir).Volker Lendecke2007-10-101-16/+24
* r20443: Fix a compiler warningVolker Lendecke2007-10-101-1/+2
* r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke2007-10-101-66/+136
* r20433: Work in progress: Survive more of RAW-NOTIFY.Volker Lendecke2007-10-101-27/+71
* r20394: This is a *VERY* early start of my work on notify.Volker Lendecke2007-10-101-11/+282
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-1/+1
* r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison2007-10-101-1/+13
* r13482: Push the FAM notification file descriptor into the selectJames Peach2007-10-101-0/+9
* r13027: Support file change notifications from FAM.James Peach2007-10-101-1/+7
* r11344: I don't think share mode conflicts occur on deletingJeremy Allison2007-10-101-3/+4
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-211-1/+1
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-1/+1
* Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-021-0/+1
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-241-0/+3
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-241-1/+1
* Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-121-1/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Tidy up debug in notify code.Jeremy Allison2001-10-191-12/+18
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-1/+1
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-10/+1
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-1/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* allow the notify implementation to choose the select timeout changeAndrew Tridgell2000-06-141-2/+2
* enable the Linux change notify code and change some notify debug codeAndrew Tridgell2000-06-121-1/+4
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-284/+117
* fixed comments at top of moduleAndrew Tridgell2000-06-121-2/+3
* split all the change notify code out into a separate moduleAndrew Tridgell2000-06-121-0/+392