lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 30 Jan 2008 21:52:51 +0100
From:	Guenter Kukkukk <linux@...kukk.com>
To:	samba-technical@...ts.samba.org, linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] remove smbfs

Am Mittwoch, 30. Januar 2008 schrieb Steve French:
> I have mounted to Windows98 a few months ago with no problems (other
> than a few restrictions like you can't set the file times via utimes).
>  For mounts to Windows98 note that you have to specify the server
> netbios name on the mount (since it is not the same as the DNS name).
> In your example your would need to specify "servernetbiosname=WIN98"
> in the mount options (until mount.cifs autoretries with
> servernetbiosname assumed to be the beginning of the UNC name - note
> that later servers have a dummy netbios name that is used so this
> mount option is only needed for OS/2 and Win9x).
> 
> I will try mounts to Windows98 again.
> 

being not able to set the file times via utimes is a _major_
missing feature in cifs, so

  cp -p /client/file /server

does not work regarding servers like win9x/me and os/2.
The source time stamps are not transfered to the server!
The current local time on the server is set instead for
all time stamps. 
The reason is a missing implementation of legacy versions of
  setfileinfo
  setpathinfo

I had that already working months ago, but it never made it
upstream ...

Possibly we could give it a 2nd try?

Cheers, Günter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ