File: directory_org.html

package info (click to toggle)
krb5 1.22.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,652 kB
  • sloc: ansic: 293,109; python: 10,357; cpp: 9,477; makefile: 7,035; sh: 6,189; perl: 1,650; asm: 1,212; yacc: 933; javascript: 789; awk: 344; csh: 147; xml: 135; lisp: 104
file content (238 lines) | stat: -rw-r--r-- 11,240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!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 &#8212; 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=6dbce55c"></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.1</i><br />
                &copy; <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>