summaryrefslogtreecommitdiff
path: root/source3/smbd/notify.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-1/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-2/+2
2000-06-12enable the Linux change notify code and change some notify debug codeAndrew Tridgell1-1/+4
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-284/+117
2000-06-12fixed comments at top of moduleAndrew Tridgell1-2/+3
2000-06-12split all the change notify code out into a separate moduleAndrew Tridgell1-0/+392