1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00
Jeremy Allison ff736dfcad Fix bug #6421 - POSIX read-only open fails on read-only shares.
The change to smbd/trans2.c opens up
SETFILEINFO calls to POSIX_OPEN only. The change to first smbd/open.c closes 2
holes that would have been exposed by allowing POSIX_OPENS on readonly shares,
and their ability to set arbitrary flags permutations. The O_CREAT ->
O_CREAT|O_EXCL change removes an illegal combination (O_EXCL without O_CREAT)
that previously was being passed down to the open syscall.
Jeremy.
2009-05-30 13:28:03 -07:00
..
2008-12-17 12:57:18 +01:00
2008-10-12 17:34:43 +02:00
2009-05-30 10:21:38 +02:00
2009-05-30 10:21:38 +02:00
2009-05-16 15:30:48 -04:00
2009-05-14 14:18:26 +02:00
2009-05-28 12:22:41 +02:00
2009-05-18 07:13:04 +02:00
2009-03-14 20:56:26 +01:00
2009-05-26 23:38:22 +02:00
2008-11-13 12:43:58 +01:00
2009-05-30 10:21:38 +02:00
2008-08-13 15:25:09 +02:00