search for: krb4_msg

Displaying 8 results from an estimated 8 matches for "krb4_msg".

2001 Mar 27
0
Kerberos4 / AFS library issues
...==================================== RCS file: /var/cvs/openssh/configure.in,v retrieving revision 1.267 diff -u -r1.267 configure.in --- configure.in 2001/03/18 23:09:28 1.267 +++ configure.in 2001/03/27 06:16:46 @@ -404,75 +404,6 @@ ] ) - - -# 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" ; then - - if test "x$withval" != "xyes" ; then - CPPFLAGS="$CPPFLAGS -I${withval}/include" - LDFLAGS="$...
2001 Feb 13
1
configure.in reorder patch
..."$LIBS -liberty"; fi +dnl UnixWare 2.x +AC_CHECK_FUNC(strcasecmp, + [], [ AC_CHECK_LIB(resolv, strcasecmp, LIBS="$LIBS -lresolv") ] +) +AC_CHECK_FUNC(utimes, + [], [ AC_CHECK_LIB(c89, utimes, LIBS="$LIBS -lc89") ] +) + +# 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" ; then + + if test "x$withval" != "xyes" ; then + CPPFLAGS="$CPPFLAGS -I${withval}/include" + LDFLAGS=&quot...
2000 Sep 14
0
modifying Openssh config script for KTH-KRB (fwd)
...******************* > > I don't understand these scripts well enough to understand what is going > on. Can someone tell me what I need to do. The relevant area of configure > appears below. I hope drastic changes will not be necessary. > > By the way, I have no idea what the KRB4_MSG="no" means. My impression is > that it has no functional part, but I could be wrong. > > ******************************************************************** > # Check whether user wants Kerberos support > KRB4_MSG="no" > # Check whether --with-kerberos4 or -...
2001 Feb 07
2
Patch for unformatted manpages
...thval" != x"yes" ; then - mansubdir=$withval - else - mansubdir=cat - fi - ], [ - if test -z "$MANTYPE" ; then - MANTYPE='$(TROFFMAN)' - mansubdir=man - fi - ] -) -AC_SUBST(MANTYPE) -AC_SUBST(mansubdir) - # Check whether user wants Kerberos support KRB4_MSG="no" AC_ARG_WITH(kerberos4, @@ -1645,11 +1601,6 @@ # Print summary of options -if test x$MANTYPE = x'$(CATMAN)' ; then - MAN_MSG=cat -else - MAN_MSG=man -fi if test ! -z "$RANDOM_POOL" ; then RAND_MSG="Device ($RANDOM_POOL)" else @@ -1667,7 +1618,7...
2002 Jul 01
3
patch: readline support for sftp
...cho " sshd superuser user PATH: $J" fi echo " Manpage format: $MANTYPE" +echo " readline support: $READLINE" echo " PAM support: ${PAM_MSG}" echo " KerberosIV support: $KRB4_MSG" echo " KerberosV support: $KRB5_MSG" @@ -2423,6 +2471,7 @@ echo "Preprocessor flags: ${CPPFLAGS}" echo " Linker flags: ${LDFLAGS}" echo " Libraries: ${LIBWRAP} ${LIBPAM} ${LIBS}" +echo " sftp libraries: ${SFTPLIB...
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
...+ [ + if test "x$withval" != "xno" ; then + AC_DEFINE(TIS_AUTH) + TIS_MSG="yes" + 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&qu...
2000 Aug 27
0
patch for TIS (skey/opie) *and* passwd auth via PAM
...; = "xyes" ; then + pam_tis=1 + AC_DEFINE(PAM_TIS) + PAM_TIS_MSG="yes" + fi + ] +) + # The 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_MS...
2000 Dec 07
1
[PATCH] tis authserv support
...+ [ + if test "x$withval" != "xno" ; then + AC_DEFINE(TIS_AUTH) + TIS_MSG="yes" + 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&qu...