summaryrefslogtreecommitdiff
path: root/doc/html/appdev/refs/types/krb5_timestamp.html
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-04-03 19:36:00 +0000
committerCy Schubert <cy@FreeBSD.org>2018-04-03 19:36:00 +0000
commitb0e4d68d5124581ae353493d69bea352de4cff8a (patch)
tree43300ec43e83eccd367fd76fdfdefba2dcd7d8f4 /doc/html/appdev/refs/types/krb5_timestamp.html
parent33a9b234e7087f573ef08cd7318c6497ba08b439 (diff)
downloadsrc-test2-vendor/krb5.tar.gz
src-test2-vendor/krb5.zip
Import MIT KRB5 1.16.vendor/krb5/1.16vendor/krb5
Notes
Notes: svn path=/vendor-crypto/krb5/dist/; revision=331939 svn path=/vendor-crypto/krb5/1.16/; revision=331941; tag=vendor/krb5/1.16
Diffstat (limited to 'doc/html/appdev/refs/types/krb5_timestamp.html')
-rw-r--r--doc/html/appdev/refs/types/krb5_timestamp.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/html/appdev/refs/types/krb5_timestamp.html b/doc/html/appdev/refs/types/krb5_timestamp.html
index 554ee8551099..b1cf0b77990b 100644
--- a/doc/html/appdev/refs/types/krb5_timestamp.html
+++ b/doc/html/appdev/refs/types/krb5_timestamp.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
@@ -70,6 +70,8 @@
<tt class="descname">krb5_timestamp</tt><a class="headerlink" href="#c.krb5_timestamp" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
+<p>Represents a timestamp in seconds since the POSIX epoch.</p>
+<p>This legacy type is used frequently in the ABI, but cannot represent timestamps after 2038 as a positive number. Code which uses this type should cast values of it to uint32_t so that negative values are treated as timestamps between 2038 and 2106 on platforms with 64-bit time_t.</p>
<div class="section" id="declaration">
<h2>Declaration<a class="headerlink" href="#declaration" title="Permalink to this headline">¶</a></h2>
<p>typedef krb5_int32 krb5_timestamp</p>
@@ -97,6 +99,7 @@
<li class="toctree-l1"><a class="reference internal" href="../../../admin/index.html">For administrators</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../../index.html">For application developers</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="../../gssapi.html">Developing with GSSAPI</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../../y2038.html">Year 2038 considerations for uses of krb5_timestamp</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../h5l_mit_apidiff.html">Differences between Heimdal and MIT Kerberos API</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../init_creds.html">Initial credentials</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../princ_handle.html">Principal manipulation and parsing</a></li>
@@ -134,7 +137,7 @@
<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 />
&copy; <a href="../../../copyright.html">Copyright</a> 1985-2017, MIT.
</div>
<div class="left">