search for: external_path_file

Displaying 6 results from an estimated 6 matches for "external_path_file".

2003 Aug 22
14
[Bug 252] Patch for use of /etc/default/login
http://bugzilla.mindrot.org/show_bug.cgi?id=252 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #212 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-08-22 14:14 -------
2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
...2254,18 @@ fi # check for /etc/default/login and use it if present. +#if test "$cross_compiling" != yes; then AC_ARG_ENABLE(etc-default-login, [ --disable-etc-default-login Disable using PATH from /etc/default/login [no]],, [ -AC_CHECK_FILE("/etc/default/login", [ external_path_file=/etc/default/login ]) +AC_CHECK_FILE("/etc/default/login", [ external_path_file=/etc/default/login ],,) if test "x$external_path_file" = "x/etc/default/login"; then AC_DEFINE(HAVE_ETC_DEFAULT_LOGIN) fi -]) +] +) +#fi dnl BSD systems use /etc/login.conf so --wi...
2006 Jan 08
3
Allow --without-privsep build.
...es echo " Askpass program: $E" echo " Manual pages: $F" echo " PID file: $G" + +if test ! -z "$use_privsep" ; then echo " Privilege separation chroot path: $H" +fi if test "x$external_path_file" = "x/etc/login.conf" ; then echo " At runtime, sshd will use the path defined in $external_path_file" echo " Make sure the path to scp is present, otherwise scp will not work" --- openssh-4.2p1/monitor.c~ 2005-07-17 08:53:31.000000000 +0100 +++ openssh-4.2p...
2014 Aug 14
0
Problem with enabling /etc/default(s)/login on Cygwin
...on the maintainer's machine at configure time. This is very unreliable and the result is puzzeling. Shouldn't configure.ac be changed like this: if --disable-etc-default-login is given etc_default_login=no else if --enable-etc-default-login is given etc_default_login=yes external_path_file=/etc/default/login AC_DEFINE([HAVE_ETC_DEFAULT_LOGIN], [1], ... else if cross_compiling etc_default_login=no else if AC_CHECK_FILE(["/etc/default/login"] etc_default_login=yes else etc_default_login=no ??? Thanks, Corinna Index: session.c =======================...
2004 Feb 27
3
Change request For OpenSSH 3.8p1
...ads. + AC_CHECK_HEADER(pthread.h, [ + AC_CHECK_LIB(pthread, pthread_create, [ + CPPFLAGS="$CPPFLAGS -DUSE_POSIX_THREADS" + LIBS="-lpthread $LIBS" + ]) + ]) # Pushing STREAMS modules will cause sshd to acquire a controlling tty. AC_DEFINE(SSHD_ACQUIRES_CTTY) external_path_file=/etc/default/login ----------------------------------------------------------------------- Antoine Verheijen Email: antoine.verheijen at ualberta.ca CNS Network Services Phone: (780) 492-9312 University of Alberta Fax: (780) 492-1729
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi, OpenSSH 6.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is