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_8-32-gfb66010


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-32-gfb66010
Date: Fri, 03 Sep 2010 20:47:00 +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  fb6601063862f1dd47616c1110020bd4d06fab35 (commit)
       via  753b05b1924aafaddd451d9d7002489052b32f98 (commit)
       via  9a4d4224c9ce77a67e2dbb164d0c2d23433ef973 (commit)
       via  6e6dd326673596dafda6df6636c5a858be577e74 (commit)
      from  44274735ef9ba730784a6b1552f42781ee6ec189 (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=fb6601063862f1dd47616c1110020bd4d06fab35


commit fb6601063862f1dd47616c1110020bd4d06fab35
Author: Simon Josefsson <address@hidden>
Date:   Fri Sep 3 22:45:54 2010 +0200

    doc/inetutils.texi (telnetd invocation): Use two spaces after 
end-of-sentence period.
    
    Reported by "Alfred M. Szmidt" <address@hidden>.

diff --git a/ChangeLog b/ChangeLog
index cc71dbc..2a6af30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-03  Simon Josefsson  <address@hidden>
+
+       * doc/inetutils.texi (telnetd invocation): Use two spaces after
+       end-of-sentence period.  Reported by "Alfred M. Szmidt"
+       <address@hidden>.
+
 2010-08-20  Simon Josefsson  <address@hidden>
 
        * doc/inetutils.texi (telnetd invocation): Document --authmode and
diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index 72f5980..43f53ec 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -3316,17 +3316,16 @@ telnetd address@hidden@dots{}
 @table @option
 @item -a AUTHMODE
 @itemx --authmode=AUTHMODE
-Specify what mode to use for authentication. Allowed values
-are: @samp{none}, @samp{other}, @samp{user}, @samp{valid},
-and @samp{off}.
+Specify what mode to use for authentication.  Allowed values are:
address@hidden, @samp{other}, @samp{user}, @samp{valid}, and @samp{off}.
 
 @item -D[LEVEL]
 @itemx --debug=[LEVEL]
-Set the debugging level. The argument is a comma separated list
-of the categories: @samp{options}, @samp{report}, @samp{netdata},
address@hidden, and @samp{auth}. All these may be used in the
-form @samp{name[=level]}. Omission of @samp{level} implies the
-maximal possible debugging for that particular category.
+Set the debugging level.  The argument is a comma separated list of
+the categories: @samp{options}, @samp{report}, @samp{netdata},
address@hidden, and @samp{auth}.  All these may be used in the form
address@hidden  Omission of @samp{level} implies the maximal
+possible debugging for that particular category.
 
 There is one additional category @samp{tcp}, that does not allow
 the additional level indicator, but is instead equivalent to

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=753b05b1924aafaddd451d9d7002489052b32f98


commit 753b05b1924aafaddd451d9d7002489052b32f98
Author: Simon Josefsson <address@hidden>
Date:   Mon Aug 30 17:52:53 2010 +0200

    Add ChangeLog entry.

diff --git a/ChangeLog b/ChangeLog
index c057134..cc71dbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-20  Simon Josefsson  <address@hidden>
 
+       * doc/inetutils.texi (telnetd invocation): Document --authmode and
+       --debug values.  Tiny patch from Mats Erik Andersson
+       <address@hidden>.
+
+2010-08-20  Simon Josefsson  <address@hidden>
+
        * src/logger.c: Include sys/uio.h for writev.  Suggested by Mats
        Erik Andersson <address@hidden>.
 

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=9a4d4224c9ce77a67e2dbb164d0c2d23433ef973


commit 9a4d4224c9ce77a67e2dbb164d0c2d23433ef973
Author: Simon Josefsson <address@hidden>
Date:   Mon Aug 30 17:51:28 2010 +0200

    Fix typo.

diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index 6a86f76..72f5980 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -3328,7 +3328,7 @@ of the categories: @samp{options}, @samp{report}, 
@samp{netdata},
 form @samp{name[=level]}. Omission of @samp{level} implies the
 maximal possible debugging for that particular category.
 
-There is one additional cetegory @samp{tcp}, that does not allow
+There is one additional category @samp{tcp}, that does not allow
 the additional level indicator, but is instead equivalent to
 setting the socket option @samp{SO_DEBUG} for debugging the
 complete traffic.

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=6e6dd326673596dafda6df6636c5a858be577e74


commit 6e6dd326673596dafda6df6636c5a858be577e74
Author: Simon Josefsson <address@hidden>
Date:   Mon Aug 30 17:49:19 2010 +0200

    Improve telnetd manual.
    
    Tiny patch from Mats Erik Andersson <address@hidden>.

diff --git a/doc/inetutils.texi b/doc/inetutils.texi
index bf3537c..6a86f76 100644
--- a/doc/inetutils.texi
+++ b/doc/inetutils.texi
@@ -3316,11 +3316,25 @@ telnetd address@hidden@dots{}
 @table @option
 @item -a AUTHMODE
 @itemx --authmode=AUTHMODE
-Specify what mode to use for authentication.
+Specify what mode to use for authentication. Allowed values
+are: @samp{none}, @samp{other}, @samp{user}, @samp{valid},
+and @samp{off}.
 
 @item -D[LEVEL]
 @itemx --debug=[LEVEL]
-Set debugging level.
+Set the debugging level. The argument is a comma separated list
+of the categories: @samp{options}, @samp{report}, @samp{netdata},
address@hidden, and @samp{auth}. All these may be used in the
+form @samp{name[=level]}. Omission of @samp{level} implies the
+maximal possible debugging for that particular category.
+
+There is one additional cetegory @samp{tcp}, that does not allow
+the additional level indicator, but is instead equivalent to
+setting the socket option @samp{SO_DEBUG} for debugging the
+complete traffic.
+
+The outcome is the file @file{/var/telnet.debug}, to which
+data is incrementally added as time passes.
 
 @item    -E
 @itemx --exec-login=STRING

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

Summary of changes:
 ChangeLog          |   12 ++++++++++++
 doc/inetutils.texi |   17 +++++++++++++++--
 2 files changed, 27 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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