commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-242-g4fec1


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-242-g4fec11f
Date: Thu, 24 Jan 2013 16:21:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  4fec11f030399252802112f1b983cc5596e406d4 (commit)
      from  03bfa11f0e61d5babc11df6ea2dfa92a0644ec47 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=4fec11f030399252802112f1b983cc5596e406d4


commit 4fec11f030399252802112f1b983cc5596e406d4
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Jan 24 17:20:04 2013 +0100

    Documentation (silent change).

diff --git a/NEWS b/NEWS
index 06a7780..abb4c76 100644
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,11 @@ Now has support for IPv6, PAM, and Shishi.  New switches
 `-k/--kerberos', `-S/--server-principal', `-v/--vacuous',
 and `-x/--encrypt'.
 
+* talkd
+
+Has seen reworked ACL-mechanisms, believed to be functional!
+New switches `-l/--logging', and `-S/--strict-policy'.
+
 * telnetd
 
 New switch `-S/--server-principal'.
diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index aceb33f..6cd0731 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -2556,23 +2556,32 @@ Specify the user with whom to log into the server.
 @command{talk} is a visual communication program which copies lines
 from your terminal to that of another user.
 
address@hidden
+Synopsis:
+
address@hidden
+talk @var{person} address@hidden
address@hidden example
+
 @section Invoking
 
 The command line arguments are as follows:
 
 @table @var
 @item person
-If you wish to talk to someone on your own machine, then person is
-just the person's login name.  If you wish to talk to a user on
-another host, then person is of the form @samp{user@@host}.
+If you wish to talk to someone on your own machine, then @var{person}
+is just the other person's login name.
+If you wish to talk to a user on another host,
+then @var{person} is of the form @samp{user@@host}.
 
 @item ttyname
-If you wish to talk to a user who is logged in more than once, the
address@hidden argument may be used to indicate the appropriate
+If you wish to talk to a local user who is logged in more than once,
+the argument @var{ttyname} may be used to indicate the appropriate
 terminal name, where @var{ttyname} is of the form @samp{ttyXX}.
 @end table
 
-When first called, talk sends the message:
+When first called, @command{talk} sends a message to
+the addressed user:
 
 @example
 Message from TalkDaemon@@address@hidden
@@ -2580,8 +2589,9 @@ talk: connection requested by your_name@@your_machine.
 talk: respond with: talk your_name@@your_machine
 @end example
 
-to the user you wish to talk to.  At this point, the recipient of the
-message should reply by typing:
address@hidden
+At this point, the recipient of the message could elect
+to accept the call and to establish a connection by typing:
 
 @example
 talk @var{your_name}@@@var{your_machine}
@@ -2591,19 +2601,16 @@ It doesn't matter from which machine the recipient 
replies, as long as
 his login-name is the same.  Once communication is established, the
 two parties may type simultaneously, with their output appearing in
 separate windows.  Typing @kbd{C-L} will cause the screen to be
-reprinted, while your erase, kill, and word kill characters will
-behave normally.  To exit, just type your interrupt character; talk
-then moves the cursor to the bottom of the screen and restores the
-terminal to its previous state.
+reprinted, while erase, kill, and word kill characters will
+behave normally.  To exit, just type an interrupt character;
address@hidden then moves the cursor to the bottom of the screen
+and restores the terminal to its previous state.
 
-Permission to talk may be denied or granted by use of the
address@hidden command.  At the outset talking is allowed.  Certain
-commands, in particular @command{nroff} and @command{pr}, disallow
-messages in order to prevent messy output.
-
-To exit, just type your interrupt character; talk then moves the
-cursor to the bottom of the screen and restores the terminal to its
-previous state.
+The ability to talk may be enabled or disabled by use of the
address@hidden command.  It is system dependent whether
+this message passing is enabled at the outset of a terminal session.
+Certain commands, in particular @command{nroff} and @command{pr},
+disable messages in order to prevent messy output.
 
 @node telnet invocation
 @chapter @command{telnet}: User interface to TELNET
@@ -2613,7 +2620,7 @@ Login to a remote system HOST, optionally using a 
(non-standard)
 service port PORT.
 
 @noindent
-Synpsis:
+Synopsis:
 
 @example
 telnet address@hidden address@hidden address@hidden
@@ -4315,15 +4322,30 @@ probe a system for users with null passwords.
 @chapter @command{talkd}: a server for communication between users
 @cindex talkd
 
address@hidden is the server that notifies a user that someone else
address@hidden is a server that notifies users that someone else
 wants to initiate a conversation.  It acts as a repository of
 invitations, responding to requests by clients wishing to rendezvous
-in order to hold a conversation.
+for a conversation.
+
+This implementation uses the newer protocol @samp{ntalk/udp},
+and is intended to be invoked by a super-server
address@hidden at that datagram port.
+Bear in mind that this service is usable with IPv4 only,
+since the exchange protocol was conceived to handle only
+one address family.
+This fact is independent of @command{inetd}.
+
+Observe that the server @command{talkd} is dependent
+on the name claimed by @command{hostname}, for establishing
+connections between interested parties.  Multi-homed hosts
+are not well behaved together with @command{talkd}.
+
+The present implementation offers ACL-mechanisms for fine
+grained access control.
 
 @section Invoking
-This implementation uses the newer protocol specification @samp{ntalk},
-and is intended to be invoked by a super-server @command{inetd} at that
-datagram port.  The following switches and options are available.
+
+The following switches and options are available.
 
 @table @option
 @item -a @var{file}

-----------------------------------------------------------------------

Summary of changes:
 NEWS               |    5 +++
 doc/inetutils.texi |   74 +++++++++++++++++++++++++++++++++------------------
 2 files changed, 53 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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