summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-03-08 20:34:39 +0100
committerJeremy Allison <jra@samba.org>2010-03-08 16:55:07 -0800
commit56b13ee8edfa434cbca69af17aeea58cc5502b40 (patch)
treeeb44147ebc4b1881a847a03612d4cfc2ae84ac93 /source3/include
parent9113e14b291c10c824d2d8ea5cb28ffc0adcb63b (diff)
downloadsamba-56b13ee8edfa434cbca69af17aeea58cc5502b40.tar.gz
samba-56b13ee8edfa434cbca69af17aeea58cc5502b40.tar.bz2
samba-56b13ee8edfa434cbca69af17aeea58cc5502b40.zip
Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write."
This reverts commit a6ae7a552f851a399991262377cc0e062e40ac20. This fixes bug #7222 (All users have full rigths on all shares) (CVE-2010-0728). (cherry picked from commit 1c9494c76cc9686c61e0966f38528d3318f3176f)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 8d1e148259..8674629188 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1724,8 +1724,7 @@ minimum length == 24.
enum smbd_capability {
KERNEL_OPLOCK_CAPABILITY,
DMAPI_ACCESS_CAPABILITY,
- LEASE_CAPABILITY,
- KILL_CAPABILITY
+ LEASE_CAPABILITY
};
/*