diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-04-03 19:36:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-04-03 19:36:00 +0000 |
commit | b0e4d68d5124581ae353493d69bea352de4cff8a (patch) | |
tree | 43300ec43e83eccd367fd76fdfdefba2dcd7d8f4 /doc/html/build | |
parent | 33a9b234e7087f573ef08cd7318c6497ba08b439 (diff) |
Notes
Diffstat (limited to 'doc/html/build')
-rw-r--r-- | doc/html/build/directory_org.html | 4 | ||||
-rw-r--r-- | doc/html/build/doing_build.html | 4 | ||||
-rw-r--r-- | doc/html/build/index.html | 10 | ||||
-rw-r--r-- | doc/html/build/options2configure.html | 7 | ||||
-rw-r--r-- | doc/html/build/osconf.html | 4 |
5 files changed, 13 insertions, 16 deletions
diff --git a/doc/html/build/directory_org.html b/doc/html/build/directory_org.html index f9ccc59b63442..2de8defc3ce5b 100644 --- a/doc/html/build/directory_org.html +++ b/doc/html/build/directory_org.html @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '1.15.1', + VERSION: '1.16', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -231,7 +231,7 @@ libraries;</li> <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.15.1</i><br /> + <div class="right" ><i>Release: 1.16</i><br /> © <a href="../copyright.html">Copyright</a> 1985-2017, MIT. </div> <div class="left"> diff --git a/doc/html/build/doing_build.html b/doc/html/build/doing_build.html index 6053b399e7393..26c6d09e5991e 100644 --- a/doc/html/build/doing_build.html +++ b/doc/html/build/doing_build.html @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '1.15.1', + VERSION: '1.16', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -267,7 +267,7 @@ should run <tt class="docutils literal"><span class="pre">autoreconf</span></tt> <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.15.1</i><br /> + <div class="right" ><i>Release: 1.16</i><br /> © <a href="../copyright.html">Copyright</a> 1985-2017, MIT. </div> <div class="left"> diff --git a/doc/html/build/index.html b/doc/html/build/index.html index ef685616954bd..260cc5fd3fa09 100644 --- a/doc/html/build/index.html +++ b/doc/html/build/index.html @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '1.15.1', + VERSION: '1.16', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -28,7 +28,7 @@ <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="MIT Kerberos Documentation" href="../index.html" /> <link rel="next" title="Organization of the source directory" href="directory_org.html" /> - <link rel="prev" title="Internal pluggable interfaces" href="../plugindev/internal.html" /> + <link rel="prev" title="KDC policy interface (kdcpolicy)" href="../plugindev/kdcpolicy.html" /> </head> <body> <div class="header-wrapper"> @@ -41,7 +41,7 @@ <a href="../index.html" title="Full Table of Contents" accesskey="C">Contents</a> | - <a href="../plugindev/internal.html" title="Internal pluggable interfaces" + <a href="../plugindev/kdcpolicy.html" title="KDC policy interface (kdcpolicy)" accesskey="P">previous</a> | <a href="directory_org.html" title="Organization of the source directory" accesskey="N">next</a> | @@ -173,14 +173,14 @@ distribution information.</p> <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.15.1</i><br /> + <div class="right" ><i>Release: 1.16</i><br /> © <a href="../copyright.html">Copyright</a> 1985-2017, MIT. </div> <div class="left"> <a href="../index.html" title="Full Table of Contents" >Contents</a> | - <a href="../plugindev/internal.html" title="Internal pluggable interfaces" + <a href="../plugindev/kdcpolicy.html" title="KDC policy interface (kdcpolicy)" >previous</a> | <a href="directory_org.html" title="Organization of the source directory" >next</a> | diff --git a/doc/html/build/options2configure.html b/doc/html/build/options2configure.html index 3552932b5ebfd..9f15e2d5bd906 100644 --- a/doc/html/build/options2configure.html +++ b/doc/html/build/options2configure.html @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '1.15.1', + VERSION: '1.16', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -351,9 +351,6 @@ implemented crypto backend is <tt class="docutils literal"><span class="pre">ope <dd>Use specified PRNG algorithm. For example, to use the OS native prng specify <tt class="docutils literal"><span class="pre">--with-prng-alg=os</span></tt>. The default is <tt class="docutils literal"><span class="pre">fortuna</span></tt>. (See <a class="reference internal" href="../mitK5features.html#mitk5features"><em>MIT Kerberos features</em></a>)</dd> -<dt><strong>-</strong><strong>-with-pkinit-crypto-impl=</strong><em>IMPL</em></dt> -<dd>Use the specified pkinit crypto implementation <em>IMPL</em>. -Defaults to using OpenSSL.</dd> <dt><strong>-</strong><strong>-without-libedit</strong></dt> <dd>Do not compile and link against libedit. Some utilities will no longer offer command history or completion in interactive mode if @@ -467,7 +464,7 @@ SS_LIB='-lss -lcurses' DB_HEADER=db3/db_185.h DB_LIB=-ldb-3.3 <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.15.1</i><br /> + <div class="right" ><i>Release: 1.16</i><br /> © <a href="../copyright.html">Copyright</a> 1985-2017, MIT. </div> <div class="left"> diff --git a/doc/html/build/osconf.html b/doc/html/build/osconf.html index c71832d2c0870..dc2c36cc51d5f 100644 --- a/doc/html/build/osconf.html +++ b/doc/html/build/osconf.html @@ -15,7 +15,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', - VERSION: '1.15.1', + VERSION: '1.16', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true @@ -140,7 +140,7 @@ default value is <tt class="docutils literal"><span class="pre">aes256-cts-hmac- <div class="footer-wrapper"> <div class="footer" > - <div class="right" ><i>Release: 1.15.1</i><br /> + <div class="right" ><i>Release: 1.16</i><br /> © <a href="../copyright.html">Copyright</a> 1985-2017, MIT. </div> <div class="left"> |