search for: _getlong

Displaying 10 results from an estimated 10 matches for "_getlong".

2003 May 15
2
Resolver changes broke AIX & HPUX
...../../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 no member named `ad? HP-UX 11.00: ccache gcc -g -O2 -fomit-frame-pointer -pipe -Wall -Wpointer-...
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 Nov 04
1
samba build problems
...build samba-3.0 on a solaris 5.6 machine and i get the following error when 'make' is run. Im not quite sure what library it is trying to look for. Any ideas? Thanks in advance Varadaraj Linking shared library bin/pam_smbpass.so /bin/ld: bin/pam_smbpass.so: undefined versioned symbol name _getlong@@SUNW_2.1 /bin/ld: failed to set dynamic section sizes: Bad value collect2: ld returned 1 exit status make: *** [bin/pam_smbpass.so] Error 1 __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
2003 Sep 08
1
please test (HEADER.ad)
...-------------- 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 getrrsetbynam...
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...se_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 interaction seemed to be...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
.... 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 checking if the systems has e...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
.... 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... /usr/bin/nroff checking if...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
.... 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/ptmx test configure: WARNING...
2004 May 07
3
Contribution to 3.8.1pl1
Hello, I added the support for netgroups to be used in the AllowUsers and DenyUsers parameters. This has some advantages: * hostnames or ip addresses need not to be written or maintained in the sshd_config file, but can be kept abstract names what also simplifies a bit largescale openssh installations * sshd_config needs not change and sshd be restarted when changing the list of allowed /
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