Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to...
authorJeremy Allison <jra@samba.org>
Wed, 27 Jan 2010 00:51:57 +0000 (16:51 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 27 Jan 2010 00:51:57 +0000 (16:51 -0800)
commit899bd0005f56dcc1e95c3988d41ab3f628bb15db
tree633dfaaf9f240a6571c49fc4da2fc7a2f0e5def9
parent2dd301e5cd6ff97943c4bf9c7cd9b820d6193b45
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write.

Only works on Linux kernels 2.6.26 and above. Grants CAP_KILL capability
to allow Linux threads under different euids to send signals to each other.

Jeremy.
source3/include/smb.h
source3/lib/system.c
source3/smbd/server.c