[26847] in CVS-changelog-for-Kerberos-V5
krb5 commit: Edit rcache_def.rst for spelling and grammar
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Aug 15 12:22:18 2012
Date: Wed, 15 Aug 2012 12:22:14 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201208151622.q7FGMEJj009838@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/ab5d1722382ad1d188c621f9c92efbba83f17ec5
commit ab5d1722382ad1d188c621f9c92efbba83f17ec5
Author: Greg Hudson <ghudson@mit.edu>
Date: Wed Aug 15 12:19:30 2012 -0400
Edit rcache_def.rst for spelling and grammar
doc/rst_source/krb_basic/rcache_def.rst | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/doc/rst_source/krb_basic/rcache_def.rst b/doc/rst_source/krb_basic/rcache_def.rst
index 4d76f3d..2de9533 100644
--- a/doc/rst_source/krb_basic/rcache_def.rst
+++ b/doc/rst_source/krb_basic/rcache_def.rst
@@ -3,9 +3,9 @@
replay cache
============
-A replay cache or "rcache" keeps track of all athenticators recently
-presented to a given service. If the duplicate authentication
-requests are detected in the rcache, the error message is sent to
+A replay cache (or "rcache") keeps track of all authenticators
+recently presented to a service. If a duplicate authentication
+request is detected in the replay cache, an error message is sent to
the application program.
The replay cache interface, like the credential cache and
@@ -17,9 +17,9 @@ Background information
----------------------
Some Kerberos or GSSAPI services use a simple authentication mechanism
-where a message is sent containing an authenticator, and that
-establishes the encryption key that the client will use for talking to
-the service. But nothing about that prevents an eavesdropper from
+where a message is sent containing an authenticator, which establishes
+the encryption key that the client will use for talking to the
+service. But nothing about that prevents an eavesdropper from
recording the messages sent by the client, establishing a new
connection, and re-sending or "replaying" the same messages; the
replayed authenticator will establish the same encryption key for the
@@ -61,13 +61,13 @@ Default rcache type
-------------------
There is currently only one implemented kind of replay cache, called
-**dfl**. It stores data in one large file, occasionally rewriting it
+**dfl**. It stores replay data in one file, occasionally rewriting it
to purge old, expired entries.
-The default type can be overridden by **KRB5RCACHETYPE** environment
-variable.
+The default type can be overridden by the **KRB5RCACHETYPE**
+environment variable.
-The placement of rcache file is determined by the following:
+The placement of the replay cache file is determined by the following:
#. The **KRB5RCACHEDIR** environment variable;
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5