Displaying 10 results from an estimated 10 matches for "entut".
Did you mean:
etut
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
.... no
checking for vsnprintf... yes
checking for vhangup... yes
checking for _getpty... no
checking for __b64_ntop... no
checking for gettimeofday... yes
checking for time... yes
checking for login... yes
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......
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...is restricted to SUNOS4 pending
QA testing on other platforms.
This patch incorporates the work done by Charles Levert on
7/25/2000 00:43:22. (Do any of us sleep at night?)
Remaining:
-- Test on NeXT and other operating systems that need utmp_write_direct
(those without entutent, getutent, getutid, getutline, ...) If
successful, the SUNOS4 restriction could be removed and the FIXME
can be eliminated. If not, similar code will need to be added
to support those operating systems.
-- In the unlikely case that other operating systems have prereqs....
2000 Aug 11
1
compiling openssh-2.1.1p4 on SPARC Solaris 8
...p... no
checking for vsnprintf... yes
checking for vhangup... yes
checking for _getpty... no
checking for __b64_ntop... no
checking for gettimeofday... yes
checking for time... yes
checking for login... 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......
2000 Sep 26
0
./configure stops: openssl prob
...lz -lutil 1>&5
configure:1948: checking for logwtmp
configure:1976: 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:2003: checking for entutent
configure:2031: 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/ccTMh9BA.o: In function `main':
/tmp/ccTMh9BA.o(.text+0x4): undefined refere...
2000 Jun 14
1
OpenSSH 2.1.1p1 on SCO Unixware 7.1.0
...py... no
checking for vsnprintf... yes
checking for vhangup... no
checking for _getpty... no
checking for __b64_ntop... no
checking for gettimeofday... yes
checking for time... yes
checking for login... 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......
2000 Jul 03
0
FreeBSD 3.5-STABLE
...king for vsnprintf... yes
checking for vhangup... no
checking for _getpty... no
checking for __b64_ntop... yes
checking for gettimeofday... yes
checking for time... yes
checking for login... yes
checking 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.....
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...p;& test -s conftest${ac_exeext}; then
+if { (eval echo configure:1911: \"$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
@@ -1932,12 +1934,12 @@
for ac_func in entutent getutent getutid getutline pututline setutent
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1936: checking for $ac_func" >&5
+echo "configure:1938: 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:1978: \"$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
@@ -1999,12 +2001,12 @@
for ac_func in entutent getutent getutid getutline pututline setutent
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2003: checking for $ac_func" >&5
+echo "configure:2005: checking for $ac_func" >&5
if eval "test \"`echo...