search for: inet6_default_4in6

Displaying 4 results from an estimated 4 matches for "inet6_default_4in6".

2000 Mar 07
2
patch for openssh-1.2.2p1
...igure.in openssh-1.2.2p1-20000308/configure.in --- openssh-1.2.2p1/configure.in Sun Mar 5 15:02:46 2000 +++ openssh-1.2.2p1-20000308/configure.in Wed Mar 8 00:26:15 2000 @@ -56,6 +56,8 @@ *-*-linux*) no_dev_ptmx=1 need_pty_removed_on_close=1 + CFLAGS="$CFLAGS -DDONT_TRY_OTHER_AF" + inet6_default_4in6=yes ;; *-*-netbsd*) need_dash_r=1 @@ -778,6 +780,26 @@ [ if test "x$withval" != "xno" ; then AC_DEFINE(IPV4_DEFAULT) + fi + ] +) + +AC_MSG_CHECKING([whether we assume IPv6-mapped addresses IPv4 addresses]) +AC_ARG_WITH(ipv4-in-ipv6, + [ --with-ipv4-in-ipv6 a...
2002 Mar 12
2
sys/queue.h
...art of its login message AC_DEFINE(DISABLE_LASTLOG) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) ;; *-*-cygwin*) LIBS="$LIBS /usr/lib/textmode.o" @@ -123,7 +122,6 @@ check_for_libcrypt_later=1 AC_DEFINE(DONT_TRY_OTHER_AF) AC_DEFINE(PAM_TTY_KLUDGE) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) inet6_default_4in6=yes ;; mips-sony-bsd|mips-sony-newsos4) @@ -175,7 +173,6 @@ CPPFLAGS="$CPPFLAGS -DSUNOS4" AC_CHECK_FUNCS(getpwanam) AC_DEFINE(PAM_SUN_CODEBASE) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) conf_utmp_location=/etc/utmp conf_wtmp_location=/var/adm/wtmp conf_lastlog_location=/var/adm/l...
2002 Apr 10
1
openssh-3.1p1 on GNU/Hurd
...en)) remote = get_remote_ipaddr(); return remote; } diff -urN openssh-3.1p1.old/configure.ac openssh-3.1p1/configure.ac --- openssh-3.1p1.old/configure.ac Wed Feb 27 01:12:35 2002 +++ openssh-3.1p1/configure.ac Tue Apr 9 16:36:19 2002 @@ -126,6 +126,9 @@ AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) inet6_default_4in6=yes ;; +*-*-gnu*) + AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) + ;; mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(HAVE_NEWS4) SONY=1 diff -urN openssh-3.1p1.old/session.c openssh-3.1p1/session.c --- openssh-3.1p1.old/session.c Mon Feb 25 10:48:03 2002 +++ openssh-3.1p1/session.c Tue Apr 9 20:59:48 2002...
2005 Jul 26
1
Linux in-kernel keys support
...h-4.1p1-hacked/configure.ac 2005-07-25 23:15:32.000000000 +0200 @@ -261,6 +261,7 @@ AC_DEFINE(LINK_OPNOTSUPP_ERRNO, EPERM) AC_DEFINE(_PATH_BTMP, "/var/log/btmp", [log for bad login attempts]) AC_DEFINE(USE_BTMP, 1, [Use btmp to log bad logins]) + AC_CHECK_LIB(keyutil, keyctl_read) inet6_default_4in6=yes case `uname -r` in 1.*|2.0.*) diff -ubr -x configure openssh-4.1p1/key.c openssh-4.1p1-hacked/key.c --- openssh-4.1p1/key.c 2004-11-05 10:42:29.000000000 +0100 +++ openssh-4.1p1-hacked/key.c 2005-07-25 22:13:45.000000000 +0200 @@ -545,6 +545,9 @@ key_ssh_name(const Key *k) { switch (k-&...