commit-inetutils
[Top][All Lists]
Advanced

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

inetutils ./ChangeLog rlogin/rlogin.c rlogind/r...


From: Alain Magloire
Subject: inetutils ./ChangeLog rlogin/rlogin.c rlogind/r...
Date: Sun, 28 Oct 2001 22:07:09 -0500

CVSROOT:        /home/cvs
Module name:    inetutils
Changes by:     Alain Magloire <address@hidden> 01/10/28 22:07:09

Modified files:
        .              : ChangeLog 
        rlogin         : rlogin.c 
        rlogind        : rlogind.c 
        talkd          : acl.c process.c talkd.c 

Log message:
        Unfortunately some platforms, like QNX/Neutrino does not implement flow
        control packet mode TIOCPKT.  If it is not defined, defined the other 
constant.
        It should not affect the functionnality, but  server but will not be 
able to
        process CTRL-Q CTRL-S.
        
        * rlogind/rlogind.c: Check if TIOCPKT is defined, if not provide macros 
for
        TIOCPKT, TIOCPKT_FLUSHWRITE, TIOCPKT_NOSTOP,TIOCPKT_DOSTOP, to be able 
to
        compile.
        New option:" -o, --allow-root", for many remote servers rlogin is the 
only
        way to access the machine, let the flexibility to pass root.
        
        * rlogin/rlogin.c: Define the  macros TIOCPKT_XXX.
        (speed_translate): This did not work on QNX/Neutrino, since we were 
assuming
        things that does not hold true.  We were assuming that B0, B50 etc .. 
were
        ascending constant corresponding to 0, 1, etc ...  This is not portable
        POSIX only says that cfgetispeed() return symbolic functions.  To 
correct
        use approximatively the same code in telnet/sys_bsd.c.
        
        * talkd/process.c (open_users_acl):  free (filename);
        * talkd/talkd.c (talkd_init): Do not bail out if not root, Do we have
        to be root?

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.154&tr2=1.155&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/rlogin/rlogin.c.diff?cvsroot=OldCVS&tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/rlogind/rlogind.c.diff?cvsroot=OldCVS&tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/acl.c.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/process.c.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/talkd.c.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text




reply via email to

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