search for: inet_ntoa

Displaying 20 results from an estimated 173 matches for "inet_ntoa".

Did you mean: inet_ntop
2003 Sep 16
4
openbsd-compat/inet_ntoa.h missing from 3.7p1?
On IRIX 6.5: cc -Wl,-woff,84 -Wl,-woff,85 -woff 1429 -O2 -I/opt/TWWfsw/tcpwrap/include -I. -I.. -I. -I./.. -I/opt/TWWfsw/libopenssl097s/include -I/opt/TWWfsw/zlib11s/include -DHAVE_CONFIG_H -c inet_ntoa.c cc-1035 cc: WARNING File = /usr/include/stdint.h, Line = 5 #error directive: This header file is to be used only for c99 mode compilations #error This header file is to be used only for c99 mode compilations ^ cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46 The source file &...
2003 Sep 18
1
[Bug 681] inet_ntoa.h is missing
http://bugzilla.mindrot.org/show_bug.cgi?id=681 Summary: inet_ntoa.h is missing Product: Portable OpenSSH Version: 3.7.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy...
2003 Sep 20
1
[Bug 694] build fails: missing inet_ntoa.h on IRIX 6.3 and gcc 3.2.2
http://bugzilla.mindrot.org/show_bug.cgi?id=694 Summary: build fails: missing inet_ntoa.h on IRIX 6.3 and gcc 3.2.2 Product: Portable OpenSSH Version: 3.7.1p1 Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-b...
2003 Oct 01
1
[Bug 725] Compile error on inet_ntoa.h not includediin source tree
http://bugzilla.mindrot.org/show_bug.cgi?id=725 Summary: Compile error on inet_ntoa.h not includediin source tree Product: Portable OpenSSH Version: 3.7.1p1 Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org...
2003 Sep 18
1
openssh-3.7.1p1 distribution missing inet_ntoa.h header file
A build of the new openssh-3.7.1p1 distribution failed on SGI IRIX 6.5 because the inet_ntoa.h header file is not part of the openssh-3.7.1p1 distribution: cc -I/usr/local/include -I. -I.. -I. -I./.. -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -c inet_ntoa.c cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46 The source file "inet_ntoa.h" is unavailable. #inc...
2003 Sep 17
0
bad include in inet_ntoa.c (versions openssh-3.7p1 & openssh-3.7.1p1)
"openbsd-compat/inet_ntoa.c" includes "inet_ntoa.h" which doesn't exist. Deleting the "#include" line allows inet_ntoa.c to compile and the resulting programs work fine. ->Spike
2003 Sep 23
0
openssh-3.7.1p1 -- openbsd-compat/inet_ntoa.h missing
Hello I just installed openssh-3.7.1p1 on IRIX64 6.5 04100802 IP27. The compilation failed since the header file openbsd-compat/inet_ntoa.h was missing. I downloaded the package from different sources including ftp.openbsd.org, there was no difference. Since inet_ntoa.c has not been changed, copying the inet_ntoa.h from openssh-3.6p1 fixed the problem. The package should be fixed anyway. Many thanks for your valuable work. Chri...
2001 Jan 22
0
Patches for failing build & bus error on SPARC/Linux
...releases, here are patches to fix two OpenSSH problems on sparc redhat 4.2 systems. 1. `Old PAM' #defines different - build fails with undefined symbols when PAM used. 2. Running ssh on sparc hardware results in bus error on some connection negotiations. Unaligned data on call to inet_ntoa() results in bus error. Compiled with gcc 2.7.2.1. Patches and a test program follows. George Helffrich (george at geology.bristol.ac.uk) *** defines.h.orig Thu Oct 19 23:14:05 2000 --- defines.h Mon Jan 22 16:52:...
2003 Sep 16
3
Compilation of 3.7p1 failed on IRIX (missing file)
Version 3.7p1 of OpenSSH can't be compiled on IRIX 6.5 because the file openbsd-compat/inet_ntoa.h is missing. It is possible to compile successfully using this file out of version 3.6.1p2. Heiko Heiko Schlichting | Freie Universit?t Berlin heiko at FU-Berlin.DE | Zentraleinrichtung f?r Datenverarbeitung (ZEDAT) Telefon +49 30 838-54327 | Fabeckstra?e 32 Telefax +49 30 838454327...
2003 Sep 23
1
inet_ntoaHi,
Hi, Trying to compile under IRIX 6.5.21 and keep getting the error " inet_ntoa.c:46: inet_ntoa.h: No such file or directory". Looked at the source code and found that unlike previous versions of the ssh software, inet_ntoa.h was not included. How do I get the software to compile? Thanks for your help, -- Gary Samuel
2003 Oct 09
0
Trouble building 3.7.1
The proper place to ask about OpenSSH on any platform other then OpenBSD is openssh-unix-dev at mindrot.org On Thu, 9 Oct 2003, Neal Vail wrote: > On Irix 6.5.17 with gcc and gnu make > > inet_ntoa.c compilation failed with "inet_ntoa.h" not found error. > Examination > of 'configure' results indicated "inet_ntoa.h" was available. > > Where is it? Suggestions? Use 3.7.1p2. The #include "inet_ntoa.h" line in inet_ntoa.c is bogus, remove it....
2003 Oct 27
0
Asterisk behind nat with hole, hardcoding solution
...ion, as is indicated below (the original line is commented out): static void build_contact(struct sip_pvt *p) { /* Construct Contact: header */ if (ourport != 5060) snprintf(p->our_contact, sizeof(p->our_contact), "<sip:%s@%s:%d>", p->exten, inet_ntoa(p->ourip), ourport); else // snprintf(p->our_contact, sizeof(p->our_contact), "<sip:%s@%s>", p->exten, inet_ntoa(p->ourip)); snprintf(p->our_contact, sizeof(p->our_contact), "<sip:%s@213.84.4.39>", p->exten...
2003 Sep 17
7
[Bug 650] fix for build problem on IRIX 6.5
...al Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: koenig at science-computing.de openssh 3.7p1 doesn't build on IRIX 6.5 (3.6.1p2 and earlier did), patch will be attached... error message: cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46 The source file "inet_ntoa.h" is unavailable. #include "inet_ntoa.h" ^ 1 catastrophic error detected in the compilation of "inet_ntoa.c". Compilation terminated. gmake[1]: *** [inet_ntoa.o] Error 2 ------- You are receiving...
2001 Jun 07
0
Patch for systems with no setreuid()
...2:53 2001 +++ configure Thu Jun 7 14:13:40 2001 @@ -3184,7 +3184,7 @@ fi -for ac_func in arc4random atexit b64_ntop bcopy bindresvport_sa clock fchown fchmod freeaddrinfo futimes gai_strerror getcwd getaddrinfo getgrouplist getnameinfo getrlimit getrusage getttyent getusershell glob inet_aton inet_ntoa inet_ntop innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty realpath rresvport_af setdtablesize setenv setegid seteuid setlogin setproctitle setresgid setreuid setrlimit setsid sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep strtok_r sysconf tcgetpgrp utimes vsnpr...
1998 May 08
4
Lightning fast attacks?
RH4.2 Linux Intel Last night I got three of these log messages: Two in a row, one a bit later. May 8 00:35:15 osg-gw imapd[4307]: warning: can''t get client address: Connectio n reset by peer May 8 00:35:15 osg-gw imapd[4307]: refused connect from unknown Now, I have imapd blocked to non-local users using tcpd wrappers, so tcpd is trying to find the address of the remote machine (all
2000 Sep 25
2
off-by-one errors in getnameinfo()
Description: getnameinfo() (confirmed for CVS version 1.14.2.1) does this sort of buffer size checks (these is just two of many cases): if (strlen(sp->s_name) > servlen) return ENI_MEMORY; strcpy(serv, sp->s_name); ... if (strlen(hp->h_name) > hostlen) {
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...
2014 Jun 20
0
[Bug 962] New: [PATCH] nfq_ip_snprintf always shows the same address in SRC and DST
...Priority: P5 Component: libnetfilter_queue AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: lantw44 at gmail.com Estimated Hours: 0.0 Created attachment 446 --> https://bugzilla.netfilter.org/attachment.cgi?id=446 extra: use inet_ntop instead of inet_ntoa inet_ntoa() cannot be used twice in the same snprintf() call. I replace inet_ntoa() with inet_ntop() and the problem is fixed. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2003 Feb 20
0
Netbios name service forwarding.
...in_port = htons (dm_port); for (j = 0; j < 0x10000; ++j) { i->addr_cache[j].sin_addr.s_addr = INADDR_BROADCAST; i->addr_cache[j].sin_port = htons (nb_port); } { char buf[1024], *ptr = buf; ptr += sprintf (ptr, "Initialized %s ip %s", name, inet_ntoa (i->me.sin_addr)); ptr += sprintf (ptr, " bcast %s", inet_ntoa (i->bcast.sin_addr)); syslog (LOG_ERR, ptr); } i->next = ifs; ifs = i; } int main (int argc, char **argv) { unsigned char buf[8192]; int w = getdtablesize (); int len; int fromlen; iface i...
2003 Apr 08
2
OpenSSH compilation in AIX
...aim that you've compiled openssh in AIX. That is correct, AIX 4.2.1, 4.3.3 and 5.1. > Not my situation is as follows: > openssh-3.6.1p1 > AIX 4.2 > gcc > /usr/bin/ld (AIX-binary) > > and upon linking of ssh I get "undefined symbol: .__inet_ntoa" and the same > with inet_aton, followed by "use -bloadmap". > If I use -bloadmap I get "cannot find or open libgcc.a" - which is available, > and I even tried to give its path via -L to the linker. > > Do you have any suggestions? inet_ntoa is part of libc...