Displaying 3 results from an estimated 3 matches for "sconeu".
2008 May 21
11
[Bug 1467] New: SFTP stalls
...ication: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: sconeu at yahoo.com
This issue was first noted on SFTP, but the cause was down in the
spawned ssh process.
On some systems (e.g. HP NonStop), read or write to a nonblocking
socket will fail with EWOULDBLOCK instead of EAGAIN. The code in
channels.c does not handle EAGAIN, causing the socket to be clos...
2014 Jul 25
11
[Bug 2259] New: Checking for external _res fails
...s fails
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Other
Status: NEW
Severity: minor
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: sconeu at yahoo.com
I'm not familiar enough with autoconf to edit the configure.ac file,
but...
The location in configure.ac is around line 3902
In the configure script, when it checks to see if _res is an extern,
there are two problems:
1. There is no ac_WHATEVER variable to control it and overr...
2014 Jul 29
2
[Bug 2261] New: configure looks in /usr/local for OpenSSL and zlib, even when --with-ssl-dir and --with-zlib are set
...re set
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Other
Status: NEW
Severity: normal
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: sconeu at yahoo.com
When configure checks for zlib, it automaticaly prepends /usr/local/lib
to the linker search path, even when --with zlib is set. This messes
up cross compiles on HP Nonstop.
Similarly, when it's checking for OpenSSL, it does the same thing, even
when --with-ssl-dir is set.
Conf...