Add some const to the stat struct in the dosmode calls.
authorJeremy Allison <jra@samba.org>
Thu, 18 Jun 2009 22:07:14 +0000 (15:07 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 18 Jun 2009 22:07:14 +0000 (15:07 -0700)
commitd2da9dee686881106678d50a96713f0632dcdf10
tree9b46c0c510a995414e07d2cda99c40123f88e5f6
parent34267482d53cb559cc40c4ec2bee929c21b7886b
Add some const to the stat struct in the dosmode calls.
Fix a couple more unix_convert uses to filename_convert.
Fix bug in acl_group_override() where an uninitialized
struct could be used. Move unix_convert with wildcard
use in SMBsearch reply to boilerplate code.
Jeremy.
source3/include/proto.h
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/dosmode.c
source3/smbd/file_access.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/posix_acls.c
source3/smbd/reply.c