svn commit: samba r97 - in trunk/source: client libsmb smbd

jra at samba.org jra at samba.org
Tue Apr 6 23:09:38 GMT 2004


Author: jra
Date: 2004-04-06 23:09:38 +0000 (Tue, 06 Apr 2004)
New Revision: 97

Modified:
   trunk/source/client/client.c
   trunk/source/libsmb/clifile.c
   trunk/source/smbd/nttrans.c
   trunk/source/smbd/trans2.c
Log:
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.




More information about the samba-cvs mailing list