commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inetutils ./ChangeLog ./configure.in rlogind/rl...


From: Alain Magloire
Subject: inetutils ./ChangeLog ./configure.in rlogind/rl...
Date: Sat, 27 Oct 2001 15:10:33 -0400

CVSROOT:        /home/cvs
Module name:    inetutils
Changes by:     Alain Magloire <address@hidden> 01/10/27 15:10:33

Modified files:
        .              : ChangeLog configure.in 
        rlogind        : rlogind.c 
        syslogd        : syslogd.c 
        telnet         : externs.h telnet.c 
        telnetd        : sys_term.c 

Log message:
        * configure.in: Version to 1.3.2g.
        
        * rlogind/rlogind.c (topdomain):  In badly configure systems(like mine 
8),
        there is no domainame, this case will cause a sigsegv.  Because, we take
        for granted that local_domain_name, will be initialized correctly:
        local_domain_name = topdomain()  // will return NULL.
        Change topdomain() to return the original name on failure.
        
        * syslogd/syslogd.c:  Use the same code in talkd/talkd.c to handle
        utmp vs utmpx.
        (wallmesg):  Use the macros when manipulating utmp functions.
        
        * telnet/telnet.c: jmp_buf is an opaque struct/object we should
        not try to initialize it, and in any case globals and static
        variables are initialize to zeros, a prerequesite of ISO C.
        
        * telnetd/telnetd.c: Remove stupid/obsolete hack, if an array
        is declare const char *, you can no write(readonly) to it.  This
        the way ISO C defines it, even if some compiler let it trough. Do
        the right thing everytime not only for GCC.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.153&tr2=1.154&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/configure.in.diff?cvsroot=OldCVS&tr1=1.96&tr2=1.97&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/rlogind/rlogind.c.diff?cvsroot=OldCVS&tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/syslogd/syslogd.c.diff?cvsroot=OldCVS&tr1=1.60&tr2=1.61&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/telnet/externs.h.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/telnet/telnet.c.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/telnetd/sys_term.c.diff?cvsroot=OldCVS&tr1=1.20&tr2=1.21&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]