search for: soua

Displaying 3 results from an estimated 3 matches for "soua".

Did you mean: soa
2004 Mar 29
2
Issue with rsync 2.6.1-pre1 on AIX
...431,440 ---- static RETSIGTYPE sigchld_handler(UNUSED(int val)) { #ifdef WNOHANG while (waitpid(-1, NULL, WNOHANG) > 0) {} #endif + signal(SIGCHLD, sigchld_handler); } -------------- next part -------------- cheers /Pontus -- Pontus Sk?ld, see <URL:http://soua.net/> for more information.
2003 Mar 27
0
[Bug 524] Keyboard-interactive PAM back end hides information
...Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: pont_bug_mindrot at soua.net The mapping from pam_message to SSH_MSG_USERAUTH_INFO_REQUEST currently puts anything that isn't a prompt (information request) into the first prompt. As prompts may be truncated that isn't really the right thing to do, this patch puts those in the instruction field instead. (Lost in...
2004 Jan 09
2
IPv6 broken under AIX?
I've tried to get OpenSSH_3.7.1p2 to work over IPv6 under AIX 5.1.0 and 5.2.0 without success. If I configure sshd to listen to an IPv6 address it will take the uppermost 32 bits of the IPv6 address and interpret it as an IPv4 address. sshd_config: ------------ ListenAddress [2001:6b0:b:1::133] ListenAddress 130.238.4.133 ListenAddress 172.17.1.2 $ /usr/nbin/sshd -d -d -d debug2: