Replace the boilerplate calls to :
authorJeremy Allison <jra@samba.org>
Thu, 18 Jun 2009 20:13:38 +0000 (13:13 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 18 Jun 2009 20:13:38 +0000 (13:13 -0700)
commit34267482d53cb559cc40c4ec2bee929c21b7886b
treedae973a4b11a0a7f3dd51e07a30f7a1065d7c6a6
parente7e98ba4807f3c4e0538b24ae0092f69383ae2d7
Replace the boilerplate calls to :
resolve_dfspath() -> unix_convert() -> get_full_smb_filename() -> check_name()
with a new function filename_convert().
This restores the check_name() calls that had gone missing
since the default create_file was changed. All "standard"
pathname processing now goes through filename_convert().
I'll take a look at the non-standard pathname processing
next. As a benefit, fixed a missing resolve_dfspath()
in the trans2 mkdir call.
Jeremy.
source3/include/proto.h
source3/smbd/filename.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/smb2_create.c
source3/smbd/trans2.c