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 <[email protected]>
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" <[email protected]>.

diff --git a/ChangeLog b/ChangeLog
index cc71dbc..2a6af30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-03  Simon Josefsson  <[email protected]>
+
+       * doc/inetutils.texi (telnetd invocation): Use two spaces after
+       end-of-sentence period.  Reported by "Alfred M. Szmidt"
+       <[email protected]>.
+
 2010-08-20  Simon Josefsson  <[email protected]>
 
        * 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 [...@var{option}]@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:
+...@samp{none}, @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},
-...@samp{ptydata}, 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},
+...@samp{ptydata}, 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 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 <[email protected]>
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  <[email protected]>
 
+       * doc/inetutils.texi (telnetd invocation): Document --authmode and
+       --debug values.  Tiny patch from Mats Erik Andersson
+       <[email protected]>.
+
+2010-08-20  Simon Josefsson  <[email protected]>
+
        * src/logger.c: Include sys/uio.h for writev.  Suggested by Mats
        Erik Andersson <[email protected]>.
 

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


commit 9a4d4224c9ce77a67e2dbb164d0c2d23433ef973
Author: Simon Josefsson <[email protected]>
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 <[email protected]>
Date:   Mon Aug 30 17:49:19 2010 +0200

    Improve telnetd manual.
    
    Tiny patch from Mats Erik Andersson <[email protected]>.

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 [...@var{option}]@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},
+...@samp{ptydata}, 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 

_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to