Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to...
commitcbf09baa90f5c4cfa8a0019ccc79211d72d13629
authorJeremy Allison <jra@samba.org>
Thu, 28 Jan 2010 22:55:32 +0000 (28 14:55 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 4 Feb 2010 09:08:13 +0000 (4 10:08 +0100)
tree7f07ec255211c72cf05afe27313eccafeb30bf2c
parente66e5cb6324800d20f5f091a7fb2eba2d751241a
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.

Same as mater commit 899bd0005f56dcc1e95c3988d41ab3f628bb15db.

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