From 5489cb326bc5b13c9dcb0f76228cc964dd9fdb5d Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Fri, 14 Feb 2014 16:17:47 -0500 Subject: Document 1.12 changes in MIT Kerberos Features doc ticket: 7857 --- doc/admin/otp.rst | 2 ++ doc/appdev/gssapi.rst | 1 + doc/mitK5features.rst | 16 ++++++++++++++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/admin/otp.rst b/doc/admin/otp.rst index f12c36d4f4..9c634d6acb 100644 --- a/doc/admin/otp.rst +++ b/doc/admin/otp.rst @@ -1,3 +1,5 @@ +.. _otp_preauth: + OTP Preauthentication ===================== diff --git a/doc/appdev/gssapi.rst b/doc/appdev/gssapi.rst index d79f87d7f5..05e4059f26 100644 --- a/doc/appdev/gssapi.rst +++ b/doc/appdev/gssapi.rst @@ -420,6 +420,7 @@ pre-existing pointer and length for a modifiable region of data):: /* Decrypted data is in iov[1].buffer, pointing to a subregion of * token. */ +.. _gssapi_mic_token: IOV MIC tokens -------------- diff --git a/doc/mitK5features.rst b/doc/mitK5features.rst index fa1ec7e140..63cd4673ea 100644 --- a/doc/mitK5features.rst +++ b/doc/mitK5features.rst @@ -19,8 +19,8 @@ Quick facts License - :ref:`mitK5license` Releases: - - Latest stable: http://web.mit.edu/kerberos/krb5-1.11/ - - Supported: http://web.mit.edu/kerberos/krb5-1.10/ + - Latest stable: http://web.mit.edu/kerberos/krb5-1.12/ + - Supported: http://web.mit.edu/kerberos/krb5-1.11/ - Release cycle: 9 -- 12 months Supported platforms \/ OS distributions: @@ -130,6 +130,17 @@ Release 1.11 - GSS-API extensions for credential locations - Responder mechanism +Release 1.12 + - Plugin to control krb5_aname_to_localname and krb5_kuserok behavior :ref:`localauth_plugin` + - Plugin to control hostname-to-realm mappings and the default realm :ref:`hostrealm_plugin` + - GSSAPI extensions for constructing MIC tokens using IOV lists :ref:`gssapi_mic_token` + - Principal may refer to nonexistent policies `Policy Refcount project `_ + - Support for having no long-term keys for a principal `Principals Without Keys project `_ + - Collection support to the KEYRING credential cache type on Linux :ref:`ccache_definition` + - FAST OTP preauthentication module for the KDC which uses RADIUS to validate OTP token values :ref:`otp_preauth` + - Experimental Audit plugin for KDC processing `Audit project `_ + + `Pre-authentication mechanisms` - PW-SALT :rfc:`4120#section-5.2.7.3` @@ -140,6 +151,7 @@ Release 1.11 - PKINIT :rfc:`4556` - FX-COOKIE :rfc:`6113#section-5.2` - S4U-X509-USER (release 1.8) http://msdn.microsoft.com/en-us/library/cc246091 +- OTP (release 1.12) :ref:`otp_preauth` `PRNG` -- cgit