summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23728: First part of bugfix for #4763. Limit notify responsesJeremy Allison1-0/+12
2007-10-10r23518: Remove the silly assumption that string_replace requires a pstring.Volker Lendecke1-5/+5
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r23450: max_params_return is complete fiction when getting a changenotifyJeremy Allison1-14/+4
2007-10-10r22755: Second half of r22754. As it stands now, string_replace expects aVolker Lendecke1-10/+8
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-2/+3
2007-10-10r21123: Make notify_fsp() static to notify.c.Volker Lendecke1-14/+68
2007-10-10r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke1-6/+4
2007-10-10r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...Volker Lendecke1-204/+0
2007-10-10r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke1-40/+57
2007-10-10r21091: Fix the build without inotifyVolker Lendecke1-0/+4
2007-10-10r21090: Add some helper routinesVolker Lendecke1-0/+38
2007-10-10r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke1-2/+2
2007-10-10r21084: Make the Samba4 files compile in Samba3, not activated yet.Volker Lendecke1-0/+27
2007-10-10r21077: A step to minimize the diff later: This pulls in unmodified files fro...Volker Lendecke1-5/+0
2007-10-10r21064: The core of this patch isVolker Lendecke1-2/+3
2007-10-10r20982: Fix a segfault -- I wonder why my make test did not show this earlier...Volker Lendecke1-1/+2
2007-10-10r20932: This is the basic infrastructure for inotify support. This is far fro...Volker Lendecke1-0/+5
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke1-178/+48
2007-10-10r20858: change_notify_reply_packet is staticVolker Lendecke1-2/+4
2007-10-10r20856: Make "struct notify_mid_map" private to notify.cVolker Lendecke1-0/+11
2007-10-10r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke1-28/+439
2007-10-10r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke1-439/+28
2007-10-10r20602: Fix coverity ID 339. SMB_ASSERT does not panic without -DDEVELOPER.Volker Lendecke1-1/+4
2007-10-10r20597: Survive some of the notify mask tests.Volker Lendecke1-0/+14
2007-10-10r20451: Survive the first of the filter-tests (mkdir).Volker Lendecke1-16/+24
2007-10-10r20443: Fix a compiler warningVolker Lendecke1-1/+2
2007-10-10r20442: Slight rewrite of the change notify infrastructure. This now survives...Volker Lendecke1-66/+136
2007-10-10r20433: Work in progress: Survive more of RAW-NOTIFY.Volker Lendecke1-27/+71
2007-10-10r20394: This is a *VERY* early start of my work on notify.Volker Lendecke1-11/+282
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-1/+1
2007-10-10r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison1-1/+13
2007-10-10r13482: Push the FAM notification file descriptor into the selectJames Peach1-0/+9
2007-10-10r13027: Support file change notifications from FAM.James Peach1-1/+7
2007-10-10r11344: I don't think share mode conflicts occur on deletingJeremy Allison1-3/+4
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison1-1/+1
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-1/+1
2003-08-02Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison1-0/+1
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison1-0/+3
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison1-1/+1
2002-12-12Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison1-1/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-1/+1
2001-10-19Tidy up debug in notify code.Jeremy Allison1-12/+18
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-1/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-10/+1