Displaying 2 results from an estimated 2 matches for "needslash".
2005 Feb 02
3
[Bug 978] The supplied realpath function mangles pathnames.
...h Portable OpenSSH is used, one quickly
discovers that it mangles the pathnames. The code that combines the 'real'
directory name with the name of the last component has a special-case to
handle a directory name consisting of only '/'. Sadly, when it comes time to
use the 'needslash' variable, the test is backwards. When it needs a slash,
it doesn't put one in, and vice versa. needslash==1 is supposed to mean that
a slash is needed but the code tests for needslash==0. I guess I must have
one of the few operating systems (the Stratus VOS POSIX environment) that
d...
2000 Apr 03
1
2.0.7pre3: smbclient issues
My systems: rh61, 2.2.14 + smbfs-nls.patch.
I refer to 2.0.7pre3 as 2.0.7
=== 1) "ls" of an empty dir
1a)
1.9.18 doing "ls" to an empty samba dir:
smb: \> ls
49550 blocks of size 16384. 33754 blocks available
1b)
2.0.7 doing "ls" to an empty samba dir:
smb: \> ls
ERRDOS - ERRbadfile (File not found.) listing \* <=======