Added an extra parameter for unix_convert. If present this is the
authorSamba Release Account <samba-bugs@samba.org>
Mon, 13 Jan 1997 19:41:08 +0000 (19:41 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Mon, 13 Jan 1997 19:41:08 +0000 (19:41 +0000)
commitcdafa35f9dba6eb0073700e3a214348c432a3e84
tree7f9087f2b57d1cb60bdb7d6a0ce4c8fe948164eb
parente63a9d60722a3f9d8d021c4786d1f550e26939d5
Added an extra parameter for unix_convert. If present this is the
last component of the modified pathname before modification. This
is needed due to an exceptional condition in reply_mv when the
filesystem is case preserving, but not case sensitive and the
user wants to change the case of a filename. Code for this is
also added to reply.c
Jeremy (jra@cygnus.com).
source/include/proto.h
source/smbd/pipes.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/trans2.c