diff options
Diffstat (limited to 'crypto/krb5/doc/html/build')
| -rw-r--r-- | crypto/krb5/doc/html/build/directory_org.html | 238 | ||||
| -rw-r--r-- | crypto/krb5/doc/html/build/doing_build.html | 268 | ||||
| -rw-r--r-- | crypto/krb5/doc/html/build/index.html | 188 | ||||
| -rw-r--r-- | crypto/krb5/doc/html/build/options2configure.html | 465 | ||||
| -rw-r--r-- | crypto/krb5/doc/html/build/osconf.html | 154 |
5 files changed, 0 insertions, 1313 deletions
diff --git a/crypto/krb5/doc/html/build/directory_org.html b/crypto/krb5/doc/html/build/directory_org.html deleted file mode 100644 index ed97f9aef12a..000000000000 --- a/crypto/krb5/doc/html/build/directory_org.html +++ /dev/null @@ -1,238 +0,0 @@ -<!DOCTYPE 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="viewport" content="width=device-width, initial-scale=1" /> - - <title>Organization of the source directory — MIT Kerberos Documentation</title> - <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" /> - <link rel="copyright" title="Copyright" href="../copyright.html" /> - <link rel="next" title="Doing the build" href="doing_build.html" /> - <link rel="prev" title="Building Kerberos V5" href="index.html" /> - </head><body> - <div class="header-wrapper"> - <div class="header"> - - - <h1><a href="../index.html">MIT Kerberos Documentation</a></h1> - - <div class="rel"> - - <a href="../index.html" title="Full Table of Contents" - accesskey="C">Contents</a> | - <a href="index.html" title="Building Kerberos V5" - accesskey="P">previous</a> | - <a href="doing_build.html" title="Doing the build" - accesskey="N">next</a> | - <a href="../genindex.html" title="General Index" - accesskey="I">index</a> | - <a href="../search.html" title="Enter search criteria" - accesskey="S">Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Organization of the source directory">feedback</a> - </div> - </div> - </div> - - <div class="content-wrapper"> - <div class="content"> - <div class="document"> - - <div class="documentwrapper"> - <div class="bodywrapper"> - <div class="body" role="main"> - - <section id="organization-of-the-source-directory"> -<h1>Organization of the source directory<a class="headerlink" href="#organization-of-the-source-directory" title="Link to this heading">¶</a></h1> -<p>Below is a brief overview of the organization of the complete source -directory. More detailed descriptions follow.</p> -<table class="docutils align-default"> -<tbody> -<tr class="row-odd"><td><p>appl</p></td> -<td><p>Kerberos application client and server programs</p></td> -</tr> -<tr class="row-even"><td><p>ccapi</p></td> -<td><p>Credential cache services</p></td> -</tr> -<tr class="row-odd"><td><p>clients</p></td> -<td><p>Kerberos V5 user programs (See <a class="reference internal" href="../user/user_commands/index.html#user-commands"><span class="std std-ref">User commands</span></a>)</p></td> -</tr> -<tr class="row-even"><td><p>config</p></td> -<td><p>Configure scripts</p></td> -</tr> -<tr class="row-odd"><td><p>config-files</p></td> -<td><p>Sample Kerberos configuration files</p></td> -</tr> -<tr class="row-even"><td><p>include</p></td> -<td><p>include files needed to build the Kerberos system</p></td> -</tr> -<tr class="row-odd"><td><p>kadmin</p></td> -<td><p>Administrative interface to the Kerberos database: <a class="reference internal" href="../admin/admin_commands/kadmin_local.html#kadmin-1"><span class="std std-ref">kadmin</span></a>, <a class="reference internal" href="../admin/admin_commands/kdb5_util.html#kdb5-util-8"><span class="std std-ref">kdb5_util</span></a>, <a class="reference internal" href="../admin/admin_commands/ktutil.html#ktutil-1"><span class="std std-ref">ktutil</span></a>.</p></td> -</tr> -<tr class="row-even"><td><p>kdc</p></td> -<td><p>Kerberos V5 Authentication Service and Key Distribution Center</p></td> -</tr> -<tr class="row-odd"><td><p><a class="reference internal" href="#lib">lib</a></p></td> -<td><p>Libraries for use with/by Kerberos V5</p></td> -</tr> -<tr class="row-even"><td><p>plugins</p></td> -<td><p>Kerberos plugins directory</p></td> -</tr> -<tr class="row-odd"><td><p>po</p></td> -<td><p>Localization infrastructure</p></td> -</tr> -<tr class="row-even"><td><p>prototype</p></td> -<td><p>Templates files containing the MIT copyright message and a placeholder for the title and description of the file.</p></td> -</tr> -<tr class="row-odd"><td><p>kprop</p></td> -<td><p>Utilities for propagating the database to replica KDCs <a class="reference internal" href="../admin/admin_commands/kprop.html#kprop-8"><span class="std std-ref">kprop</span></a> and <a class="reference internal" href="../admin/admin_commands/kpropd.html#kpropd-8"><span class="std std-ref">kpropd</span></a></p></td> -</tr> -<tr class="row-even"><td><p>tests</p></td> -<td><p>Test suite</p></td> -</tr> -<tr class="row-odd"><td><p><a class="reference internal" href="#util">util</a></p></td> -<td><p>Various utilities for building/configuring the code, sending bug reports, etc.</p></td> -</tr> -<tr class="row-even"><td><p>windows</p></td> -<td><p>Source code for building Kerberos V5 on Windows (see windows/README)</p></td> -</tr> -</tbody> -</table> -<section id="lib"> -<span id="id1"></span><h2>lib<a class="headerlink" href="#lib" title="Link to this heading">¶</a></h2> -<p>The lib directory contain several subdirectories as well as some -definition and glue files.</p> -<blockquote> -<div><ul class="simple"> -<li><p>The apputils directory contains the code for the generic network -servicing.</p></li> -<li><p>The crypto subdirectory contains the Kerberos V5 encryption -library.</p></li> -<li><p>The gssapi library contains the Generic Security Services API, -which is a library of commands to be used in secure client-server -communication.</p></li> -<li><p>The kadm5 directory contains the libraries for the KADM5 -administration utilities.</p></li> -<li><p>The Kerberos 5 database libraries are contained in kdb.</p></li> -<li><p>The krb5 directory contains Kerberos 5 API.</p></li> -<li><p>The rpc directory contains the API for the Kerberos Remote -Procedure Call protocol.</p></li> -</ul> -</div></blockquote> -</section> -<section id="util"> -<span id="id2"></span><h2>util<a class="headerlink" href="#util" title="Link to this heading">¶</a></h2> -<dl class="simple"> -<dt>The util directory contains several utility programs and libraries.</dt><dd><ul class="simple"> -<li><p>the programs used to configure and build the code, such as -autoconf, lndir, kbuild, reconf, and makedepend, are in this -directory.</p></li> -<li><p>the profile directory contains most of the functions which parse -the Kerberos configuration files (krb5.conf and kdc.conf).</p></li> -<li><p>the Kerberos error table library and utilities (et);</p></li> -<li><p>the Sub-system library and utilities (ss);</p></li> -<li><p>database utilities (db2);</p></li> -<li><p>pseudo-terminal utilities (pty);</p></li> -<li><p>bug-reporting program send-pr;</p></li> -<li><p>a generic support library support used by several of our other -libraries;</p></li> -<li><p>the build infrastructure for building lightweight Kerberos client -(collected-client-lib)</p></li> -<li><p>the tool for validating Kerberos configuration files -(confvalidator);</p></li> -<li><p>the toolkit for kernel integrators for building krb5 code subsets -(gss-kernel-lib);</p></li> -<li><p>source code for building Kerberos V5 on MacOS (mac)</p></li> -<li><p>Windows getopt operations (windows)</p></li> -</ul> -</dd> -</dl> -</section> -</section> - - - <div class="clearer"></div> - </div> - </div> - </div> - </div> - <div class="sidebar"> - - <h2>On this page</h2> - <ul> -<li><a class="reference internal" href="#">Organization of the source directory</a><ul> -<li><a class="reference internal" href="#lib">lib</a></li> -<li><a class="reference internal" href="#util">util</a></li> -</ul> -</li> -</ul> - - <br/> - <h2>Table of contents</h2> - <ul class="current"> -<li class="toctree-l1"><a class="reference internal" href="../user/index.html">For users</a></li> -<li class="toctree-l1"><a class="reference internal" href="../admin/index.html">For administrators</a></li> -<li class="toctree-l1"><a class="reference internal" href="../appdev/index.html">For application developers</a></li> -<li class="toctree-l1"><a class="reference internal" href="../plugindev/index.html">For plugin module developers</a></li> -<li class="toctree-l1 current"><a class="reference internal" href="index.html">Building Kerberos V5</a><ul class="current"> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Organization of the source directory</a></li> -<li class="toctree-l2"><a class="reference internal" href="doing_build.html">Doing the build</a></li> -<li class="toctree-l2"><a class="reference internal" href="options2configure.html">Options to <em>configure</em></a></li> -<li class="toctree-l2"><a class="reference internal" href="osconf.html">osconf.hin</a></li> -</ul> -</li> -<li class="toctree-l1"><a class="reference internal" href="../basic/index.html">Kerberos V5 concepts</a></li> -<li class="toctree-l1"><a class="reference internal" href="../formats/index.html">Protocols and file formats</a></li> -<li class="toctree-l1"><a class="reference internal" href="../mitK5features.html">MIT Kerberos features</a></li> -<li class="toctree-l1"><a class="reference internal" href="../build_this.html">How to build this documentation from the source</a></li> -<li class="toctree-l1"><a class="reference internal" href="../about.html">Contributing to the MIT Kerberos Documentation</a></li> -<li class="toctree-l1"><a class="reference internal" href="../resources.html">Resources</a></li> -</ul> - - <br/> - <h4><a href="../index.html">Full Table of Contents</a></h4> - <h4>Search</h4> - <form class="search" action="../search.html" method="get"> - <input type="text" name="q" size="18" /> - <input type="submit" value="Go" /> - <input type="hidden" name="check_keywords" value="yes" /> - <input type="hidden" name="area" value="default" /> - </form> - - </div> - <div class="clearer"></div> - </div> - </div> - - <div class="footer-wrapper"> - <div class="footer" > - <div class="right" ><i>Release: 1.22-final</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. - </div> - <div class="left"> - - <a href="../index.html" title="Full Table of Contents" - >Contents</a> | - <a href="index.html" title="Building Kerberos V5" - >previous</a> | - <a href="doing_build.html" title="Doing the build" - >next</a> | - <a href="../genindex.html" title="General Index" - >index</a> | - <a href="../search.html" title="Enter search criteria" - >Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Organization of the source directory">feedback</a> - </div> - </div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/crypto/krb5/doc/html/build/doing_build.html b/crypto/krb5/doc/html/build/doing_build.html deleted file mode 100644 index 212a5317386f..000000000000 --- a/crypto/krb5/doc/html/build/doing_build.html +++ /dev/null @@ -1,268 +0,0 @@ -<!DOCTYPE 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="viewport" content="width=device-width, initial-scale=1" /> - - <title>Doing the build — MIT Kerberos Documentation</title> - <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" /> - <link rel="copyright" title="Copyright" href="../copyright.html" /> - <link rel="next" title="Options to configure" href="options2configure.html" /> - <link rel="prev" title="Organization of the source directory" href="directory_org.html" /> - </head><body> - <div class="header-wrapper"> - <div class="header"> - - - <h1><a href="../index.html">MIT Kerberos Documentation</a></h1> - - <div class="rel"> - - <a href="../index.html" title="Full Table of Contents" - accesskey="C">Contents</a> | - <a href="directory_org.html" title="Organization of the source directory" - accesskey="P">previous</a> | - <a href="options2configure.html" title="Options to configure" - accesskey="N">next</a> | - <a href="../genindex.html" title="General Index" - accesskey="I">index</a> | - <a href="../search.html" title="Enter search criteria" - accesskey="S">Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Doing the build">feedback</a> - </div> - </div> - </div> - - <div class="content-wrapper"> - <div class="content"> - <div class="document"> - - <div class="documentwrapper"> - <div class="bodywrapper"> - <div class="body" role="main"> - - <section id="doing-the-build"> -<h1>Doing the build<a class="headerlink" href="#doing-the-build" title="Link to this heading">¶</a></h1> -<section id="building-within-a-single-tree"> -<span id="do-build"></span><h2>Building within a single tree<a class="headerlink" href="#building-within-a-single-tree" title="Link to this heading">¶</a></h2> -<p>If you only need to build Kerberos for one platform, using a single -directory tree which contains both the source files and the object -files is the simplest. However, if you need to maintain Kerberos for -a large number of platforms, you will probably want to use separate -build trees for each platform. We recommend that you look at OS -Incompatibilities, for notes that we have on particular operating -systems.</p> -<p>If you don’t want separate build trees for each architecture, then use -the following abbreviated procedure:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="o">/</span><span class="n">u1</span><span class="o">/</span><span class="n">krb5</span><span class="o">-</span><span class="n">VERSION</span><span class="o">/</span><span class="n">src</span> -<span class="o">./</span><span class="n">configure</span> -<span class="n">make</span> -</pre></div> -</div> -<p>That’s it!</p> -</section> -<section id="building-with-separate-build-directories"> -<h2>Building with separate build directories<a class="headerlink" href="#building-with-separate-build-directories" title="Link to this heading">¶</a></h2> -<p>If you wish to keep separate build directories for each platform, you -can do so using the following procedure. (Note, this requires that -your make program support VPATH. GNU’s make will provide this -functionality, for example.) If your make program does not support -this, see the next section.</p> -<p>For example, if you wish to store the binaries in <code class="docutils literal notranslate"><span class="pre">tmpbuild</span></code> build -directory you might use the following procedure:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="o">/</span><span class="n">u1</span><span class="o">/</span><span class="n">tmpbuild</span> -<span class="n">cd</span> <span class="o">/</span><span class="n">u1</span><span class="o">/</span><span class="n">tmpbuild</span> -<span class="o">/</span><span class="n">u1</span><span class="o">/</span><span class="n">krb5</span><span class="o">-</span><span class="n">VERSION</span><span class="o">/</span><span class="n">src</span><span class="o">/</span><span class="n">configure</span> -<span class="n">make</span> -</pre></div> -</div> -</section> -<section id="building-using-lndir"> -<h2>Building using lndir<a class="headerlink" href="#building-using-lndir" title="Link to this heading">¶</a></h2> -<p>If you wish to keep separate build directories for each platform, and -you do not have access to a make program which supports VPATH, all is -not lost. You can use the lndir program to create symbolic link trees -in your build directory.</p> -<p>For example, if you wish to create a build directory for solaris -binaries you might use the following procedure:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>mkdir /u1/krb5-VERSION/solaris -cd /u1/krb5-VERSION/solaris -/u1/krb5-VERSION/src/util/lndir `pwd`/../src -./configure -make -</pre></div> -</div> -<p>You must give an absolute pathname to lndir because it has a bug that -makes it fail for relative pathnames. Note that this version differs -from the latest version as distributed and installed by the -XConsortium with X11R6. Either version should be acceptable.</p> -</section> -<section id="installing-the-binaries"> -<h2>Installing the binaries<a class="headerlink" href="#installing-the-binaries" title="Link to this heading">¶</a></h2> -<p>Once you have built Kerberos, you should install the binaries. You can -do this by running:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="n">install</span> -</pre></div> -</div> -<p>If you want to install the binaries into a destination directory that -is not their final destination, which may be convenient if you want to -build a binary distribution to be deployed on multiple hosts, you may -use:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="n">install</span> <span class="n">DESTDIR</span><span class="o">=/</span><span class="n">path</span><span class="o">/</span><span class="n">to</span><span class="o">/</span><span class="n">destdir</span> -</pre></div> -</div> -<p>This will install the binaries under <em>DESTDIR/PREFIX</em>, e.g., the user -programs will install into <em>DESTDIR/PREFIX/bin</em>, the libraries into -<em>DESTDIR/PREFIX/lib</em>, etc. <em>DESTDIR</em> must be an absolute path.</p> -<p>Some implementations of make allow multiple commands to be run in -parallel, for faster builds. We test our Makefiles in parallel builds -with GNU make only; they may not be compatible with other parallel -build implementations.</p> -</section> -<section id="testing-the-build"> -<h2>Testing the build<a class="headerlink" href="#testing-the-build" title="Link to this heading">¶</a></h2> -<p>The Kerberos V5 distribution comes with built-in regression tests. To -run them, simply type the following command while in the top-level -build directory (i.e., the directory where you sent typed make to -start building Kerberos; see <a class="reference internal" href="#do-build"><span class="std std-ref">Building within a single tree</span></a>):</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="n">check</span> -</pre></div> -</div> -<p>On some operating systems, you have to run <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">install</span></code> before -running <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">check</span></code>, or the test suite will pick up installed -versions of Kerberos libraries rather than the newly built ones. You -can install into a prefix that isn’t in the system library search -path, though. Alternatively, you can configure with -<strong>-</strong><strong>-disable-rpath</strong>, which renders the build tree less suitable -for installation, but allows testing without interference from -previously installed libraries.</p> -<p>There are additional regression tests available, which are not run -by <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">check</span></code>. These tests require manual setup and teardown of -support infrastructure which is not easily automated, or require -excessive resources for ordinary use. The procedure for running -the manual tests is documented at -<a class="reference external" href="https://k5wiki.kerberos.org/wiki/Manual_Testing">https://k5wiki.kerberos.org/wiki/Manual_Testing</a>.</p> -</section> -<section id="cleaning-up-the-build"> -<h2>Cleaning up the build<a class="headerlink" href="#cleaning-up-the-build" title="Link to this heading">¶</a></h2> -<ul class="simple"> -<li><p>Use <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">clean</span></code> to remove all files generated by running make -command.</p></li> -<li><p>Use <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">distclean</span></code> to remove all files generated by running -./configure script. After running <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">distclean</span></code> your source -tree (ideally) should look like the raw (just un-tarred) source -tree.</p></li> -</ul> -</section> -<section id="using-autoconf"> -<h2>Using autoconf<a class="headerlink" href="#using-autoconf" title="Link to this heading">¶</a></h2> -<p>(If you are not a developer, you can ignore this section.)</p> -<p>In the Kerberos V5 source directory, there is a configure script which -automatically determines the compilation environment and creates the -proper Makefiles for a particular platform. This configure script is -generated using autoconf, which you should already have installed if -you will be making changes to <code class="docutils literal notranslate"><span class="pre">src/configure.in</span></code>.</p> -<p>Normal users will not need to worry about running autoconf; the -distribution comes with the configure script already prebuilt.</p> -<p>The autoconf package comes with a script called <code class="docutils literal notranslate"><span class="pre">autoreconf</span></code> that -will automatically run <code class="docutils literal notranslate"><span class="pre">autoconf</span></code> and <code class="docutils literal notranslate"><span class="pre">autoheader</span></code> as needed. You -should run <code class="docutils literal notranslate"><span class="pre">autoreconf</span></code> from the top source directory, e.g.:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="o">/</span><span class="n">u1</span><span class="o">/</span><span class="n">krb5</span><span class="o">-</span><span class="n">VERSION</span><span class="o">/</span><span class="n">src</span> -<span class="n">autoreconf</span> <span class="o">--</span><span class="n">verbose</span> -</pre></div> -</div> -</section> -</section> - - - <div class="clearer"></div> - </div> - </div> - </div> - </div> - <div class="sidebar"> - - <h2>On this page</h2> - <ul> -<li><a class="reference internal" href="#">Doing the build</a><ul> -<li><a class="reference internal" href="#building-within-a-single-tree">Building within a single tree</a></li> -<li><a class="reference internal" href="#building-with-separate-build-directories">Building with separate build directories</a></li> -<li><a class="reference internal" href="#building-using-lndir">Building using lndir</a></li> -<li><a class="reference internal" href="#installing-the-binaries">Installing the binaries</a></li> -<li><a class="reference internal" href="#testing-the-build">Testing the build</a></li> -<li><a class="reference internal" href="#cleaning-up-the-build">Cleaning up the build</a></li> -<li><a class="reference internal" href="#using-autoconf">Using autoconf</a></li> -</ul> -</li> -</ul> - - <br/> - <h2>Table of contents</h2> - <ul class="current"> -<li class="toctree-l1"><a class="reference internal" href="../user/index.html">For users</a></li> -<li class="toctree-l1"><a class="reference internal" href="../admin/index.html">For administrators</a></li> -<li class="toctree-l1"><a class="reference internal" href="../appdev/index.html">For application developers</a></li> -<li class="toctree-l1"><a class="reference internal" href="../plugindev/index.html">For plugin module developers</a></li> -<li class="toctree-l1 current"><a class="reference internal" href="index.html">Building Kerberos V5</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="directory_org.html">Organization of the source directory</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Doing the build</a></li> -<li class="toctree-l2"><a class="reference internal" href="options2configure.html">Options to <em>configure</em></a></li> -<li class="toctree-l2"><a class="reference internal" href="osconf.html">osconf.hin</a></li> -</ul> -</li> -<li class="toctree-l1"><a class="reference internal" href="../basic/index.html">Kerberos V5 concepts</a></li> -<li class="toctree-l1"><a class="reference internal" href="../formats/index.html">Protocols and file formats</a></li> -<li class="toctree-l1"><a class="reference internal" href="../mitK5features.html">MIT Kerberos features</a></li> -<li class="toctree-l1"><a class="reference internal" href="../build_this.html">How to build this documentation from the source</a></li> -<li class="toctree-l1"><a class="reference internal" href="../about.html">Contributing to the MIT Kerberos Documentation</a></li> -<li class="toctree-l1"><a class="reference internal" href="../resources.html">Resources</a></li> -</ul> - - <br/> - <h4><a href="../index.html">Full Table of Contents</a></h4> - <h4>Search</h4> - <form class="search" action="../search.html" method="get"> - <input type="text" name="q" size="18" /> - <input type="submit" value="Go" /> - <input type="hidden" name="check_keywords" value="yes" /> - <input type="hidden" name="area" value="default" /> - </form> - - </div> - <div class="clearer"></div> - </div> - </div> - - <div class="footer-wrapper"> - <div class="footer" > - <div class="right" ><i>Release: 1.22-final</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. - </div> - <div class="left"> - - <a href="../index.html" title="Full Table of Contents" - >Contents</a> | - <a href="directory_org.html" title="Organization of the source directory" - >previous</a> | - <a href="options2configure.html" title="Options to configure" - >next</a> | - <a href="../genindex.html" title="General Index" - >index</a> | - <a href="../search.html" title="Enter search criteria" - >Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Doing the build">feedback</a> - </div> - </div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/crypto/krb5/doc/html/build/index.html b/crypto/krb5/doc/html/build/index.html deleted file mode 100644 index 6f3612bc0680..000000000000 --- a/crypto/krb5/doc/html/build/index.html +++ /dev/null @@ -1,188 +0,0 @@ -<!DOCTYPE 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="viewport" content="width=device-width, initial-scale=1" /> - - <title>Building Kerberos V5 — MIT Kerberos Documentation</title> - <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" /> - <link rel="copyright" title="Copyright" href="../copyright.html" /> - <link rel="next" title="Organization of the source directory" href="directory_org.html" /> - <link rel="prev" title="KDC policy interface (kdcpolicy)" href="../plugindev/kdcpolicy.html" /> - </head><body> - <div class="header-wrapper"> - <div class="header"> - - - <h1><a href="../index.html">MIT Kerberos Documentation</a></h1> - - <div class="rel"> - - <a href="../index.html" title="Full Table of Contents" - accesskey="C">Contents</a> | - <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> | - <a href="../genindex.html" title="General Index" - accesskey="I">index</a> | - <a href="../search.html" title="Enter search criteria" - accesskey="S">Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Building Kerberos V5">feedback</a> - </div> - </div> - </div> - - <div class="content-wrapper"> - <div class="content"> - <div class="document"> - - <div class="documentwrapper"> - <div class="bodywrapper"> - <div class="body" role="main"> - - <section id="building-kerberos-v5"> -<span id="build-v5"></span><h1>Building Kerberos V5<a class="headerlink" href="#building-kerberos-v5" title="Link to this heading">¶</a></h1> -<p>This section details how to build and install MIT Kerberos software -from the source.</p> -<section id="prerequisites"> -<h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Link to this heading">¶</a></h2> -<p>In order to build Kerberos V5, you will need approximately 60-70 -megabytes of disk space. The exact amount will vary depending on the -platform and whether the distribution is compiled with debugging -symbol tables or not.</p> -<p>Your C compiler must conform to ANSI C (ISO/IEC 9899:1990, “c89”). -Some operating systems do not have an ANSI C compiler, or their -default compiler requires extra command-line options to enable ANSI C -conformance.</p> -<p>If you wish to keep a separate build tree, which contains the compiled -*.o file and executables, separate from your source tree, you will -need a make program which supports <strong>VPATH</strong>, or you will need to use -a tool such as lndir to produce a symbolic link tree for your build -tree.</p> -</section> -<section id="obtaining-the-software"> -<h2>Obtaining the software<a class="headerlink" href="#obtaining-the-software" title="Link to this heading">¶</a></h2> -<p>The source code can be obtained from MIT Kerberos Distribution page, -at <a class="reference external" href="https://kerberos.org/dist/index.html">https://kerberos.org/dist/index.html</a>. -The MIT Kerberos distribution comes in an archive file, generally -named krb5-VERSION-signed.tar, where <em>VERSION</em> is a placeholder for -the major and minor versions of MIT Kerberos. (For example, MIT -Kerberos 1.9 has major version “1” and minor version “9”.)</p> -<p>The krb5-VERSION-signed.tar contains a compressed tar file consisting -of the sources for all of Kerberos (generally named -krb5-VERSION.tar.gz) and a PGP signature file for this source tree -(generally named krb5-VERSION.tar.gz.asc). MIT highly recommends that -you verify the integrity of the source code using this signature, -e.g., by running:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tar</span> <span class="n">xf</span> <span class="n">krb5</span><span class="o">-</span><span class="n">VERSION</span><span class="o">-</span><span class="n">signed</span><span class="o">.</span><span class="n">tar</span> -<span class="n">gpg</span> <span class="o">--</span><span class="n">verify</span> <span class="n">krb5</span><span class="o">-</span><span class="n">VERSION</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span><span class="o">.</span><span class="n">asc</span> -</pre></div> -</div> -<p>Unpack krb5-VERSION.tar.gz in some directory. In this section we will assume -that you have chosen the top directory of the distribution the directory -<code class="docutils literal notranslate"><span class="pre">/u1/krb5-VERSION</span></code>.</p> -<p>Review the README file for the license, copyright and other sprecific to the -distribution information.</p> -</section> -<section id="contents"> -<h2>Contents<a class="headerlink" href="#contents" title="Link to this heading">¶</a></h2> -<div class="toctree-wrapper compound"> -<ul> -<li class="toctree-l1"><a class="reference internal" href="directory_org.html">Organization of the source directory</a></li> -<li class="toctree-l1"><a class="reference internal" href="doing_build.html">Doing the build</a></li> -<li class="toctree-l1"><a class="reference internal" href="options2configure.html">Options to <em>configure</em></a></li> -<li class="toctree-l1"><a class="reference internal" href="osconf.html">osconf.hin</a></li> -</ul> -</div> -</section> -</section> - - - <div class="clearer"></div> - </div> - </div> - </div> - </div> - <div class="sidebar"> - - <h2>On this page</h2> - <ul> -<li><a class="reference internal" href="#">Building Kerberos V5</a><ul> -<li><a class="reference internal" href="#prerequisites">Prerequisites</a></li> -<li><a class="reference internal" href="#obtaining-the-software">Obtaining the software</a></li> -<li><a class="reference internal" href="#contents">Contents</a></li> -</ul> -</li> -</ul> - - <br/> - <h2>Table of contents</h2> - <ul class="current"> -<li class="toctree-l1"><a class="reference internal" href="../user/index.html">For users</a></li> -<li class="toctree-l1"><a class="reference internal" href="../admin/index.html">For administrators</a></li> -<li class="toctree-l1"><a class="reference internal" href="../appdev/index.html">For application developers</a></li> -<li class="toctree-l1"><a class="reference internal" href="../plugindev/index.html">For plugin module developers</a></li> -<li class="toctree-l1 current"><a class="current reference internal" href="#">Building Kerberos V5</a><ul> -<li class="toctree-l2"><a class="reference internal" href="directory_org.html">Organization of the source directory</a></li> -<li class="toctree-l2"><a class="reference internal" href="doing_build.html">Doing the build</a></li> -<li class="toctree-l2"><a class="reference internal" href="options2configure.html">Options to <em>configure</em></a></li> -<li class="toctree-l2"><a class="reference internal" href="osconf.html">osconf.hin</a></li> -</ul> -</li> -<li class="toctree-l1"><a class="reference internal" href="../basic/index.html">Kerberos V5 concepts</a></li> -<li class="toctree-l1"><a class="reference internal" href="../formats/index.html">Protocols and file formats</a></li> -<li class="toctree-l1"><a class="reference internal" href="../mitK5features.html">MIT Kerberos features</a></li> -<li class="toctree-l1"><a class="reference internal" href="../build_this.html">How to build this documentation from the source</a></li> -<li class="toctree-l1"><a class="reference internal" href="../about.html">Contributing to the MIT Kerberos Documentation</a></li> -<li class="toctree-l1"><a class="reference internal" href="../resources.html">Resources</a></li> -</ul> - - <br/> - <h4><a href="../index.html">Full Table of Contents</a></h4> - <h4>Search</h4> - <form class="search" action="../search.html" method="get"> - <input type="text" name="q" size="18" /> - <input type="submit" value="Go" /> - <input type="hidden" name="check_keywords" value="yes" /> - <input type="hidden" name="area" value="default" /> - </form> - - </div> - <div class="clearer"></div> - </div> - </div> - - <div class="footer-wrapper"> - <div class="footer" > - <div class="right" ><i>Release: 1.22-final</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. - </div> - <div class="left"> - - <a href="../index.html" title="Full Table of Contents" - >Contents</a> | - <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> | - <a href="../genindex.html" title="General Index" - >index</a> | - <a href="../search.html" title="Enter search criteria" - >Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Building Kerberos V5">feedback</a> - </div> - </div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/crypto/krb5/doc/html/build/options2configure.html b/crypto/krb5/doc/html/build/options2configure.html deleted file mode 100644 index 7c254989b131..000000000000 --- a/crypto/krb5/doc/html/build/options2configure.html +++ /dev/null @@ -1,465 +0,0 @@ -<!DOCTYPE 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="viewport" content="width=device-width, initial-scale=1" /> - - <title>Options to configure — MIT Kerberos Documentation</title> - <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" /> - <link rel="copyright" title="Copyright" href="../copyright.html" /> - <link rel="next" title="osconf.hin" href="osconf.html" /> - <link rel="prev" title="Doing the build" href="doing_build.html" /> - </head><body> - <div class="header-wrapper"> - <div class="header"> - - - <h1><a href="../index.html">MIT Kerberos Documentation</a></h1> - - <div class="rel"> - - <a href="../index.html" title="Full Table of Contents" - accesskey="C">Contents</a> | - <a href="doing_build.html" title="Doing the build" - accesskey="P">previous</a> | - <a href="osconf.html" title="osconf.hin" - accesskey="N">next</a> | - <a href="../genindex.html" title="General Index" - accesskey="I">index</a> | - <a href="../search.html" title="Enter search criteria" - accesskey="S">Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Options to <em>configure</em>">feedback</a> - </div> - </div> - </div> - - <div class="content-wrapper"> - <div class="content"> - <div class="document"> - - <div class="documentwrapper"> - <div class="bodywrapper"> - <div class="body" role="main"> - - <section id="options-to-configure"> -<span id="options2configure"></span><h1>Options to <em>configure</em><a class="headerlink" href="#options-to-configure" title="Link to this heading">¶</a></h1> -<p>There are a number of options to configure which you can use to -control how the Kerberos distribution is built.</p> -<section id="most-commonly-used-options"> -<h2>Most commonly used options<a class="headerlink" href="#most-commonly-used-options" title="Link to this heading">¶</a></h2> -<dl> -<dt><strong>-</strong><strong>-help</strong></dt><dd><p>Provides help to configure. This will list the set of commonly -used options for building Kerberos.</p> -</dd> -<dt><strong>-</strong><strong>-prefix=</strong><em>PREFIX</em></dt><dd><p>By default, Kerberos will install the package’s files rooted at -<code class="docutils literal notranslate"><span class="pre">/usr/local</span></code>. If you desire to place the binaries into the -directory <em>PREFIX</em>, use this option.</p> -</dd> -<dt><strong>-</strong><strong>-exec-prefix=</strong><em>EXECPREFIX</em></dt><dd><p>This option allows one to separate the architecture independent -programs from the host-dependent files (configuration files, -manual pages). Use this option to install architecture-dependent -programs in <em>EXECPREFIX</em>. The default location is the value of -specified by <strong>-</strong><strong>-prefix</strong> option.</p> -</dd> -<dt><strong>-</strong><strong>-localstatedir=</strong><em>LOCALSTATEDIR</em></dt><dd><p>This option sets the directory for locally modifiable -single-machine data. In Kerberos, this mostly is useful for -setting a location for the KDC data files, as they will be -installed in <code class="docutils literal notranslate"><span class="pre">LOCALSTATEDIR/krb5kdc</span></code>, which is by default -<code class="docutils literal notranslate"><span class="pre">PREFIX/var/krb5kdc</span></code>.</p> -</dd> -<dt><strong>-</strong><strong>-with-netlib</strong>[=<em>libs</em>]</dt><dd><p>Allows for suppression of or replacement of network libraries. By -default, Kerberos V5 configuration will look for <code class="docutils literal notranslate"><span class="pre">-lnsl</span></code> and -<code class="docutils literal notranslate"><span class="pre">-lsocket</span></code>. If your operating system has a broken resolver -library or fails to pass the tests in <code class="docutils literal notranslate"><span class="pre">src/tests/resolv</span></code>, you -will need to use this option.</p> -</dd> -<dt><strong>-</strong><strong>-enable-dns-for-realm</strong></dt><dd><p>Enable the use of DNS to look up a host’s Kerberos realm, -if the information is not provided in -<a class="reference internal" href="../admin/conf_files/krb5_conf.html#krb5-conf-5"><span class="std std-ref">krb5.conf</span></a>. See <a class="reference internal" href="../admin/realm_config.html#mapping-hostnames"><span class="std std-ref">Mapping hostnames onto Kerberos realms</span></a> -for information about using DNS to determine the default realm. -DNS lookups for realm names are disabled by default.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-et</strong></dt><dd><p>Use an installed version of the error-table (et) support software, -the compile_et program, the com_err.h header file and the com_err -library. If these are not in the default locations, you may wish -to specify <code class="docutils literal notranslate"><span class="pre">CPPFLAGS=-I/some/dir</span></code> and -<code class="docutils literal notranslate"><span class="pre">LDFLAGS=-L/some/other/dir</span></code> options at configuration time as -well.</p> -<p>If this option is not given, a version supplied with the Kerberos -sources will be built and installed along with the rest of the -Kerberos tree, for Kerberos applications to link against.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-ss</strong></dt><dd><p>Use an installed version of the subsystem command-line interface -software, the mk_cmds program, the <code class="docutils literal notranslate"><span class="pre">ss/ss.h</span></code> header file and the -ss library. If these are not in the default locations, you may -wish to specify <code class="docutils literal notranslate"><span class="pre">CPPFLAGS=-I/some/dir</span></code> and -<code class="docutils literal notranslate"><span class="pre">LDFLAGS=-L/some/other/dir</span></code> options at configuration time as -well. See also the <strong>SS_LIB</strong> option.</p> -<p>If this option is not given, the ss library supplied with the -Kerberos sources will be compiled and linked into those programs -that need it; it will not be installed separately.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-db</strong></dt><dd><p>Use an installed version of the Berkeley DB package, which must -provide an API compatible with version 1.85. This option is -unsupported and untested. In particular, we do not know if the -database-rename code used in the dumpfile load operation will -behave properly.</p> -<p>If this option is not given, a version supplied with the Kerberos -sources will be built and installed. (We are not updating this -version at this time because of licensing issues with newer -versions that we haven’t investigated sufficiently yet.)</p> -</dd> -</dl> -</section> -<section id="environment-variables"> -<h2>Environment variables<a class="headerlink" href="#environment-variables" title="Link to this heading">¶</a></h2> -<dl> -<dt><strong>CC=</strong><em>COMPILER</em></dt><dd><p>Use <em>COMPILER</em> as the C compiler.</p> -</dd> -<dt><strong>CFLAGS=</strong><em>FLAGS</em></dt><dd><p>Use <em>FLAGS</em> as the default set of C compiler flags.</p> -</dd> -<dt><strong>CPP=</strong><em>CPP</em></dt><dd><p>C preprocessor to use. (e.g., <code class="docutils literal notranslate"><span class="pre">CPP='gcc</span> <span class="pre">-E'</span></code>)</p> -</dd> -<dt><strong>CPPFLAGS=</strong><em>CPPOPTS</em></dt><dd><p>Use <em>CPPOPTS</em> as the default set of C preprocessor flags. The -most common use of this option is to select certain #define’s for -use with the operating system’s include files.</p> -</dd> -<dt><strong>DB_HEADER=</strong><em>headername</em></dt><dd><p>If db.h is not the correct header file to include to compile -against the Berkeley DB 1.85 API, specify the correct header file -name with this option. For example, <code class="docutils literal notranslate"><span class="pre">DB_HEADER=db3/db_185.h</span></code>.</p> -</dd> -<dt><strong>DB_LIB=</strong><em>libs</em>…</dt><dd><p>If <code class="docutils literal notranslate"><span class="pre">-ldb</span></code> is not the correct library specification for the -Berkeley DB library version to be used, override it with this -option. For example, <code class="docutils literal notranslate"><span class="pre">DB_LIB=-ldb-3.3</span></code>.</p> -</dd> -<dt><strong>DEFCCNAME=</strong><em>ccachename</em></dt><dd><p>Override the built-in default credential cache name. -For example, <code class="docutils literal notranslate"><span class="pre">DEFCCNAME=DIR:/var/run/user/%{USERID}/ccache</span></code> -See <a class="reference internal" href="../admin/conf_files/krb5_conf.html#parameter-expansion"><span class="std std-ref">Parameter expansion</span></a> for information about supported -parameter expansions.</p> -</dd> -<dt><strong>DEFCKTNAME=</strong><em>keytabname</em></dt><dd><p>Override the built-in default client keytab name. -The format is the same as for <em>DEFCCNAME</em>.</p> -</dd> -<dt><strong>DEFKTNAME=</strong><em>keytabname</em></dt><dd><p>Override the built-in default keytab name. -The format is the same as for <em>DEFCCNAME</em>.</p> -</dd> -<dt><strong>LD=</strong><em>LINKER</em></dt><dd><p>Use <em>LINKER</em> as the default loader if it should be different from -C compiler as specified above.</p> -</dd> -<dt><strong>LDFLAGS=</strong><em>LDOPTS</em></dt><dd><p>This option informs the linker where to get additional libraries -(e.g., <code class="docutils literal notranslate"><span class="pre">-L<lib</span> <span class="pre">dir></span></code>).</p> -</dd> -<dt><strong>LIBS=</strong><em>LDNAME</em></dt><dd><p>This option allows one to specify libraries to be passed to the -linker (e.g., <code class="docutils literal notranslate"><span class="pre">-l<library></span></code>)</p> -</dd> -<dt><strong>PKCS11_MODNAME=</strong><em>library</em></dt><dd><p>Override the built-in default PKCS11 library name.</p> -</dd> -<dt><strong>SS_LIB=</strong><em>libs</em>…</dt><dd><p>If <code class="docutils literal notranslate"><span class="pre">-lss</span></code> is not the correct way to link in your installed ss -library, for example if additional support libraries are needed, -specify the correct link options here. Some variants of this -library are around which allow for Emacs-like line editing, but -different versions require different support libraries to be -explicitly specified.</p> -<p>This option is ignored if <strong>-</strong><strong>-with-system-ss</strong> is not specified.</p> -</dd> -<dt><strong>YACC</strong></dt><dd><p>The ‘Yet Another C Compiler’ implementation to use. Defaults to -the first program found out of: ‘<cite>bison -y</cite>’, ‘<cite>byacc</cite>’, -‘<cite>yacc</cite>’.</p> -</dd> -<dt><strong>YFLAGS</strong></dt><dd><p>The list of arguments that will be passed by default to $YACC. -This script will default YFLAGS to the empty string to avoid a -default value of <code class="docutils literal notranslate"><span class="pre">-d</span></code> given by some make applications.</p> -</dd> -</dl> -</section> -<section id="fine-tuning-of-the-installation-directories"> -<h2>Fine tuning of the installation directories<a class="headerlink" href="#fine-tuning-of-the-installation-directories" title="Link to this heading">¶</a></h2> -<dl class="simple"> -<dt><strong>-</strong><strong>-bindir=</strong><em>DIR</em></dt><dd><p>User executables. Defaults to <code class="docutils literal notranslate"><span class="pre">EXECPREFIX/bin</span></code>, where -<em>EXECPREFIX</em> is the path specified by <strong>-</strong><strong>-exec-prefix</strong> -configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-sbindir=</strong><em>DIR</em></dt><dd><p>System admin executables. Defaults to <code class="docutils literal notranslate"><span class="pre">EXECPREFIX/sbin</span></code>, where -<em>EXECPREFIX</em> is the path specified by <strong>-</strong><strong>-exec-prefix</strong> -configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-sysconfdir=</strong><em>DIR</em></dt><dd><p>Read-only single-machine data such as krb5.conf. -Defaults to <code class="docutils literal notranslate"><span class="pre">PREFIX/etc</span></code>, where -<em>PREFIX</em> is the path specified by <strong>-</strong><strong>-prefix</strong> configuration -option.</p> -</dd> -<dt><strong>-</strong><strong>-libdir=</strong><em>DIR</em></dt><dd><p>Object code libraries. Defaults to <code class="docutils literal notranslate"><span class="pre">EXECPREFIX/lib</span></code>, where -<em>EXECPREFIX</em> is the path specified by <strong>-</strong><strong>-exec-prefix</strong> -configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-includedir=</strong><em>DIR</em></dt><dd><p>C header files. Defaults to <code class="docutils literal notranslate"><span class="pre">PREFIX/include</span></code>, where <em>PREFIX</em> is -the path specified by <strong>-</strong><strong>-prefix</strong> configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-datarootdir=</strong><em>DATAROOTDIR</em></dt><dd><p>Read-only architecture-independent data root. Defaults to -<code class="docutils literal notranslate"><span class="pre">PREFIX/share</span></code>, where <em>PREFIX</em> is the path specified by -<strong>-</strong><strong>-prefix</strong> configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-datadir=</strong><em>DIR</em></dt><dd><p>Read-only architecture-independent data. Defaults to path -specified by <strong>-</strong><strong>-datarootdir</strong> configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-localedir=</strong><em>DIR</em></dt><dd><p>Locale-dependent data. Defaults to <code class="docutils literal notranslate"><span class="pre">DATAROOTDIR/locale</span></code>, where -<em>DATAROOTDIR</em> is the path specified by <strong>-</strong><strong>-datarootdir</strong> -configuration option.</p> -</dd> -<dt><strong>-</strong><strong>-mandir=</strong><em>DIR</em></dt><dd><p>Man documentation. Defaults to <code class="docutils literal notranslate"><span class="pre">DATAROOTDIR/man</span></code>, where -<em>DATAROOTDIR</em> is the path specified by <strong>-</strong><strong>-datarootdir</strong> -configuration option.</p> -</dd> -</dl> -</section> -<section id="program-names"> -<h2>Program names<a class="headerlink" href="#program-names" title="Link to this heading">¶</a></h2> -<dl class="simple"> -<dt><strong>-</strong><strong>-program-prefix=</strong><em>PREFIX</em></dt><dd><p>Prepend <em>PREFIX</em> to the names of the programs when installing -them. For example, specifying <code class="docutils literal notranslate"><span class="pre">--program-prefix=mit-</span></code> at the -configure time will cause the program named <code class="docutils literal notranslate"><span class="pre">abc</span></code> to be -installed as <code class="docutils literal notranslate"><span class="pre">mit-abc</span></code>.</p> -</dd> -<dt><strong>-</strong><strong>-program-suffix=</strong><em>SUFFIX</em></dt><dd><p>Append <em>SUFFIX</em> to the names of the programs when installing them. -For example, specifying <code class="docutils literal notranslate"><span class="pre">--program-suffix=-mit</span></code> at the configure -time will cause the program named <code class="docutils literal notranslate"><span class="pre">abc</span></code> to be installed as -<code class="docutils literal notranslate"><span class="pre">abc-mit</span></code>.</p> -</dd> -<dt><strong>-</strong><strong>-program-transform-name=</strong><em>PROGRAM</em></dt><dd><p>Run <code class="docutils literal notranslate"><span class="pre">sed</span> <span class="pre">-e</span> <span class="pre">PROGRAM</span></code> on installed program names. (<em>PROGRAM</em> is a -sed script).</p> -</dd> -</dl> -</section> -<section id="system-types"> -<h2>System types<a class="headerlink" href="#system-types" title="Link to this heading">¶</a></h2> -<dl class="simple"> -<dt><strong>-</strong><strong>-build=</strong><em>BUILD</em></dt><dd><p>Configure for building on <em>BUILD</em> -(e.g., <code class="docutils literal notranslate"><span class="pre">--build=x86_64-linux-gnu</span></code>).</p> -</dd> -<dt><strong>-</strong><strong>-host=</strong><em>HOST</em></dt><dd><p>Cross-compile to build programs to run on <em>HOST</em> -(e.g., <code class="docutils literal notranslate"><span class="pre">--host=x86_64-linux-gnu</span></code>). By default, Kerberos V5 -configuration will look for “build” option.</p> -</dd> -</dl> -</section> -<section id="optional-features"> -<h2>Optional features<a class="headerlink" href="#optional-features" title="Link to this heading">¶</a></h2> -<dl class="simple"> -<dt><strong>-</strong><strong>-disable-option-checking</strong></dt><dd><p>Ignore unrecognized –enable/–with options.</p> -</dd> -<dt><strong>-</strong><strong>-disable-</strong><em>FEATURE</em></dt><dd><p>Do not include <em>FEATURE</em> (same as –enable-FEATURE=no).</p> -</dd> -<dt><strong>-</strong><strong>-enable-</strong><em>FEATURE</em>[=<em>ARG</em>]</dt><dd><p>Include <em>FEATURE</em> [ARG=yes].</p> -</dd> -<dt><strong>-</strong><strong>-enable-maintainer-mode</strong></dt><dd><p>Enable rebuilding of source files, Makefiles, etc.</p> -</dd> -<dt><strong>-</strong><strong>-disable-delayed-initialization</strong></dt><dd><p>Initialize library code when loaded. Defaults to delay until -first use.</p> -</dd> -<dt><strong>-</strong><strong>-disable-thread-support</strong></dt><dd><p>Don’t enable thread support. Defaults to enabled.</p> -</dd> -<dt><strong>-</strong><strong>-disable-rpath</strong></dt><dd><p>Suppress run path flags in link lines.</p> -</dd> -<dt><strong>-</strong><strong>-enable-athena</strong></dt><dd><p>Build with MIT Project Athena configuration.</p> -</dd> -<dt><strong>-</strong><strong>-disable-kdc-lookaside-cache</strong></dt><dd><p>Disable the cache which detects client retransmits.</p> -</dd> -<dt><strong>-</strong><strong>-disable-pkinit</strong></dt><dd><p>Disable PKINIT plugin support.</p> -</dd> -<dt><strong>-</strong><strong>-disable-aesni</strong></dt><dd><p>Disable support for using AES instructions on x86 platforms.</p> -</dd> -<dt><strong>-</strong><strong>-enable-asan</strong>[=<em>ARG</em>]</dt><dd><p>Enable building with asan memory error checking. If <em>ARG</em> is -given, it controls the -fsanitize compilation flag value (the -default is “address”).</p> -</dd> -<dt><strong>-</strong><strong>-enable-ossfuzz</strong></dt><dd><p>Enable building fuzzing targets with OSS-Fuzz build support.</p> -</dd> -</dl> -</section> -<section id="optional-packages"> -<h2>Optional packages<a class="headerlink" href="#optional-packages" title="Link to this heading">¶</a></h2> -<dl> -<dt><strong>-</strong><strong>-with-</strong><em>PACKAGE</em>[=ARG]</dt><dd><p>Use <em>PACKAGE</em> (e.g., <code class="docutils literal notranslate"><span class="pre">--with-imap</span></code>). The default value of <em>ARG</em> -is <code class="docutils literal notranslate"><span class="pre">yes</span></code>.</p> -</dd> -<dt><strong>-</strong><strong>-without-</strong><em>PACKAGE</em></dt><dd><p>Do not use <em>PACKAGE</em> (same as <code class="docutils literal notranslate"><span class="pre">--with-PACKAGE=no</span></code>) -(e.g., <code class="docutils literal notranslate"><span class="pre">--without-libedit</span></code>).</p> -</dd> -<dt><strong>-</strong><strong>-with-size-optimizations</strong></dt><dd><p>Enable a few optimizations to reduce code size possibly at some -run-time cost.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-et</strong></dt><dd><p>Use the com_err library and compile_et utility that are already -installed on the system, instead of building and installing -local versions.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-ss</strong></dt><dd><p>Use the ss library and mk_cmds utility that are already installed -on the system, instead of building and using private versions.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-db</strong></dt><dd><p>Use the berkeley db utility already installed on the system, -instead of using a private version. This option is not -recommended; enabling it may result in incompatibility with key -databases originating on other systems.</p> -</dd> -<dt><strong>-</strong><strong>-with-netlib=</strong><em>LIBS</em></dt><dd><p>Use the resolver library specified in <em>LIBS</em>. Use this variable -if the C library resolver is insufficient or broken.</p> -</dd> -<dt><strong>-</strong><strong>-with-hesiod=</strong><em>path</em></dt><dd><p>Compile with Hesiod support. The <em>path</em> points to the Hesiod -directory. By default Hesiod is unsupported.</p> -</dd> -<dt><strong>-</strong><strong>-with-ldap</strong></dt><dd><p>Compile OpenLDAP database backend module.</p> -</dd> -<dt><strong>-</strong><strong>-with-lmdb</strong></dt><dd><p>Compile LMDB database backend module.</p> -</dd> -<dt><strong>-</strong><strong>-with-vague-errors</strong></dt><dd><p>Do not send helpful errors to client. For example, if the KDC -should return only vague error codes to clients.</p> -</dd> -<dt><strong>-</strong><strong>-with-crypto-impl=</strong><em>IMPL</em></dt><dd><p>Use specified crypto implementation (e.g., <strong>-</strong><strong>-with-crypto-impl=</strong><em>openssl</em>). The default is the native MIT -Kerberos implementation <code class="docutils literal notranslate"><span class="pre">builtin</span></code>. The other currently -implemented crypto backend is <code class="docutils literal notranslate"><span class="pre">openssl</span></code>. (See -<a class="reference internal" href="../mitK5features.html#mitk5features"><span class="std std-ref">MIT Kerberos features</span></a>)</p> -</dd> -<dt><strong>-</strong><strong>-without-libedit</strong></dt><dd><p>Do not compile and link against libedit. Some utilities will no -longer offer command history or completion in interactive mode if -libedit is disabled.</p> -</dd> -<dt><strong>-</strong><strong>-with-readline</strong></dt><dd><p>Compile and link against GNU readline, as an alternative to libedit.</p> -</dd> -<dt><strong>-</strong><strong>-with-system-verto</strong></dt><dd><p>Use an installed version of libverto. If the libverto header and -library are not in default locations, you may wish to specify -<code class="docutils literal notranslate"><span class="pre">CPPFLAGS=-I/some/dir</span></code> and <code class="docutils literal notranslate"><span class="pre">LDFLAGS=-L/some/other/dir</span></code> options -at configuration time as well.</p> -<p>If this option is not given, the build system will try to detect -an installed version of libverto and use it if it is found. -Otherwise, a version supplied with the Kerberos sources will be -built and installed. The built-in version does not contain the -full set of back-end modules and is not a suitable general -replacement for the upstream version, but will work for the -purposes of Kerberos.</p> -<p>Specifying <strong>-</strong><strong>-without-system-verto</strong> will cause the built-in -version of libverto to be used unconditionally.</p> -</dd> -<dt><strong>-</strong><strong>-with-krb5-config=</strong><em>PATH</em></dt><dd><p>Use the krb5-config program at <em>PATH</em> to obtain the build-time -default credential cache, keytab, and client keytab names. The -default is to use <code class="docutils literal notranslate"><span class="pre">krb5-config</span></code> from the program path. Specify -<code class="docutils literal notranslate"><span class="pre">--without-krb5-config</span></code> to disable the use of krb5-config and -use the usual built-in defaults.</p> -</dd> -<dt><strong>-</strong><strong>-without-keyutils</strong></dt><dd><p>Build without libkeyutils support. This disables the KEYRING -credential cache type.</p> -</dd> -</dl> -</section> -<section id="examples"> -<h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">¶</a></h2> -<p>For example, in order to configure Kerberos on a Solaris machine using -the suncc compiler with the optimizer turned on, run the configure -script with the following options:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">%</span> <span class="o">./</span><span class="n">configure</span> <span class="n">CC</span><span class="o">=</span><span class="n">suncc</span> <span class="n">CFLAGS</span><span class="o">=-</span><span class="n">O</span> -</pre></div> -</div> -<p>For a slightly more complicated example, consider a system where -several packages to be used by Kerberos are installed in -<code class="docutils literal notranslate"><span class="pre">/usr/foobar</span></code>, including Berkeley DB 3.3, and an ss library that -needs to link against the curses library. The configuration of -Kerberos might be done thus:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">./</span><span class="n">configure</span> <span class="n">CPPFLAGS</span><span class="o">=-</span><span class="n">I</span><span class="o">/</span><span class="n">usr</span><span class="o">/</span><span class="n">foobar</span><span class="o">/</span><span class="n">include</span> <span class="n">LDFLAGS</span><span class="o">=-</span><span class="n">L</span><span class="o">/</span><span class="n">usr</span><span class="o">/</span><span class="n">foobar</span><span class="o">/</span><span class="n">lib</span> \ -<span class="o">--</span><span class="k">with</span><span class="o">-</span><span class="n">system</span><span class="o">-</span><span class="n">et</span> <span class="o">--</span><span class="k">with</span><span class="o">-</span><span class="n">system</span><span class="o">-</span><span class="n">ss</span> <span class="o">--</span><span class="k">with</span><span class="o">-</span><span class="n">system</span><span class="o">-</span><span class="n">db</span> \ -<span class="n">SS_LIB</span><span class="o">=</span><span class="s1">'-lss -lcurses'</span> <span class="n">DB_HEADER</span><span class="o">=</span><span class="n">db3</span><span class="o">/</span><span class="n">db_185</span><span class="o">.</span><span class="n">h</span> <span class="n">DB_LIB</span><span class="o">=-</span><span class="n">ldb</span><span class="o">-</span><span class="mf">3.3</span> -</pre></div> -</div> -</section> -</section> - - - <div class="clearer"></div> - </div> - </div> - </div> - </div> - <div class="sidebar"> - - <h2>On this page</h2> - <ul> -<li><a class="reference internal" href="#">Options to <em>configure</em></a><ul> -<li><a class="reference internal" href="#most-commonly-used-options">Most commonly used options</a></li> -<li><a class="reference internal" href="#environment-variables">Environment variables</a></li> -<li><a class="reference internal" href="#fine-tuning-of-the-installation-directories">Fine tuning of the installation directories</a></li> -<li><a class="reference internal" href="#program-names">Program names</a></li> -<li><a class="reference internal" href="#system-types">System types</a></li> -<li><a class="reference internal" href="#optional-features">Optional features</a></li> -<li><a class="reference internal" href="#optional-packages">Optional packages</a></li> -<li><a class="reference internal" href="#examples">Examples</a></li> -</ul> -</li> -</ul> - - <br/> - <h2>Table of contents</h2> - <ul class="current"> -<li class="toctree-l1"><a class="reference internal" href="../user/index.html">For users</a></li> -<li class="toctree-l1"><a class="reference internal" href="../admin/index.html">For administrators</a></li> -<li class="toctree-l1"><a class="reference internal" href="../appdev/index.html">For application developers</a></li> -<li class="toctree-l1"><a class="reference internal" href="../plugindev/index.html">For plugin module developers</a></li> -<li class="toctree-l1 current"><a class="reference internal" href="index.html">Building Kerberos V5</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="directory_org.html">Organization of the source directory</a></li> -<li class="toctree-l2"><a class="reference internal" href="doing_build.html">Doing the build</a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">Options to <em>configure</em></a></li> -<li class="toctree-l2"><a class="reference internal" href="osconf.html">osconf.hin</a></li> -</ul> -</li> -<li class="toctree-l1"><a class="reference internal" href="../basic/index.html">Kerberos V5 concepts</a></li> -<li class="toctree-l1"><a class="reference internal" href="../formats/index.html">Protocols and file formats</a></li> -<li class="toctree-l1"><a class="reference internal" href="../mitK5features.html">MIT Kerberos features</a></li> -<li class="toctree-l1"><a class="reference internal" href="../build_this.html">How to build this documentation from the source</a></li> -<li class="toctree-l1"><a class="reference internal" href="../about.html">Contributing to the MIT Kerberos Documentation</a></li> -<li class="toctree-l1"><a class="reference internal" href="../resources.html">Resources</a></li> -</ul> - - <br/> - <h4><a href="../index.html">Full Table of Contents</a></h4> - <h4>Search</h4> - <form class="search" action="../search.html" method="get"> - <input type="text" name="q" size="18" /> - <input type="submit" value="Go" /> - <input type="hidden" name="check_keywords" value="yes" /> - <input type="hidden" name="area" value="default" /> - </form> - - </div> - <div class="clearer"></div> - </div> - </div> - - <div class="footer-wrapper"> - <div class="footer" > - <div class="right" ><i>Release: 1.22-final</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. - </div> - <div class="left"> - - <a href="../index.html" title="Full Table of Contents" - >Contents</a> | - <a href="doing_build.html" title="Doing the build" - >previous</a> | - <a href="osconf.html" title="osconf.hin" - >next</a> | - <a href="../genindex.html" title="General Index" - >index</a> | - <a href="../search.html" title="Enter search criteria" - >Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__Options to <em>configure</em>">feedback</a> - </div> - </div> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/crypto/krb5/doc/html/build/osconf.html b/crypto/krb5/doc/html/build/osconf.html deleted file mode 100644 index 2d8118c023e1..000000000000 --- a/crypto/krb5/doc/html/build/osconf.html +++ /dev/null @@ -1,154 +0,0 @@ -<!DOCTYPE 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="viewport" content="width=device-width, initial-scale=1" /> - - <title>osconf.hin — MIT Kerberos Documentation</title> - <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" /> - <link rel="copyright" title="Copyright" href="../copyright.html" /> - <link rel="next" title="Kerberos V5 concepts" href="../basic/index.html" /> - <link rel="prev" title="Options to configure" href="options2configure.html" /> - </head><body> - <div class="header-wrapper"> - <div class="header"> - - - <h1><a href="../index.html">MIT Kerberos Documentation</a></h1> - - <div class="rel"> - - <a href="../index.html" title="Full Table of Contents" - accesskey="C">Contents</a> | - <a href="options2configure.html" title="Options to configure" - accesskey="P">previous</a> | - <a href="../basic/index.html" title="Kerberos V5 concepts" - accesskey="N">next</a> | - <a href="../genindex.html" title="General Index" - accesskey="I">index</a> | - <a href="../search.html" title="Enter search criteria" - accesskey="S">Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__osconf.hin">feedback</a> - </div> - </div> - </div> - - <div class="content-wrapper"> - <div class="content"> - <div class="document"> - - <div class="documentwrapper"> - <div class="bodywrapper"> - <div class="body" role="main"> - - <section id="osconf-hin"> -<h1>osconf.hin<a class="headerlink" href="#osconf-hin" title="Link to this heading">¶</a></h1> -<p>There is one configuration file which you may wish to edit to control -various compile-time parameters in the Kerberos distribution:</p> -<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">include</span><span class="o">/</span><span class="n">osconf</span><span class="o">.</span><span class="n">hin</span> -</pre></div> -</div> -<p>The list that follows is by no means complete, just some of the more -interesting variables.</p> -<dl class="simple"> -<dt><strong>DEFAULT_PROFILE_PATH</strong></dt><dd><p>The pathname to the file which contains the profiles for the known -realms, their KDCs, etc. The default value is <code class="docutils literal notranslate"><span class="pre">/etc/krb5.conf</span></code>.</p> -</dd> -<dt><strong>DEFAULT_KEYTAB_NAME</strong></dt><dd><p>The type and pathname to the default server keytab file. The -default is <a class="reference internal" href="../mitK5defaults.html#paths"><span class="std std-ref">DEFKTNAME</span></a>.</p> -</dd> -<dt><strong>DEFAULT_KDC_ENCTYPE</strong></dt><dd><p>The default encryption type for the KDC database master key. The -default value is <code class="docutils literal notranslate"><span class="pre">aes256-cts-hmac-sha1-96</span></code>.</p> -</dd> -<dt><strong>RCTMPDIR</strong></dt><dd><p>The directory which stores replay caches. The default is -<code class="docutils literal notranslate"><span class="pre">/var/tmp</span></code>.</p> -</dd> -<dt><strong>DEFAULT_KDB_FILE</strong></dt><dd><p>The location of the default database. The default value is -<a class="reference internal" href="../mitK5defaults.html#paths"><span class="std std-ref">LOCALSTATEDIR</span></a><code class="docutils literal notranslate"><span class="pre">/krb5kdc</span></code><code class="docutils literal notranslate"><span class="pre">/principal</span></code>.</p> -</dd> -</dl> -</section> - - - <div class="clearer"></div> - </div> - </div> - </div> - </div> - <div class="sidebar"> - - <h2>On this page</h2> - <ul> -<li><a class="reference internal" href="#">osconf.hin</a></li> -</ul> - - <br/> - <h2>Table of contents</h2> - <ul class="current"> -<li class="toctree-l1"><a class="reference internal" href="../user/index.html">For users</a></li> -<li class="toctree-l1"><a class="reference internal" href="../admin/index.html">For administrators</a></li> -<li class="toctree-l1"><a class="reference internal" href="../appdev/index.html">For application developers</a></li> -<li class="toctree-l1"><a class="reference internal" href="../plugindev/index.html">For plugin module developers</a></li> -<li class="toctree-l1 current"><a class="reference internal" href="index.html">Building Kerberos V5</a><ul class="current"> -<li class="toctree-l2"><a class="reference internal" href="directory_org.html">Organization of the source directory</a></li> -<li class="toctree-l2"><a class="reference internal" href="doing_build.html">Doing the build</a></li> -<li class="toctree-l2"><a class="reference internal" href="options2configure.html">Options to <em>configure</em></a></li> -<li class="toctree-l2 current"><a class="current reference internal" href="#">osconf.hin</a></li> -</ul> -</li> -<li class="toctree-l1"><a class="reference internal" href="../basic/index.html">Kerberos V5 concepts</a></li> -<li class="toctree-l1"><a class="reference internal" href="../formats/index.html">Protocols and file formats</a></li> -<li class="toctree-l1"><a class="reference internal" href="../mitK5features.html">MIT Kerberos features</a></li> -<li class="toctree-l1"><a class="reference internal" href="../build_this.html">How to build this documentation from the source</a></li> -<li class="toctree-l1"><a class="reference internal" href="../about.html">Contributing to the MIT Kerberos Documentation</a></li> -<li class="toctree-l1"><a class="reference internal" href="../resources.html">Resources</a></li> -</ul> - - <br/> - <h4><a href="../index.html">Full Table of Contents</a></h4> - <h4>Search</h4> - <form class="search" action="../search.html" method="get"> - <input type="text" name="q" size="18" /> - <input type="submit" value="Go" /> - <input type="hidden" name="check_keywords" value="yes" /> - <input type="hidden" name="area" value="default" /> - </form> - - </div> - <div class="clearer"></div> - </div> - </div> - - <div class="footer-wrapper"> - <div class="footer" > - <div class="right" ><i>Release: 1.22-final</i><br /> - © <a href="../copyright.html">Copyright</a> 1985-2025, MIT. - </div> - <div class="left"> - - <a href="../index.html" title="Full Table of Contents" - >Contents</a> | - <a href="options2configure.html" title="Options to configure" - >previous</a> | - <a href="../basic/index.html" title="Kerberos V5 concepts" - >next</a> | - <a href="../genindex.html" title="General Index" - >index</a> | - <a href="../search.html" title="Enter search criteria" - >Search</a> | - <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__osconf.hin">feedback</a> - </div> - </div> - </div> - - </body> -</html>
\ No newline at end of file |
