Displaying 18 results from an estimated 18 matches for "skey_msg".
2002 Apr 03
2
cross compilation?
...Y_RUN(
-
[
-#include <sys/types.h>
-#include <dirent.h>
-int main(void){struct dirent d;return(sizeof(d.d_name)<=sizeof(char));}
-
],
-
[AC_MSG_RESULT(yes)],
-
[
-
AC_MSG_RESULT(no)
-
AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME)
-
]
-)
-
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
@@ -469,11 +455,13 @@
SKEY_MSG="yes"
AC_MSG_CHECKING([for s/key support])
-
AC_TRY_RUN(
+
AC_TRY_LINK(
[
-#include <stdio.h>
-#include <skey.h>
-int main() { char *ff = skey_keyinfo(""); ff="&q...
2001 Feb 13
1
configure.in reorder patch
...IV support, build may fail])
+ fi
+
+ LIBS="$LIBS -lkafs"
+ if test ! -z "$AFS_LIBS" ; then
+ LIBS="$LIBS $AFS_LIBS"
+ fi
+ AC_DEFINE(AFS)
+ AFS_MSG="yes"
+ fi
+ ]
+)
+LIBS="$LIBS $KLIBS"
+
+# Check whether user wants S/Key support
+SKEY_MSG="no"
+AC_ARG_WITH(skey,
+ [ --with-skey=PATH Enable S/Key support],
+ [
+ if test "x$withval" != "xno" ; then
+
+ if test "x$withval" != "xyes" ; then
+ CPPFLAGS="$CPPFLAGS -I${withval}/include"
+ LDFLAGS="$LDFLAGS...
2001 Jun 03
1
OPIE support patch
...GS -L${withval}/lib"
+ fi
+
+ AC_DEFINE(OPIE)
+ LIBS="-lopie $LIBS"
+ OPIE_MSG="yes"
+
+ AC_CHECK_FUNC(opiechallenge,
+ [],
+ [
+ AC_MSG_ERROR([** Incomplete or missing OPIE libraries.])
+ ])
+ fi
+ ]
+)
+
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
2001 Jan 03
1
chroot.diff
...CHROOT_MSG="yes"
+ fi
+
+
+fi
+
+
# Whether to disable shadow password support
# Check whether --with-shadow or --without-shadow was given.
if test "${with_shadow+set}" = set; then
@@ -7521,6 +7541,7 @@
echo " S/KEY support: $SKEY_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
+echo " Magic token chroot support: $CHROOT_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
echo " Use IPv4 by default hack:...
2005 Sep 30
4
[Bug 1097] Cross-compile fixes
http://bugzilla.mindrot.org/show_bug.cgi?id=1097
Summary: Cross-compile fixes
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: bitbucket at mindrot.org
ReportedBy: dtucker at zip.com.au
2002 Feb 11
0
[PATCH]: RHL72 --with-skey linking problems
...stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
-------------- next part --------------
--- openssh/configure.ac Sat Nov 3 21:09:33 2001
+++ openssh.new/configure.ac Tue Feb 12 01:02:46 2002
@@ -507,9 +507,16 @@
LIBS="-lskey $LIBS"
SKEY_MSG="yes"
- AC_CHECK_FUNC(skey_keyinfo,
- [],
+ AC_MSG_CHECKING([for s/key support])
+ AC_TRY_RUN(
[
+#include <stdio.h>
+#include <skey.h>
+int main() { char *ff = skey_keyinfo(""); ff=""; return 0; }
+ ],
+ [AC_MSG_RESULT(yes)],
+ [...
2001 Mar 28
0
sftp client globbing problems on Solaris, Irix, etc
...+AC_TRY_RUN(
+ [
+#include <sys/types.h>
+#include <dirent.h>
+int main(void){struct dirent d;return(sizeof(d.d_name)<=sizeof(char));}
+ ],
+ [AC_MSG_RESULT(yes)],
+ [
+ AC_MSG_RESULT(no)
+ AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME)
+ ]
+)
+
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
Index: sftp-glob.c
===================================================================
RCS file: /var/cvs/openssh/sftp-glob.c,v
retrieving revision 1.3
diff -u -r1.3 sftp-glob.c
--- sftp-glob.c 2001/03/17 00:34:46 1.3
+++ sftp-glob.c 2001/03/28 03:28:37
@@ -65,7 +6...
2001 Mar 27
0
Kerberos4 / AFS library issues
...IV support, build may fail])
- fi
-
- LIBS="$LIBS -lkafs"
- if test ! -z "$AFS_LIBS" ; then
- LIBS="$LIBS $AFS_LIBS"
- fi
- AC_DEFINE(AFS)
- AFS_MSG="yes"
- fi
- ]
-)
-LIBS="$LIBS $KLIBS"
-
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
@@ -1246,6 +1177,73 @@
AC_DEFINE(HAVE_SYS_NERR)
fi
+
+# Check whether user wants Kerberos support
+KRB4_MSG="no"
+AC_ARG_WITH(kerberos4,
+ [ --with-kerberos4=PATH Enable Kerberos 4 support],
+ [
+ if test "x$withval" != "xno" ;...
2002 Jun 29
0
[Bug 321] New: configure does not work when cross compiling
...AC_TRY_RUN(
-
[
-#include <sys/types.h>
-#include <dirent.h>
-int main(void){struct dirent d;return(sizeof(d.d_name)<=sizeof(char));}
-
],
-
[AC_MSG_RESULT(yes)],
-
[
-
AC_MSG_RESULT(no)
-
AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME)
-
]
-)
-
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
@@ -505,6 +491,10 @@
[
AC_MSG_RESULT(no)
AC_MSG_ERROR([** Incomplete or missing s/key libraries.])
+
]
+
[
+
AC_MSG_RESULT(no)
+
AC_MSG_ERROR([** Incomplete or missing s/key libraries.])
])
fi
]
@@ -597,6 +587,7 @@
AC_MS...
2001 Nov 04
2
OPIE patch for current CVS
...fi
+ ]
+)
+
# Check whether user wants TCP wrappers support
TCPW_MSG="no"
AC_ARG_WITH(tcp-wrappers,
@@ -2211,6 +2237,7 @@
echo " Smartcard support: $SCARD_MSG"
echo " AFS support: $AFS_MSG"
echo " S/KEY support: $SKEY_MSG"
+echo " OPIE support: $OPIE_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
diff -x CVS -wNur ../cvs/other/openssh_cvs/re...
2002 Jul 01
3
patch: readline support for sftp
...[
+ AC_MSG_RESULT(no)
+ AC_MSG_ERROR([** Failed to compile small readline program])
+ ])
+ LIBS="$PRESERVE_LIBS"
+ else
+ READLINE="no"
+ fi
+ ]
+)
+
+AC_SUBST(SFTPLIB)
+
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
@@ -2398,6 +2445,7 @@
echo " sshd superuser user PATH: $J"
fi
echo " Manpage format: $MANTYPE"
+echo " readline support: $READLINE"
echo " PAM support: ${PAM_...
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
...fi
+ ]
+)
+
# Check whether user wants TCP wrappers support
TCPW_MSG="no"
AC_ARG_WITH(tcp-wrappers,
@@ -1780,6 +1792,7 @@
echo " KerberosIV support: $KRB4_MSG"
echo " AFS support: $AFS_MSG"
echo " S/KEY support: $SKEY_MSG"
+echo " TIS authsrv support: $TIS_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
diff -urN openssh-2.5.1p2/servconf.c openssh-2...
2001 May 21
1
2.9p1 patches
...lib missing. install first or check config.log ***])),
+ AC_MSG_ERROR([*** zlib missing. install first or check config.log ***]))
# We don't want to check if we did an pcre override.
if test -z "$no_comp_check" ; then
@@ -396,7 +388,7 @@
# Check whether user wants S/Key support
SKEY_MSG="no"
AC_ARG_WITH(skey,
- [ --with-skey=PATH Enable S/Key support],
+ [ --with-skey=PATH Enable S/Key support],
[
if test "x$withval" != "xno" ; then
--- /dev/null Sat Nov 11 12:59:35 2000
+++ acinclude.m4 Fri May 18 20:50:37 2001
@@ -0,0 +1,13...
2000 Aug 27
0
patch for TIS (skey/opie) *and* passwd auth via PAM
...big search for OpenSSL
AC_ARG_WITH(ssl-dir,
[ --with-ssl-dir=PATH Specify path to OpenSSL installation ],
@@ -1365,6 +1377,7 @@
echo " KerberosIV support: $KRB4_MSG"
echo " AFS support: $AFS_MSG"
echo " S/KEY support: $SKEY_MSG"
+echo " TIS via PAM support: $PAM_TIS_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
diff -urN -x *~ openssh-2.1.1p4/debian/rul...
2004 Sep 07
0
Please review openssh patch for selinux
...uot; PAM support: $PAM_MSG"
echo " KerberosV support: $KRB5_MSG"
+echo " SELinux support: $SELINUX_MSG"
echo " Smartcard support: $SCARD_MSG"
echo " S/KEY support: $SKEY_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
diff -u --new-file --recursive openssh-3.9p1_vanilla/contrib/redhat/sshd.init openssh-3.9p1_selinux/contrib/redhat/sshd.init
--- openssh-3.9p1_vanilla/contrib/redhat/sshd.init 2002-05-10 04:19:23.000000000 +0200
+++ openssh-3.9p1...
2000 Dec 07
1
[PATCH] tis authserv support
...fi
+ ]
+)
+
# Check whether user wants TCP wrappers support
TCPW_MSG="no"
AC_ARG_WITH(tcp-wrappers,
@@ -1566,6 +1578,7 @@
echo " KerberosIV support: $KRB4_MSG"
echo " AFS support: $AFS_MSG"
echo " S/KEY support: $SKEY_MSG"
+echo " TIS authsrv support: $TIS_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
diff -urN openssh-2.3.0p1/readconf.c openssh-2...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
else
@@ -6680,6 +6700,7 @@
echo " S/KEY support: $SKEY_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
+echo " Magic token chroot support: $CHROOT_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
echo " Use IPv4 by default hack:...
2000 Oct 04
0
2.2.0p1 chroot patch
...eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6447: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo "$ac_t""yes" 1>&6
else
@@ -6906,6 +6926,7 @@
echo " S/KEY support: $SKEY_MSG"
echo " TCP Wrappers support: $TCPW_MSG"
echo " MD5 password support: $MD5_MSG"
+echo " Magic token chroot support: $CHROOT_MSG"
echo " IP address in \$DISPLAY hack: $DISPLAY_HACK_MSG"
echo " Use IPv4 by default hack:...