| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
| |
for utimes - change the call to ntimes. This preserves
nsec timestamps we get from stat (if the system supports
it) and only maps back down to usec or sec resolution
on time set. Looks bigger than it is as I had to move
lots of internal code from using time_t and struct utimebuf
to struct timespec.
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather
sooner than later.
Add the notify support that already exists in 3_0 to 3_0_25. If you want to
see this patch dissected into digestable parts, look at 3_0, revisions at
about 20800 and following.
Volker
|
|
|
|
|
|
|
|
|
|
| |
handling. Gets rid of more code than it adds.
I will port this to SAMBA_3_0 next. There are
still some wrinkles with wildcard delete I am
working on - for example a dirtype pattern of
0x8aa4 isn't handled correctly yet.... still
looking at this.
Jeremy.
|
|
|
|
|
|
| |
I think they're correct, modulo more testing of
error codes.
Jeremy.
|
| |
|
| |
|
|
|
|
|
|
| |
a valid return from getting an xattr. Don't disable if
we get it.
Jeremy.
|
|
|
|
| |
HSM is interested in. Tested on both IRIX and SLES9.
|
|
|
|
|
| |
to the attr list not resetting it.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
| |
added new parameter : map readonly = [yes|no|permissions]
If yes: map inverse of user "w" bit to mean readonly.
If no: never set DOS readonly bit.
If permissions: check file permissions for user and set readonly
bit if the current user cannot write.
If store dos attributes is set to yes then this parameter
is ignored.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
read-only. Noticed by Andrew Bartlett.
Jeremy
|
|
|
|
|
| |
when DOS attributes are stored in EA's.
Jeremy.
|
|
|
|
|
|
|
|
| |
Don't update the time on read-only shares.
We need this as set_filetime (which can be called on
close and other paths) can end up calling this function
without the NEED_WRITE protection.
Jeremy.
|
|
|
|
|
|
|
|
|
| |
tests on this as it's very late NY time (just wanted to get this work
into the tree). I'll test this over the weekend....
Jerry - in looking at the difference between the two trees there
seem to be some printing/ntprinting.c and registry changes we might
want to examine to try keep in sync.
Jeremy.
|
|
|
|
|
| |
Fixes bug #2774.
Jeremy.
|
|
|
|
|
|
|
|
| |
checking for write access in a directory before delete. Also
controls checking for write access before labeling a file read-only
if DOS attributes are not being stored in EA's.
Docuementation to follow.
Jeremy.
|
|
|
|
|
|
|
| |
"read-only"
issue.
Jeremy.
|
|
|
|
|
| |
not an existing one.
Jeremy.
|
|
|
|
|
|
| |
Rolling back r3496 (close #2015).
Guenther
|
|
|
|
| |
Guenther
|
|
|
|
|
|
|
|
| |
st_blksize, it isn't what you think....
Jeremy.
--his line, and those below, will be ignored--
M source/smbd/dosmode.c
|
|
|
|
|
| |
doesn't support EA's.
Jeremy.
|
|
metze
|