summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_kernel.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-1/+1
2007-10-10r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison1-1/+0
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-6/+4
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-4/+6
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison1-5/+6
2003-03-28merged real time signal fixes from headAndrew Tridgell1-1/+4
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett1-0/+2
2002-10-28Fix fd leak with kernel change notify.Jeremy Allison1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-38/+71
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-6/+6
2001-05-08More compiler warning fixes.Tim Potter1-2/+2
2001-03-30utils/torture.c: Added one more delete on close test.Jeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2000-09-20Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison1-1/+6
2000-06-19Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison1-10/+11
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-3/+4
2000-06-13use DN_ATTRIB kernel change notify attributeAndrew Tridgell1-3/+7
2000-06-13always use the DN_CREATE mask (NT expects file creation always toAndrew Tridgell1-8/+3
2000-06-12enable the Linux change notify code and change some notify debug codeAndrew Tridgell1-8/+43
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+170