Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to...
commit58d4eef7a1f639de36a18064518e577b384ebdff
authorJeremy Allison <jra@samba.org>
Wed, 27 Jan 2010 00:51:57 +0000 (26 16:51 -0800)
committerFernando J V da Silva <fernandojvsilva@yahoo.com.br>
Thu, 4 Feb 2010 19:09:46 +0000 (4 17:09 -0200)
tree8168b1744b4c84175b754a3b1e4a46a914f06d24
parent50e490b3b1223293ac7b1d9f27f8f9e5333c430d
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