Displaying 8 results from an estimated 8 matches for "_getshort".
2003 May 15
2
Resolver changes broke AIX & HPUX
...4.3.3.11:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I..
-I../../openbsd-compat -I../../openbsd-compat/.. -I/usr/local/ssl/include
-I/usr/local/include -DHAVE_CONFIG_H -c
../../openbsd-compat/getrrsetbyname.c
../../openbsd-compat/getrrsetbyname.c:133: warning: static declaration for
`_getshort? follows non-static
../../openbsd-compat/getrrsetbyname.c:143: conflicting types for
`_getlong?
/usr/include/arpa/onameser_compat.h:322: previous declaration of
`_getlong?
../../openbsd-compat/getrrsetbyname.c: In function `getrrsetbyname?:
../../openbsd-compat/getrrsetbyname.c:238: structure has n...
2005 May 07
2
[Bug 1033] Fix compile-time warnings
http://bugzilla.mindrot.org/show_bug.cgi?id=1033
Summary: Fix compile-time warnings
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: dtucker at
2003 Sep 08
1
please test (HEADER.ad)
...alents.net
-------------- next part --------------
--- openssh/configure.ac.old 2003-09-08 06:33:33.000000000 -0700
+++ openssh/configure.ac 2003-09-08 10:07:44.849040019 -0700
@@ -1913,6 +1913,9 @@
AC_SEARCH_LIBS(res_query, resolv)
AC_SEARCH_LIBS(dn_expand, resolv)
AC_CHECK_FUNCS(_getshort _getlong)
+ AC_CHECK_MEMBER(struct HEADER.ad,
+ [AC_DEFINE(HAVE_HEADER_AD)],,
+ [#include arpa/nameser.h])
])
fi
]
--- openssh/acconfig.h.old 2003-09-07 11:01:43.989760001 -0700
+++ openssh/acconfig.h 2003-09-08 09:58:18.714080015 -0700
@@ -418,6 +418,9 @@
/* Define if getr...
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...sefrom
for close_range
for library containing dlopen
for arc4random
for arc4random_buf
for arc4random_uniform
if libc defines sys_errlist
if libc defines sys_nerr
for library containing res_query
for library containing dn_expand
if res_query will link
for _getshort
for _getlong
While most of these configuration difference seem trivial and innocuous,
the -fzero-call-used-regs=all and -ftrivial-auto-var-init=zero compiler
language / code generation options seemed the most likely among those
differences to impact the point at which the client/daemon interac...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... none required
checking for library containing dn_expand... none required
checking if res_query will link... yes
checking for _getshort... yes
checking for _getlong... yes
checking whether _getshort is declared... yes
checking whether _getlong is declared... yes
checking for HEADER.ad... no
checking for xauth... no
checking for "/dev/ptmx"... no
checking for "/dev/ptc"... no
checking for nroff... /usr/bin/nroff...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... none required
checking for library containing dn_expand... none required
checking if res_query will link... yes
checking for _getshort... yes
checking for _getlong... yes
checking whether _getshort is declared... no
checking whether _getlong is declared... no
checking for HEADER.ad... yes
checking for xauth... /usr/X11R6/bin/xauth
checking for "/dev/ptmx"... no
checking for "/dev/ptc"... no
checking for nroff.....
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for library containing getrrsetbyname... no
checking for library containing res_query... none required
checking for library containing dn_expand... none required
checking if res_query will link... yes
checking for _getshort... yes
checking for _getlong... yes
checking whether _getshort is declared... no
checking whether _getlong is declared... no
checking for HEADER.ad... yes
checking if struct __res_state _res is an extern... yes
checking for xauth... /usr/bin/xauth
configure: WARNING: cross compiling: Disabling /dev...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
http://bugzilla.mindrot.org/show_bug.cgi?id=635
Summary: openssh-SNAP-20030903: configure does not work well with
heimdal(krb5)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support