search for: login_program_fallback

Displaying 11 results from an estimated 11 matches for "login_program_fallback".

2006 Feb 03
3
OpenSSH_4.3p1 configure patch
...-f conftest.$ac_objext @@ -27440,6 +27440,7 @@ s, at INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s, at INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s, at INSTALL_DATA@,$INSTALL_DATA,;t t +s, at EGREP@,$EGREP,;t t s, at AR@,$AR,;t t s, at CAT@,$CAT,;t t s, at KILL@,$KILL,;t t @@ -27456,7 +27457,6 @@ s, at LOGIN_PROGRAM_FALLBACK@,$LOGIN_PROGRAM_FALLBACK,;t t s, at PATH_PASSWD_PROG@,$PATH_PASSWD_PROG,;t t s, at LD@,$LD,;t t -s, at EGREP@,$EGREP,;t t s, at LIBWRAP@,$LIBWRAP,;t t s, at LIBEDIT@,$LIBEDIT,;t t s, at LIBPAM@,$LIBPAM,;t t diff -ru openssh-4.3p1/configure.ac openssh/configure.ac --- openssh-4.3p1/configure.ac...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...rogname=yes ac_cv_libc_defines_sys_errlist=yes ac_cv_libc_defines_sys_nerr=yes ac_cv_member_HEADER_ad=yes ac_cv_member_struct___res_state_retrans=yes ac_cv_member_struct_stat_st_blksize=yes ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_CAT=/usr/bin/cat ac_cv_path_KILL=/usr/bin/kill ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_PATH_GROUPADD_PROG=groupadd ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd ac_cv_path_PATH_USERADD_PROG=useradd ac_cv_path_PROG_ARP=/cygdrive/c/WINDOWS/system32/arp ac_cv_path_PROG_DF=/bin/df ac_cv_path_PROG_IPCS=/bin/ipcs ac_cv_path_PROG_LS=/b...
2008 Apr 20
3
[Bug 1460] New: openssh-4.9p1.tar.gz configure:15943: error: *** Can't find recent OpenSSL libcrypto
...e STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Yo...
2012 May 09
1
warning from configuring openssh-6.0p1
...e STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define LOGIN_PROGRAM_FALLBACK "/bin/login" | #define _PATH_PASSWD_PROG "/usr/bin/passwd" | #define HAVE_RLIMIT_NPROC /**/ | #define HAVE_ATTRIBUTE__NONNULL__ 1 | #define HAVE_CRYPT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ENDIAN_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETO...
2003 Jul 09
0
[PATCH] Add expired password handling for AIX.
...============================ RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v retrieving revision 1.158 diff -u -r1.158 acconfig.h --- acconfig.h 8 Jul 2003 10:52:13 -0000 1.158 +++ acconfig.h 8 Jul 2003 13:19:33 -0000 @@ -53,6 +53,9 @@ /* from environment and PATH */ #undef LOGIN_PROGRAM_FALLBACK +/* Path to passwd program */ +#undef PASSWD_PROGRAM_PATH + /* Define if your password has a pw_class field */ #undef HAVE_PW_CLASS_IN_PASSWD Index: auth-passwd.c =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth...
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
2003 Jul 30
1
[PATCH] Password expiry merge (AIX parts)
...========================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v retrieving revision 1.159 diff -u -r1.159 acconfig.h --- acconfig.h 14 Jul 2003 06:21:44 -0000 1.159 +++ acconfig.h 16 Jul 2003 04:42:22 -0000 @@ -53,6 +53,9 @@ /* from environment and PATH */ #undef LOGIN_PROGRAM_FALLBACK +/* Path to passwd program */ +#undef PASSWD_PROGRAM_PATH + /* Define if your password has a pw_class field */ #undef HAVE_PW_CLASS_IN_PASSWD Index: auth-passwd.c =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...der_utime_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_host=sparc-sun-solaris2.8 ac_cv_host_alias=sparc-sun-solaris2.8 ac_cv_lib_bsd_daemon=no ac_cv_lib_nsl_yp_match=yes ac_cv_lib_socket_setsockopt=yes ac_cv_lib_z_deflate=yes ac_cv_objext=o ac_cv_path_AR=/usr/local/bin/ar ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_SH=/sbin/sh ac_cv_path_TEST_MINUS_S_SH=/usr/bin/bash ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_search_login=no ac_cv_sys_file_offset_bits=64 ac_cv...
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find libedit) for otherwise identical setups. 1. How can I get the output set up to look at conftest.c? 2. I added a set -x to configure above LIBEDIT_MSG=no 3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
2002 Nov 20
0
[PATCH #9] Password expiration via /bin/passwd.
...============================================================= RCS file: /cvs/openssh/acconfig.h,v retrieving revision 1.145 diff -u -r1.145 acconfig.h --- acconfig.h 26 Sep 2002 00:38:48 -0000 1.145 +++ acconfig.h 20 Nov 2002 13:12:12 -0000 @@ -25,6 +25,9 @@ /* from environment and PATH */ #undef LOGIN_PROGRAM_FALLBACK +/* Path to passwd program */ +#undef PASSWD_PROGRAM_PATH + /* Define if your password has a pw_class field */ #undef HAVE_PW_CLASS_IN_PASSWD Index: auth-pam.c =================================================================== RCS file: /cvs/openssh/auth-pam.c,v retrieving revision 1.54 diff...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...h: #define _CONFIG_H /* #undef SETEUID_BREAKS_SETUID */ /* #undef BROKEN_SETREUID */ /* #undef BROKEN_SETREGID */ /* #undef BROKEN_SETRESUID */ /* #undef BROKEN_SETRESGID */ #define SPT_TYPE SPT_REUSEARGV /* #undef SPT_PADCHAR */ /* #undef BROKEN_SYS_TERMIO_H */ /* #undef HAVE_SECUREWARE */ #define LOGIN_PROGRAM_FALLBACK "/bin/login" #define _PATH_PASSWD_PROG "/usr/bin/passwd" /* #undef HAVE_PW_CLASS_IN_PASSWD */ /* #undef HAVE_PW_EXPIRE_IN_PASSWD */ /* #undef HAVE_PW_CHANGE_IN_PASSWD */ /* #undef HAVE_ACCRIGHTS_IN_MSGHDR */ #define HAVE_CONTROL_IN_MSGHDR 1 /* #undef BROKEN_INET_NTOA */ #define...