configure:
authorJeremy Allison <jra@samba.org>
Sat, 14 Apr 2001 00:19:12 +0000 (00:19 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 14 Apr 2001 00:19:12 +0000 (00:19 +0000)
commit53850c51caf1c4d53ff285b2e5505e0615beeeee
tree03e7d594efd340da6909e0efa2cf3dd05b6a610b
parent9444e9d9f350961b594a1acbe7a7652d97faec0a
configure:
configure.in:
include/config.h.in:
include/profile.h:
smbd/vfs-wrap.c:
smbd/vfs.c:
Added fchmod and fchown to VFS (sorry Gerald - but we needed them anyway).
smbd/dosmode.c:
smbd/files.c:
printing/printfsp.c:
smbd/close.c:
smbd/open.c:
Fixed "dos filemode" correctly so there are no race conditions. Forces test
of open of file O_WRONLY before allowing fchmod as root. Afterwards, calls
standard close function that preserves POSIX locks due to POSIX-me-harder
braindamage. :-). Andrew please review this code.
Also - in removing the tmpdir param in smbrun an extra NULL parameter
was missed in each print_run_command() call (which is a varargs fn.).
Now fixed.
Jeremy.
(This used to be commit 32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd)
14 files changed:
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/profile.h
source3/include/proto.h
source3/include/vfs.h
source3/printing/print_generic.c
source3/printing/printfsp.c
source3/smbd/close.c
source3/smbd/dosmode.c
source3/smbd/files.c
source3/smbd/open.c
source3/smbd/vfs-wrap.c
source3/smbd/vfs.c