r96: Stupid f&%'n UNIX extensions.... SETPATHINFO
commit1db9257c953c93c3f26596a535e4f26b609e7955
authorJeremy Allison <jra@samba.org>
Tue, 6 Apr 2004 23:01:09 +0000 (6 23:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:08 +0000 (10 10:51 -0500)
tree6113771ac0ec30fd0cb67d243a07f5844a5c6145
parent9d458e45c8979bbfa081722b379abba9db922bba
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.
(This used to be commit 21cc6ab7e8a41160a3e2970623ade7445b5214d6)
source3/client/client.c
source3/libsmb/clifile.c
source3/smbd/nttrans.c
source3/smbd/trans2.c