r96: Stupid f&%'n UNIX extensions.... SETPATHINFO
authorJeremy Allison <jra@samba.org>
Tue, 6 Apr 2004 23:01:09 +0000 (23:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:08 +0000 (10:51 -0500)
commit21cc6ab7e8a41160a3e2970623ade7445b5214d6
tree1db59272172e41aa9e0d67e77ff9dc41e5f81215
parent4d1be258a1e0798267eef792ca59cc15695f8057
r96: Stupid f&%'n UNIX extensions.... SETPATHINFO
normally takes as it's param entry the filename to
be acted upon.... Unless it's UNIX extensions create
hardlink, or UNIX extensions create symlink. Then it's
param -> newfile name
data -> oldfile name.
This caused me to stuff them up in 3.0.2 (and the
client commands link and symlink). Fixed them, everything
is now called oldname and newname - thus specifying which
name should already exist (hint - the old one...) and which
will be created (newname).
Jeremy.
source/client/client.c
source/libsmb/clifile.c
source/smbd/nttrans.c
source/smbd/trans2.c