Displaying 14 results from an estimated 14 matches for "check_for_libcrypt_lat".
Did you mean:
check_for_libcrypt_later
2003 Jan 09
1
[PATCH] Cygwin and openssl-0.9.7
...==============
RCS file: /cvs/openssh_cvs/configure.ac,v
retrieving revision 1.97
diff -u -p -r1.97 configure.ac
--- configure.ac 9 Jan 2003 01:22:59 -0000 1.97
+++ configure.ac 9 Jan 2003 22:12:43 -0000
@@ -84,6 +84,7 @@ case "$host" in
AC_DEFINE(LOGIN_NEEDS_UTMPX)
;;
*-*-cygwin*)
+ check_for_libcrypt_later=1
LIBS="$LIBS /usr/lib/textmode.o"
AC_DEFINE(HAVE_CYGWIN)
AC_DEFINE(USE_PIPES)
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com
2016 Aug 01
2
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
The same result without CFLAGS:
configure:17300: checking for mblen
configure:17356: gcc -o conftest -g -O2 -Wall -Wpointer-arith
-Wuninitialized -Wsign-compare -Wformat-security
-Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result
-fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset
-fstack-protector-strong -fPIE
2002 Mar 12
2
sys/queue.h
...+++ configure.ac 12 Mar 2002 02:11:54 -0000
@@ -63,7 +63,6 @@
AC_DEFINE(BROKEN_GETADDRINFO)
dnl AIX handles lastlog as part 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...
2001 Jan 31
1
PTY
environment
1)compiler: cc -v
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
2)openssh: CVS from 31 jan 2001
3)libc: GNU libc 2.2.1
output form make pty.o is:
#make pty.o
gcc -g -O2 -Wall -I/usr/local/ssl/include -I. -I. -DETCDIR=\"/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
2002 Jun 25
1
use libcrypt before libcrypto
...# Search for OpenSSL
saved_CPPFLAGS="$CPPFLAGS"
saved_LDFLAGS="$LDFLAGS"
@@ -761,12 +769,6 @@
]
)
-# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
-# version in OpenSSL. Skip this for PAM
-if test "x$PAM_MSG" = "xno" -a "x$check_for_libcrypt_later" = "x1"; then
- AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
-fi
-
### Configure cryptographic random number support
2005 Apr 19
1
Patch for UnixWare 7
...7,7 +1737,7 @@
conftest.$ac_ext )
# This is the source file.
;;
- [ab].out )
+ [ab].out | i386a.out)
# We found the default executable, but exeext='' is most
# certainly right.
break;;
@@ -6007,6 +6007,7 @@
;;
# UnixWare 7.x, OpenUNIX 8
*-*-sysv5*)
+ check_for_libcrypt_later=1
cat >>confdefs.h <<\_ACEOF
#define USE_PIPES 1
_ACEOF
@@ -6021,6 +6022,14 @@
cat >>confdefs.h <<\_ACEOF
#define BROKEN_SETREGID 1
+_ACEOF
+
+ cat >>confdefs.h <<\_ACEOF
+#define DISABLE_FD_PASSING 1
+_ACEOF
+
+ cat >>confdefs.h <<\_AC...
2005 Oct 04
3
[patch] LOCKED_PASSWD_STRING for FreeBSD
...================================
RCS file: /cvs/openssh/configure.ac,v
retrieving revision 1.296
diff -u -p -u -r1.296 configure.ac
--- configure.ac 22 Sep 2005 10:19:54 -0000 1.296
+++ configure.ac 4 Oct 2005 21:59:01 -0000
@@ -398,6 +398,7 @@ mips-sony-bsd|mips-sony-newsos4)
;;
*-*-freebsd*)
check_for_libcrypt_later=1
+ AC_DEFINE(LOCKED_PASSWD_STRING, "*")
;;
*-*-bsdi*)
AC_DEFINE(SETEUID_BREAKS_SETUID)
2014 Jan 23
1
Call for testing: OpenSSH-6.5
Hi
When NetBSD added strnvis they swapped around the argument order.
On OpenBSD:
int strnvis(char *, const char *, size_t, int)
On NetBSD:
int strnvis(char *, size_t, const char *, int);
Don't ask me why.
On Thu, Jan 23, 2014 at 12:56:48PM +1100, Darren Tucker wrote:
> On Thu, Jan 23, 2014 at 12:13 PM, Hisashi T Fujinaka <htodd at twofifty.com> wrote:
> > #1
2003 Nov 13
0
[PATCH] Perform do_pam_chauthtok via SSH2 keyboard-interactive.
...e.ac
--- configure.ac 15 Oct 2003 06:57:57 -0000 1.173
+++ configure.ac 13 Nov 2003 09:00:50 -0000
@@ -105,6 +105,7 @@ case "$host" in
AC_DEFINE(DISABLE_LASTLOG)
AC_DEFINE(LOGIN_NEEDS_UTMPX)
AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
+ AC_DEFINE(DISABLE_KBDINT_CHAUTHTOK)
;;
*-*-cygwin*)
check_for_libcrypt_later=1
2011 Jan 12
1
[openssh-commits] CVS: fuyu.mindrot.org: openssh
This commit message was supposed to be:
- (djm) [configure.ac] Turn on -Wno-unused-result for gcc >= 4.4 to avoid
silly warnings on write() calls we don't care succeed or not.
I fixed the CVS log retrospectively
On Wed, 12 Jan 2011, Damien Miller wrote:
> CVSROOT: /var/cvs
> Module name: openssh
> Changes by: djm at fuyu.mindrot.org 11/01/12 13:34:04
>
2005 Aug 26
0
Patch for UnixWare 7
...+#else
passwd = spw->sp_pwdp;
+#endif /* HAVE_LIBIAF */
#else
passwd = pw->pw_passwd;
#endif
--- openssh/configure.ac.old 2005-08-23 17:11:26.000000000 -0700
+++ openssh/configure.ac 2005-08-24 16:51:30.297680013 -0700
@@ -446,6 +446,8 @@
;;
# UnixWare 7.x, OpenUNIX 8
*-*-sysv5*)
+ check_for_libcrypt_later=1
+ AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
AC_DEFINE(USE_PIPES)
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
@@ -643,6 +645,7 @@
getopt.h \
glob.h \
ia.h \
+ iaf.h \
lastlog.h \
limits.h \
login.h \
@@ -1721,6 +1724,7 @@
AC_CHECK...
2007 Mar 01
11
Call for release testing.
Hi All.
We are planning on doing one of our regular OpenSSH releases (4.6/4.6p1)
some time next week. This is a mostly a bugfix release, but there is
one new feature:
sshd now allows the enabling and disabling of authentication methods on
a per user, group, host and network basis via the Match directive in
sshd_config.
The bugs fixed are:
#52 ssh hangs on exit.
#1252 sftp returns 0 when
2001 Oct 07
3
Using -lssh as shared library
...ECK_LIB(dl, dlopen, AUTH_LIBS="-ldl $AUTH_LIBS", )
+ AC_CHECK_LIB(pam, pam_set_item, AUTH_LIBS="-lpam $AUTH_LIBS", AC_MSG_ERROR([*** libpam missing]), $AUTH_LIBS)
AC_CHECK_FUNCS(pam_getenvlist)
@@ -743,3 +747,3 @@
if test "x$PAM_MSG" = "xno" -a "x$check_for_libcrypt_later" = "x1"; then
- AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
+ AC_CHECK_LIB(crypt, crypt, AUTH_LIBS="$AUTH_LIBS -lcrypt")
fi
@@ -2047,2 +2051,4 @@
AC_EXEEXT
+
+AC_SUBST(AUTH_LIBS)
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
...ttached) for
portable version.
And, of course, after autoreconf run.
02.08.2016 10:55, Darren Tucker ?????:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System")
>= (60 << 16))
> use_pie=auto
> check_for_libcrypt_later=1
> check_for_openpty_ctty_bug=1
> + dnl Target SUSv3/POSIX.1-2001 plus BSD specifics.
> + dnl _DEFAULT_SOURCE is the new name for _BSD_SOURCE
> + CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-D_DEFAULT_SOURCE"
> AC_DEFINE([PAM_TTY_KLUDGE], [1]...