diff options
Diffstat (limited to 'crypto/krb5/doc/html/plugindev/internal.html')
-rw-r--r-- | crypto/krb5/doc/html/plugindev/internal.html | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/crypto/krb5/doc/html/plugindev/internal.html b/crypto/krb5/doc/html/plugindev/internal.html index c6dfca91769c..e2ccae32b6a1 100644 --- a/crypto/krb5/doc/html/plugindev/internal.html +++ b/crypto/krb5/doc/html/plugindev/internal.html @@ -1,19 +1,17 @@ - <!DOCTYPE html> -<html> +<html lang="en" data-content_root="../"> <head> <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Internal pluggable interfaces — MIT Kerberos Documentation</title> - <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> - <link rel="stylesheet" type="text/css" href="../_static/agogo.css" /> - <link rel="stylesheet" type="text/css" href="../_static/kerb.css" /> - <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> - <script src="../_static/jquery.js"></script> - <script src="../_static/underscore.js"></script> - <script src="../_static/doctools.js"></script> + <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" /> + <link rel="stylesheet" type="text/css" href="../_static/agogo.css?v=879f3c71" /> + <link rel="stylesheet" type="text/css" href="../_static/kerb.css?v=6a0b3979" /> + <script src="../_static/documentation_options.js?v=236fef3b"></script> + <script src="../_static/doctools.js?v=888ff710"></script> + <script src="../_static/sphinx_highlight.js?v=dc90522c"></script> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> @@ -53,7 +51,7 @@ <div class="body" role="main"> <section id="internal-pluggable-interfaces"> -<h1>Internal pluggable interfaces<a class="headerlink" href="#internal-pluggable-interfaces" title="Permalink to this headline">¶</a></h1> +<h1>Internal pluggable interfaces<a class="headerlink" href="#internal-pluggable-interfaces" title="Link to this heading">¶</a></h1> <p>Following are brief discussions of pluggable interfaces which have not yet been made public. These interfaces are functional, but the interfaces are likely to change in incompatible ways from release to @@ -62,7 +60,7 @@ the krb5 source tree to use an internal interface. Use these with care, and expect to need to update your modules for each new release of MIT krb5.</p> <section id="kerberos-database-interface-kdb"> -<h2>Kerberos database interface (KDB)<a class="headerlink" href="#kerberos-database-interface-kdb" title="Permalink to this headline">¶</a></h2> +<h2>Kerberos database interface (KDB)<a class="headerlink" href="#kerberos-database-interface-kdb" title="Link to this heading">¶</a></h2> <p>A KDB module implements a database back end for KDC principal and policy information, and can also control many aspects of KDC behavior. For a full description of the interface, see the header file @@ -71,7 +69,7 @@ For a full description of the interface, see the header file Access Layer).</p> </section> <section id="authorization-data-interface-authdata"> -<h2>Authorization data interface (authdata)<a class="headerlink" href="#authorization-data-interface-authdata" title="Permalink to this headline">¶</a></h2> +<h2>Authorization data interface (authdata)<a class="headerlink" href="#authorization-data-interface-authdata" title="Link to this heading">¶</a></h2> <p>The authdata interface allows a module to provide (from the KDC) or consume (in application servers) authorization data of types beyond those handled by the core MIT krb5 code base. The interface is @@ -147,8 +145,8 @@ installed by the build.</p> <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.21.3</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2024, MIT. + <div class="right" ><i>Release: 1.22-final</i><br /> + © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. </div> <div class="left"> |