search for: dn_expand

Displaying 20 results from an estimated 40 matches for "dn_expand".

2001 Apr 19
0
Fwd: Re: 2.2 release imminent.
Okay, I sent this a while back, and the current source still exhibits all the previous errors. Is there a chance this can be fixed? Even fixing the check for dn_expand in resolv.so would help ... Tony >Date: Tue, 10 Apr 2001 15:29:39 -0700 >To: "jeremy@valinux.com" <jeremy@valinux.com>, samba@samba.org >From: Anthony Brock <abrock@georgefox.edu> >Subject: Re: 2.2 release imminent. > >Okay, > >After hacking around a...
2004 May 11
9
[Bug 867] configure fails to find res_query/dn_expand on Linux amd64
http://bugzilla.mindrot.org/show_bug.cgi?id=867 Summary: configure fails to find res_query/dn_expand on Linux amd64 Product: Portable OpenSSH Version: 3.8.1p1 Platform: Other URL: http://bugs.debian.org/242462 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Bui...
2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
...name.c:265: for each function it appears in.) getrrsetbyname.c: In function `parse_dns_response': getrrsetbyname.c:366: `HFIXEDSZ' undeclared (first use in this function) getrrsetbyname.c: In function `parse_dns_qsection': getrrsetbyname.c:437: warning: implicit declaration of function `dn_expand' *** Error exit code 1 Stop. *** Error exit code 1 Stop. Any clue? Thanks, Jean Bagdoo
2001 Apr 09
13
2.2 release imminent.
Well, as Andrew shouted at me again this weekend it's getting to be about that time.... :-) :-). Yep, we're thinking we should do an official 2.2 Samba release early next week, so if you have anything you can't live with, now would be a good time to tell us.... :-). It's been gestating longer than an elephant, so it's really time to let it out into the world and do its own
2003 Sep 08
1
please test (HEADER.ad)
...ultitalents (707) 887-1469 tim at multitalents.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 -070...
2001 Mar 27
0
Kerberos4 / AFS library issues
...) - if test "$ac_cv_header_krb_h" != yes; then - AC_MSG_WARN([Cannot find krb.h, build may fail]) - fi - if test "$ac_cv_lib_krb_main" != yes; then - AC_MSG_WARN([Cannot find libkrb, build may fail]) - fi - - KLIBS="-lkrb -ldes" - AC_CHECK_LIB(resolv, dn_expand, , ) - KRB4=yes - KRB4_MSG="yes" - AC_DEFINE(KRB4) - fi - ] -) - -# Check whether user wants AFS support -AFS_MSG="no" -AC_ARG_WITH(afs, - [ --with-afs=PATH Enable AFS support], - [ - if test "x$withval" != "xno" ; then - - if test "x$...
2004 Mar 23
2
A question on Compilation errors...
...undefined reference to `res_query' /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(209): undefined reference to `_h_errno' openbsd-compat//libopenbsd-compat.a(getrrsetbyname.o): In function `parse_dns_qsection': /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(436): undefined reference to `dn_expand' openbsd-compat//libopenbsd-compat.a(getrrsetbyname.o): In function `parse_dns_rrsection': /openssh-3.8p1/openbsd-compat/getrrsetbyname.c(482): undefined reference to `dn_expand' collect2: ld returned 1 exit status make: *** [ssh] Error 1 WS5000# Amba Giri Symbol Technologies, San Jos...
2003 Jun 30
2
experimental DNS fingerprint
Please find attached file "configure.ac+dns.patch". This patch allow to compile current (30 Jun 2003) with options --with-dns on my platform. Output from "ssh -v -o VerifyHostKeyDNS=yes ..." follow: ... debug1: found 1 fingerprints in DNS debug1: matching host key fingerprint found in DNS ... -------------- next part -------------- An embedded and charset-unspecified text
2001 Feb 13
1
configure.in reorder patch
...) + if test "$ac_cv_header_krb_h" != yes; then + AC_MSG_WARN([Cannot find krb.h, build may fail]) + fi + if test "$ac_cv_lib_krb_main" != yes; then + AC_MSG_WARN([Cannot find libkrb, build may fail]) + fi + + KLIBS="-lkrb -ldes" + AC_CHECK_LIB(resolv, dn_expand, , ) + KRB4=yes + KRB4_MSG="yes" + AC_DEFINE(KRB4) + fi + ] +) + +# Check whether user wants AFS support +AFS_MSG="no" +AC_ARG_WITH(afs, + [ --with-afs=PATH Enable AFS support], + [ + if test "x$withval" != "xno" ; then + + if test "...
2003 May 15
2
Resolver changes broke AIX & HPUX
...eclaration of function `res_init' getrrsetbyname.c:199: warning: implicit declaration of function `res_query' getrrsetbyname.c:238: structure has no member named `ad' getrrsetbyname.c: In function `parse_dns_qsection': getrrsetbyname.c:426: warning: implicit declaration of function `dn_expand' make[1]: *** [getrrsetbyname.o] Error 1 make[1]: Leaving directory `/home/builder/c240/openssh-tinderbox/openbsd-compat' make: *** [openbsd-compat/libopenbsd-compat.a] Error 2 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69...
2002 Aug 19
0
kerberosIV authentication is broken in openssh-3.4p1
...kerberosIV 1.1.1. I have one more note to the configure script: checking for krb.h... yes checking for main in -lkrb... yes checking for des_cbc_encrypt in -ldes... no checking for des_cbc_encrypt in -ldes425... no configure: WARNING: Cannot find libdes nor libdes425, build may fail checking for dn_expand in -lresolv... no checking for xauth... /usr/bin/X11/xauth The build went fine, as the des_cbc_encrypt is I guess in libcrypt.a from OpenSSL and was in older versions of libkrb.a (KTH kerberosIV). Maybe this is source of my problems. Thanks! -- Martin Mokrejs <mmokrejs at natur.cuni.cz>, &...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
...bin:/usr/local/openssl/bin:/usr/opt/svr4/bin:/usr/opt/svr4/sbin --with-xauth=/usr/bin/X11/xauth --with-zlib --with-osfsia --with-login=/usr/bin/login --with-privsep --with-kerberos5=/usr/heimdal --with-afs=/usr/afsws [cut] checking whether we are using Heimdal... yes checking for library containing dn_expand... none required checking for gss_init_sec_context in -lgssapi... no checking for gss_init_sec_context in -lgssapi_krb5... no configure: WARNING: Cannot find any suitable gss-api library - build may fail checking for gssapi.h... yes checking for gssapi_krb5.h... no [cut] OpenSSH has been configured...
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...for library containing login for closefrom 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...
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...checking for pw_class field in struct passwd... no checking if libc defines __progname... no checking if libc defines sys_errlist... yes checking if libc defines sys_nerr... yes checking for krb.h... yes checking for main in -lkrb... yes checking for des_cbc_encrypt in -ldes... theyes checking for dn_expand in -lresolv... yes checking for rsh... /usr/opt/bin/rsh checking for xauth... /usr/openwin/bin/xauth checking for /dev/ptmx... yes checking for /dev/ptc... no checking for /dev/urandom... no checking for PRNGD/EGD socket... /var/run/egd-pool checking for ls... /usr/xpg4/bin/ls checking for netstat....
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...echo configure:5490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5520,7 +5522,7 @@ KLIBS="-lkrb -ldes" echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 -echo "configure:5524: checking for dn_expand in -lresolv" >&5 +echo "configure:5526: checking for dn_expand in -lresolv" >&5 ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` if eval &quo...
2000 Oct 04
0
2.2.0p1 chroot patch
...echo configure:5707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -5737,7 +5739,7 @@ KLIBS="-lkrb -ldes" echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 -echo "configure:5741: checking for dn_expand in -lresolv" >&5 +echo "configure:5743: checking for dn_expand in -lresolv" >&5 ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` if eval &quo...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...ound Checking for macro res_ndestroy : not found Checking for dns_search : not found Checking for macro dns_search : not found Checking for dn_expand : not found Checking for macro dn_expand : not found Checking for header dns.h : no Checking for res_nsearch...
2012 Nov 13
1
[Announce] Samba 4.0.0rc5 Available for Download
...David Disseldorp <ddiss at samba.org> * BUG 9125: Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache access" and describe samlogon cache caveat for 'winbindd -n'. o Bj?rn Jacke <bj at sernet.de> * BUG 7472: Check for dn_expand also in libinet. * BUG 9339: Build and quota fixes. o Volker Lendecke <vl at samba.org> * BUG 9208: Cannot migrate files with inheritance flags to share on top of NFSv4 filesystem. * BUG 9352: dsdb: Simplify DsCrackNameOneFilter a bit. o Stefan Metzmacher <metze a...
2012 Nov 13
1
[Announce] Samba 4.0.0rc5 Available for Download
...David Disseldorp <ddiss at samba.org> * BUG 9125: Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache access" and describe samlogon cache caveat for 'winbindd -n'. o Bj?rn Jacke <bj at sernet.de> * BUG 7472: Check for dn_expand also in libinet. * BUG 9339: Build and quota fixes. o Volker Lendecke <vl at samba.org> * BUG 9208: Cannot migrate files with inheritance flags to share on top of NFSv4 filesystem. * BUG 9352: dsdb: Simplify DsCrackNameOneFilter a bit. o Stefan Metzmacher <metze a...