summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify.c
Commit message (Expand)AuthorAgeFilesLines
* 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