diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-03-19 22:12:25 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-03-19 22:12:25 +0000 |
| commit | 8f7d3ef26dec89a92ec0665de84a5936310a5574 (patch) | |
| tree | 9a465418bd4056bf0d369751320a414eaed29fa4 /doc/html/appdev/h5l_mit_apidiff.html | |
| parent | 1a79b20663ca26acc2998b90ea2ff2aefd8af5b1 (diff) | |
Diffstat (limited to 'doc/html/appdev/h5l_mit_apidiff.html')
| -rw-r--r-- | doc/html/appdev/h5l_mit_apidiff.html | 96 |
1 files changed, 45 insertions, 51 deletions
diff --git a/doc/html/appdev/h5l_mit_apidiff.html b/doc/html/appdev/h5l_mit_apidiff.html index 323ac3663680..4894254a514a 100644 --- a/doc/html/appdev/h5l_mit_apidiff.html +++ b/doc/html/appdev/h5l_mit_apidiff.html @@ -1,35 +1,26 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <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/" /> + <title>Differences between Heimdal and MIT Kerberos API — MIT Kerberos Documentation</title> - <link rel="stylesheet" href="../_static/agogo.css" type="text/css" /> - <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> - <link rel="stylesheet" href="../_static/kerb.css" type="text/css" /> - <script type="text/javascript"> - var DOCUMENTATION_OPTIONS = { - URL_ROOT: '../', - VERSION: '1.21.2', - COLLAPSE_INDEX: false, - FILE_SUFFIX: '.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: '.txt' - }; - </script> - <script type="text/javascript" src="../_static/jquery.js"></script> - <script type="text/javascript" src="../_static/underscore.js"></script> - <script type="text/javascript" src="../_static/doctools.js"></script> + <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="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="next" title="Initial credentials" href="init_creds.html" /> <link rel="prev" title="Year 2038 considerations for uses of krb5_timestamp" href="y2038.html" /> - </head> - <body> + </head><body> <div class="header-wrapper"> <div class="header"> @@ -61,59 +52,61 @@ <div class="bodywrapper"> <div class="body" role="main"> - <div class="section" id="differences-between-heimdal-and-mit-kerberos-api"> + <section id="differences-between-heimdal-and-mit-kerberos-api"> <h1>Differences between Heimdal and MIT Kerberos API<a class="headerlink" href="#differences-between-heimdal-and-mit-kerberos-api" title="Permalink to this headline">¶</a></h1> -<table border="1" class="docutils"> +<table class="docutils align-default"> <colgroup> -<col width="45%" /> -<col width="55%" /> +<col style="width: 45%" /> +<col style="width: 55%" /> </colgroup> -<tbody valign="top"> -<tr class="row-odd"><td><a class="reference internal" href="refs/api/krb5_auth_con_getaddrs.html#c.krb5_auth_con_getaddrs" title="krb5_auth_con_getaddrs"><code class="xref c c-func docutils literal"><span class="pre">krb5_auth_con_getaddrs()</span></code></a></td> -<td>H5l: If either of the pointers to local_addr +<tbody> +<tr class="row-odd"><td><p><a class="reference internal" href="refs/api/krb5_auth_con_getaddrs.html#c.krb5_auth_con_getaddrs" title="krb5_auth_con_getaddrs"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_auth_con_getaddrs()</span></code></a></p></td> +<td><p>H5l: If either of the pointers to local_addr and remote_addr is not NULL, it is freed first and then reallocated before being populated with the content of corresponding -address from authentication context.</td> +address from authentication context.</p></td> </tr> -<tr class="row-even"><td><a class="reference internal" href="refs/api/krb5_auth_con_setaddrs.html#c.krb5_auth_con_setaddrs" title="krb5_auth_con_setaddrs"><code class="xref c c-func docutils literal"><span class="pre">krb5_auth_con_setaddrs()</span></code></a></td> -<td>H5l: If either address is NULL, the previous -address remains in place</td> +<tr class="row-even"><td><p><a class="reference internal" href="refs/api/krb5_auth_con_setaddrs.html#c.krb5_auth_con_setaddrs" title="krb5_auth_con_setaddrs"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_auth_con_setaddrs()</span></code></a></p></td> +<td><p>H5l: If either address is NULL, the previous +address remains in place</p></td> </tr> -<tr class="row-odd"><td><a class="reference internal" href="refs/api/krb5_auth_con_setports.html#c.krb5_auth_con_setports" title="krb5_auth_con_setports"><code class="xref c c-func docutils literal"><span class="pre">krb5_auth_con_setports()</span></code></a></td> -<td>H5l: Not implemented as of version 1.3.3</td> +<tr class="row-odd"><td><p><a class="reference internal" href="refs/api/krb5_auth_con_setports.html#c.krb5_auth_con_setports" title="krb5_auth_con_setports"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_auth_con_setports()</span></code></a></p></td> +<td><p>H5l: Not implemented as of version 1.3.3</p></td> </tr> -<tr class="row-even"><td><a class="reference internal" href="refs/api/krb5_auth_con_setrecvsubkey.html#c.krb5_auth_con_setrecvsubkey" title="krb5_auth_con_setrecvsubkey"><code class="xref c c-func docutils literal"><span class="pre">krb5_auth_con_setrecvsubkey()</span></code></a></td> -<td>H5l: If either port is NULL, the previous -port remains in place</td> +<tr class="row-even"><td><p><a class="reference internal" href="refs/api/krb5_auth_con_setrecvsubkey.html#c.krb5_auth_con_setrecvsubkey" title="krb5_auth_con_setrecvsubkey"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_auth_con_setrecvsubkey()</span></code></a></p></td> +<td><p>H5l: If either port is NULL, the previous +port remains in place</p></td> </tr> -<tr class="row-odd"><td><a class="reference internal" href="refs/api/krb5_auth_con_setsendsubkey.html#c.krb5_auth_con_setsendsubkey" title="krb5_auth_con_setsendsubkey"><code class="xref c c-func docutils literal"><span class="pre">krb5_auth_con_setsendsubkey()</span></code></a></td> -<td>H5l: Not implemented as of version 1.3.3</td> +<tr class="row-odd"><td><p><a class="reference internal" href="refs/api/krb5_auth_con_setsendsubkey.html#c.krb5_auth_con_setsendsubkey" title="krb5_auth_con_setsendsubkey"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_auth_con_setsendsubkey()</span></code></a></p></td> +<td><p>H5l: Not implemented as of version 1.3.3</p></td> </tr> -<tr class="row-even"><td><a class="reference internal" href="refs/api/krb5_cc_set_config.html#c.krb5_cc_set_config" title="krb5_cc_set_config"><code class="xref c c-func docutils literal"><span class="pre">krb5_cc_set_config()</span></code></a></td> -<td>MIT: Before version 1.10 it was assumed that -the last argument <em>data</em> is ALWAYS non-zero.</td> +<tr class="row-even"><td><p><a class="reference internal" href="refs/api/krb5_cc_set_config.html#c.krb5_cc_set_config" title="krb5_cc_set_config"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_cc_set_config()</span></code></a></p></td> +<td><p>MIT: Before version 1.10 it was assumed that +the last argument <em>data</em> is ALWAYS non-zero.</p></td> </tr> -<tr class="row-odd"><td><code class="xref c c-func docutils literal"><span class="pre">krb5_cccol_last_change_time()</span></code></td> -<td>MIT: not implemented</td> +<tr class="row-odd"><td><p><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_cccol_last_change_time()</span></code></p></td> +<td><p>MIT: not implemented</p></td> </tr> -<tr class="row-even"><td><a class="reference internal" href="refs/api/krb5_set_default_realm.html#c.krb5_set_default_realm" title="krb5_set_default_realm"><code class="xref c c-func docutils literal"><span class="pre">krb5_set_default_realm()</span></code></a></td> -<td>H5l: Caches the computed default realm context +<tr class="row-even"><td><p><a class="reference internal" href="refs/api/krb5_set_default_realm.html#c.krb5_set_default_realm" title="krb5_set_default_realm"><code class="xref c c-func docutils literal notranslate"><span class="pre">krb5_set_default_realm()</span></code></a></p></td> +<td><p>H5l: Caches the computed default realm context field. If the second argument is NULL, it tries to retrieve it from libdefaults or DNS. MIT: Computes the default realm each time -if it wasn’t explicitly set in the context</td> +if it wasn’t explicitly set in the context</p></td> </tr> </tbody> </table> -</div> +</section> + <div class="clearer"></div> </div> </div> </div> </div> <div class="sidebar"> + <h2>On this page</h2> <ul> <li><a class="reference internal" href="#">Differences between Heimdal and MIT Kerberos API</a></li> @@ -152,6 +145,7 @@ if it wasn’t explicitly set in the context</td> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> + </div> <div class="clearer"></div> </div> @@ -159,8 +153,8 @@ if it wasn’t explicitly set in the context</td> <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.21.2</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2023, MIT. + <div class="right" ><i>Release: 1.21.3</i><br /> + © <a href="../copyright.html">Copyright</a> 1985-2024, MIT. </div> <div class="left"> |
