Hi all, I'm on the way to use CIFS (0.8.7a) on linux clients. No problems so far except that new files are created with timestamp '1970-01-01' ... client:~ # cd /share/linux client:/share/linux # touch test.txt client:/share/linux # ls -l test* -rw-r--r-- 1 root root 0 Jan 1 1970 test.txt client:/share/linux # server:~ # cd /share/linux server:/share/linux # ls -l test* -rw-r--r-- 1 root root 0 Jan 1 1970 test.txt server:/share/linux # Any pointers would be appreciated. Thanks.