Displaying 10 results from an estimated 10 matches for "entutx".
Did you mean:
endutx
2000 Dec 26
0
minor bugs in openssh-2.3.0p1 (fwd)
...00 09:12:48 -0800
From: Takumi Yamane <yamtak at ix.netcom.com>
Reply-To: yamtak at b-session.com
To: openssh at openssh.com
Cc: yamtak at b-session.com
Subject: minor bugs in openssh-2.3.0p1
Hi,
I found that there are minor bugs in openssh-2.3.0p1.
There are some function checking for 'entutx?ent' in configure,
but its typo, it must be 'endutx?ent'.
Thus endutx?ent() was never called.
configure.in:line 296
entutent -> endutent
configure.in:line 299
entutxent -> endutxent
configure:line 2263
entutent -> endutent
configure:line 2373
entutxent -> endutxent...
2000 Dec 26
0
minor bugs in openssh-2.3.0p1
Hi,
I found that there are minor bugs in openssh-2.3.0p1.
There are some function checking for 'entutx?ent' in configure,
but its typo, it must be 'endutx?ent'.
Thus endutx?ent() was never called.
configure.in:line 296
entutent -> endutent
configure.in:line 299
entutxent -> endutxent
configure:line 2263
entutent -> endutent
configure:line 2373
entutxent -> endutxent...
2000 Jul 08
1
sshd Pam problem for Redhat 6.2
...checking for logout... yes
checking for updwtmp... yes
checking for logwtmp... yes
checking for entutent... no
checking for getutent... yes
checking for getutid... yes
checking for getutline... yes
checking for pututline... yes
checking for setutent... yes
checking for utmpname... yes
checking for entutxent... no
checking for getutxent... yes
checking for getutxid... yes
checking for getutxline... yes
checking for pututxline... yes
checking for setutxent... yes
checking for utmpxname... yes
checking for login... (cached) yes
checking for daemon... yes
checking for getpagesize... yes
checking whethe...
2000 Aug 11
1
compiling openssh-2.1.1p4 on SPARC Solaris 8
...no
checking for logout... no
checking for updwtmp... yes
checking for logwtmp... no
checking for entutent... no
checking for getutent... yes
checking for getutid... yes
checking for getutline... yes
checking for pututline... yes
checking for setutent... yes
checking for utmpname... yes
checking for entutxent... no
checking for getutxent... yes
checking for getutxid... yes
checking for getutxline... yes
checking for pututxline... yes
checking for setutxent... yes
checking for utmpxname... yes
checking for getuserattr... no
checking for getuserattr in -ls... no
checking for login... (cached) no
checki...
2000 Sep 26
0
./configure stops: openssl prob
...z -lutil 1>&5
configure:2058: checking for utmpname
configure:2086: gcc -o conftest -I/usr/local/ssl/include -Wall -static -L/lib/security -L/lib -L/usr/local/ssl/lib -L/lib -L/lib/security -L/lib -L/usr/local/ssl -L/lib conftest.c -lnsl -lz -lutil 1>&5
configure:2113: checking for entutxent
configure:2141: gcc -o conftest -I/usr/local/ssl/include -Wall -static -L/lib/security -L/lib -L/usr/local/ssl/lib -L/lib -L/lib/security -L/lib -L/usr/local/ssl -L/lib conftest.c -lnsl -lz -lutil 1>&5
/tmp/cchGdzKM.o: In function `main':
/tmp/cchGdzKM.o(.text+0x4): undefined refere...
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi.
New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks.
A couple of issues, though, which I haven't really dug into yet. I'm
wondering if anyone else has seen them? If not, I'll investigate &
report.
1. If I set "UseLogin" to "yes", everything seems fine except that
the authentication agent forwarding doesn't work. The "SSH"
2000 Jun 14
1
OpenSSH 2.1.1p1 on SCO Unixware 7.1.0
...no
checking for logout... no
checking for updwtmp... yes
checking for logwtmp... no
checking for entutent... no
checking for getutent... yes
checking for getutid... yes
checking for getutline... yes
checking for pututline... yes
checking for setutent... yes
checking for utmpname... yes
checking for entutxent... no
checking for getutxent... yes
checking for getutxid... yes
checking for getutxline... yes
checking for pututxline... yes
checking for setutxent... yes
checking for utmpxname... yes
checking for login... (cached) no
checking for login in -lbsd... no
checking for daemon... no
checking for da...
2000 Jul 03
0
FreeBSD 3.5-STABLE
...ecking for logout... yes
checking for updwtmp... no
checking for logwtmp... yes
checking for entutent... no
checking for getutent... no
checking for getutid... no
checking for getutline... no
checking for pututline... no
checking for setutent... no
checking for utmpname... no
checking for entutxent... no
checking for getutxent... no
checking for getutxid... no
checking for getutxline... no
checking for pututxline... no
checking for setutxent... no
checking for utmpxname... no
checking for login... (cached) yes
checking for daemon... yes
checking for getpagesize... yes
checking wh...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...p;& test -s conftest${ac_exeext}; then
+if { (eval echo configure:2021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -2042,12 +2044,12 @@
for ac_func in entutxent getutxent getutxid getutxline pututxline
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2046: checking for $ac_func" >&5
+echo "configure:2048: checking for $ac_func" >&5
if eval "test \"`echo '...
2000 Oct 04
0
2.2.0p1 chroot patch
...p;& test -s conftest${ac_exeext}; then
+if { (eval echo configure:2088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -2109,12 +2111,12 @@
for ac_func in entutxent getutxent getutxid getutxline pututxline
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2113: checking for $ac_func" >&5
+echo "configure:2115: checking for $ac_func" >&5
if eval "test \"`echo '...