Displaying 2 results from an estimated 2 matches for "jnerad".
Did you mean:
jerad
2002 Jun 24
1
pointer warnings
I'm trying to resolve a problem I'm getting from a Redhat 6.2
distribution.
When I compile OpenSSH 3.3p1 with OpenSSL 0.9.6d gcc 2.95,
glibc-2.1.3-22, I get problems with
In file included from /usr/include/string.h:346,
from includes.h:30,
from ssh-keyscan.c:9:
/usr/include/bits/string2.h: In function `__strcpy_small':
and then a whole series of
2002 Oct 17
0
[Bug 415] New: Result Codes ala FTP
...ala FTP
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jnerad at bellsouth.net
If there is no reason for not returning result codes like the ftp does, could
sftp return similar codes? e.g.
sftp now returns simply the results.
sftp> pwd
/home/tshandy
could it be made to behave like ftp:
ftp> pwd
257 "/home/tshandy" is current directory....