search for: broken_getaddrinfo

Displaying 20 results from an estimated 53 matches for "broken_getaddrinfo".

2003 Dec 05
6
ssh not resolving host names on HP-UX 11i
...sd-compat directory (file is fake-rfc2553.[ch]). (this is what 11.00 automatically uses). Since 11i does have a getaddrinfo, it tries to use that, but it appears to be broken. So I just added the following lines to configure (around line 3782) cat >>confdefs.h <<\EOF #define BROKEN_GETADDRINFO 1 EOF There's a whole bunch of these constructs there, I just cut-n-pasted, ran the new configure, and presto, problem solved. -Tom >>> Tim Rice <tim at multitalents.net> 12/04/03 06:30PM >>> I can't remember if this was answered or not. (cleaning out old mail)...
2003 Oct 21
0
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748 Summary: HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO Product: Portable OpenSSH Version: -current Platform: HPPA OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: baby_p_n...
2004 Jan 30
1
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
...So far no-one has said anything about IPv6 working or not on HP-UX 11.11, so we don't know whether or not it works. We do know that (in some cases, anyway) IPv4 doesn't work because of the getaddrinfo issue. Based on the currently available information, configure will automatically define BROKEN_GETADDRINFO on HP-UX 11.11 in the next release. If you object to this, speak now. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Sep 17
16
[Bug 659] sshd failure on IRIX
...Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: bugzilla-openssh at thewrittenword.com IRIX now requires the following defines: BROKEN_GETADDRINFO SETEUID_BREAKS_SETUID BROKEN_SETREUID BROKEN_SETREGID The BROKEN_GETADDRINFO definition should probably be tested for as it has been reported on the mailing list that 6.5.20+ might not need it. However, if it is defined, the openbsd-compat gai_strerror() function is used and its prototype co...
2004 May 24
0
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748 ------- Additional Comments From baby_p_nut at yahoo.com 2004-05-25 09:20 ------- Patch Name: PHNE_27796 Patch Description: s700_800 11.11 libnss_dns DNS backend patch Creation Date: 02/11/26 Post Date: 03/01/07 Hardware Platforms - OS Releases: s700: 11.11 s800: 11.11 Products: N/A Filesets:
2004 Mar 22
18
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |japs at adm.ku.dk ------- Additional Comments From dtucker at zip.com.au 2004-03-22 22:46 ------- *** Bug 816 has been marked as a
2003 Sep 17
3
Use the OpenSSH 3.6 uidswap.c for building 3.7 under IRIX
[resending with uidswap.c instead of uidwrap.c] Once I got past the missing inet_ntoa.h weirdness, I ran into an sshd that died a lot. It appears that IRIX doesn't like some of the extra checks added between 1.23 and 1.24 of uidswap.c. Not sure if that constitutes an IRIX bug or not, but helpfully this helps someone. -- Mail: mjo at dojo.mi.org WWW: http://dojo.mi.org/~mjo/ Phone: +1
2003 Jul 16
16
[Bug 620] Address bits are backwards when setting up port forwarding on Solaris/intel
http://bugzilla.mindrot.org/show_bug.cgi?id=620 Summary: Address bits are backwards when setting up port forwarding on Solaris/intel Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Solaris Status: NEW Severity: major Priority: P3 Component: ssh AssignedTo:
2004 Jul 05
9
[Bug 893] With Reliant Unix (5.44/5.45) a connection fails if the host isn’t known in DNS
http://bugzilla.mindrot.org/show_bug.cgi?id=893 Summary: With Reliant Unix (5.44/5.45) a connection fails if the host isn?t known in DNS Product: Portable OpenSSH Version: 3.8p1 Platform: MIPS OS/Version: other Status: NEW Severity: critical Priority: P2 Component: ssh
2003 Sep 05
1
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585 ------- Additional Comments From dtucker at zip.com.au 2003-09-05 13:39 ------- What's the status of this? At the moment, my understanding is: * a bug exists in getaddrinfo in IRIX 6.5.18 and up * defining BROKEN_GETADDRINFO causes a type clash with gai_strerror * solving the type clash results in an sshd that works OK Should we be defining BROKEN_GETADDRINFO for some IRIXes? If so, which versions, and is there a clean way to solve the type clash? ------- You are receiving this mail because: ------- You are the...
2004 Mar 21
3
[Bug 816] IPv6 fail for HP-UX
...v6. When I change from openssh-3.7.1p2 to openssh-3.8p1, sshd does not listen to IPv6 any more. IPv4 is still OK. If I copy the configure script from openssh-3.7.1p2 to openssh-3.8p1 then I can make a workable openssh-3.8p1 The ChangeLog says: - (dtucker) [configure.ac] Bug #748: Always define BROKEN_GETADDRINFO for HP-UX 11.11. If there are known-good configs where this is not required, please report them. ok djm@ Could that be related to the problem ?? Jan P. Sorensen ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2000 Dec 29
0
another possible mem leak, AIX-specific
On AIX, the config.h generated by 'configure' sets up the following directives: #define HAVE_FREEADDRINFO 1 #define HAVE_GETADDRINFO 1 #define BROKEN_GETADDRINFO 1 This allows the compiler to use the 'getaddrinfo()' routine in fake-getaddrinfo.c, but it uses the 'freeaddrinfo()' provided by AIX. I don't think 'freeaddrinfo()' is releasing the linked list properly, because I think I'm seeing a memory leak roughly a multiple...
2001 Jul 06
0
OpenSSH bug in MacOS X
In MacOS X 10.0.4, and probably other versions, getaddrinfo() is broken in such a way that when you try to connect to certain hosts, openssh fails. getaddrinfo is first failing the lookup, and then failing to return with an error code when it does fail. I've found that if you define BROKEN_GETADDRINFO for OS X, it compiles and runs just fine. This patch against configure works for me: --- configure.old Sat Jun 16 21:09:50 2001 +++ configure Thu Jul 5 17:04:28 2001 @@ -1498,6 +1498,11 @@ # Check for some target-specific stuff case "$host" in +*-*-darwin*) + cat >&...
2001 Jul 16
0
FWD: OpenSSH bug in MacOS X
...cOS X In MacOS X 10.0.4, and probably other versions, getaddrinfo() is broken in such a way that when you try to connect to certain hosts, openssh fails. getaddrinfo is first failing the lookup, and then failing to return with an error code when it does fail. I've found that if you define BROKEN_GETADDRINFO for OS X, it compiles and runs just fine. This patch against configure works for me: --- configure.old Sat Jun 16 21:09:50 2001 +++ configure Thu Jul 5 17:04:28 2001 @@ -1498,6 +1498,11 @@ # Check for some target-specific stuff case "$host" in +*-*-darwin*) + cat >&...
2001 Oct 02
1
Probably broken getaddrinfo() on Solaris x86.
...0.127 (1.0.0.127 was the ai->ai_addr returned by getaddrinfo() in channel.c). I could not reproduce this on Solaris 8 Sparc and I assume that Sun developers mixed endianess on the x86 platform. I could fix the problem by marking the getaddrinfo() function as broken on Solaris 8 x86 (#define BROKEN_GETADDRINFO 1). Maybe someone of you could recheck this problem and try to find a better fix for it. Regards, Konrad -- Konrad Rieck <kr at roqe.org> Roqefellaz - http://www.roqe.org, Public Key http://www.roqe.org/keys/kr.pub -- Fingerprint: 5803 E58E D1BF 9A29 AFCA 5...
2002 Aug 09
1
darwin getaddrinfo
in configure.ac, we AC_DEFINE(BROKEN_GETADDRINFO) for *-darwin-* platforms. recent Darwin fixed getaddrinfo to work as specified in RFC2553, so the case clause is not needed for recent Darwin. still not sure when it was corrected. anyone has a clue? itojun
2002 Oct 25
1
hpux 11.i and HAVE_GETADDRINFO
...he configure script to check whether hpux has a broken getaddrinfo and _at_ _least_ emit a warning about this, or stop with an error and point to the patch. Or minimum: Add this info to the INSTALL file or the INSTALL.hpux In config.h I also found /* getaddrinfo is broken (if present) */ /* #undef BROKEN_GETADDRINFO */ so maybe the test is there but the result is wrong? best regards, Markus
2003 Feb 14
0
Current CVS broken on AIX: conflicting types for `gai_strerror´
...declaration of `gai_strerror? The fragment from fake-addrinfo.h is: #ifndef HAVE_GAI_STRERROR const char *gai_strerror(int ecode); #endif /* !HAVE_GAI_STRERROR */ Now on AIX (4.3.3 & 5.1, anyway), config.h defines HAVE_GAI_STRERROR, however defines.h turns around an undefs it: #if defined(BROKEN_GETADDRINFO) && defined(HAVE_GAI_STRERROR) # undef HAVE_GAI_STRERROR #endif Undef'ing BROKEN_GETADDRINFO in config.h seems to work OK in limited testing on 4.3.3, however I don't know if there is a good reason for it being there. It seems there should be distinct HAVE_GAI_STRERROR and USE_GA...
2004 Mar 29
10
[Bug 820] utmp seems to be getting clobbered on logins
http://bugzilla.mindrot.org/show_bug.cgi?id=820 Summary: utmp seems to be getting clobbered on logins Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: ktaylor
2003 Sep 17
5
problems with 3.7.1p1 on IRIX (again)
Hi, I've seen a few messages re. problems with 3.7.1p1 on IRIX 6.5... I'm using 6.5.19 and having no trouble compiling, installing and starting, but sshd just closes the connection with no explanation. debug/verbose modes don't seem to give any clues. Darren Tucker suggested defining BROKEN_GETADDRINFO in config.h, but I find that compilation then fails (assuming I've implemented this right). Has anyone had any success yet? Thanks. --- Victoria Pennington Manchester Computing, Kilburn Building, University of Manchester, Oxford Road, Manchester M13 9PL tel. 0161 275 6830, email: v.penningto...