From 615af12cf2171001bc7da716cea25eab57ec3f4c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 9 Jan 2001 20:34:37 +0000 Subject: Fix from "B.V.Dean" 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) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') 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 ); -- cgit