diff options
author | Jeremy Allison <jra@samba.org> | 2001-01-09 20:34:37 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-01-09 20:34:37 +0000 |
commit | 615af12cf2171001bc7da716cea25eab57ec3f4c (patch) | |
tree | 31b22ecce7a697be6b614a79af7ee787dba413bb /source3/include/proto.h | |
parent | e76fe221b8912b2f94c0ac8ecbf59b940f11979c (diff) | |
download | samba-615af12cf2171001bc7da716cea25eab57ec3f4c.tar.gz samba-615af12cf2171001bc7da716cea25eab57ec3f4c.tar.bz2 samba-615af12cf2171001bc7da716cea25eab57ec3f4c.zip |
Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter
to allow a chmod to be done if the user has write access to a file, just
like Windows allows. Off by default (compare with "dos filetimes" parameter).
Jeremy.
(This used to be commit 8abdf0e29fdb02a7929aa4395947b5023a7194a0)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8c0ff6f86c..9cd9296c41 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1609,6 +1609,7 @@ BOOL lp_map_system(int ); BOOL lp_delete_readonly(int ); BOOL lp_fake_oplocks(int ); BOOL lp_recursive_veto_delete(int ); +BOOL lp_dos_filemode(int ); BOOL lp_dos_filetimes(int ); BOOL lp_dos_filetime_resolution(int ); BOOL lp_fake_dir_create_times(int ); |