<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in header.html</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6a068746777241722b2b32c5d0bc443a2a64d80b - MFC</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Tue, 15 May 2012 00:42:12 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Thu, 26 Apr 2012 07:52:28 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8833b15f6382203d094cd6eb69068709b467079d - Merge head r232686 through r233825 into projects/pf/head.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#8833b15f6382203d094cd6eb69068709b467079d</link>
        <description>Merge head r232686 through r233825 into projects/pf/head.

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Tue, 03 Apr 2012 08:24:32 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a068746777241722b2b32c5d0bc443a2a64d80b - MFC</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Tue, 15 May 2012 00:42:12 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Thu, 26 Apr 2012 07:52:28 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8833b15f6382203d094cd6eb69068709b467079d - Merge head r232686 through r233825 into projects/pf/head.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#8833b15f6382203d094cd6eb69068709b467079d</link>
        <description>Merge head r232686 through r233825 into projects/pf/head.

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Tue, 03 Apr 2012 08:24:32 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae77177087c655fc883075af4f425b37e032cd05 - - Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#ae77177087c655fc883075af4f425b37e032cd05</link>
        <description>- Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings  several new kerberos related libraries and applications to FreeBSD:  o kgetcred(1) allows one to manually get a ticket for a particular service.  o kf(1) securily forwards ticket to another host through an authenticated    and encrypted stream.  o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1)    and other user kerberos operations. klist and kswitch are just symlinks    to kcc(1) now.  o kswitch(1) allows you to easily switch between kerberos credentials if    you&apos;re running KCM.  o hxtool(1) is a certificate management tool to use with PKINIT.  o string2key(1) maps a password into key.  o kdigest(8) is a userland tool to access the KDC&apos;s digest interface.  o kimpersonate(8) creates a &quot;fake&quot; ticket for a service.  We also now install manpages for some lirbaries that were not installed  before, libheimntlm and libhx509.- The new HEIMDAL version no longer supports Kerberos 4.  All users are  recommended to switch to Kerberos 5.- Weak ciphers are now disabled by default.  To enable DES support (used  by telnet(8)), use &quot;allow_weak_crypto&quot; option in krb5.conf.- libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings  disabled due to the function they use (krb5_get_err_text(3)) being  deprecated.  I plan to work on this next.- Heimdal&apos;s KDC now require sqlite to operate.  We use the bundled version  and install it as libheimsqlite.  If some other FreeBSD components will  require it in the future we can rename it to libbsdsqlite and use for these  components as well.- This is not a latest Heimdal version, the new one was released while I was  working on the update.  I will update it to 1.5.2 soon, as it fixes some  important bugs and security issues.

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Thu, 22 Mar 2012 08:48:42 +0000</pubDate>
        <dc:creator>Stanislav Sedov &lt;stas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a068746777241722b2b32c5d0bc443a2a64d80b - MFC</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Tue, 15 May 2012 00:42:12 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Thu, 26 Apr 2012 07:52:28 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8833b15f6382203d094cd6eb69068709b467079d - Merge head r232686 through r233825 into projects/pf/head.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#8833b15f6382203d094cd6eb69068709b467079d</link>
        <description>Merge head r232686 through r233825 into projects/pf/head.

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Tue, 03 Apr 2012 08:24:32 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae77177087c655fc883075af4f425b37e032cd05 - - Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#ae77177087c655fc883075af4f425b37e032cd05</link>
        <description>- Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings  several new kerberos related libraries and applications to FreeBSD:  o kgetcred(1) allows one to manually get a ticket for a particular service.  o kf(1) securily forwards ticket to another host through an authenticated    and encrypted stream.  o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1)    and other user kerberos operations. klist and kswitch are just symlinks    to kcc(1) now.  o kswitch(1) allows you to easily switch between kerberos credentials if    you&apos;re running KCM.  o hxtool(1) is a certificate management tool to use with PKINIT.  o string2key(1) maps a password into key.  o kdigest(8) is a userland tool to access the KDC&apos;s digest interface.  o kimpersonate(8) creates a &quot;fake&quot; ticket for a service.  We also now install manpages for some lirbaries that were not installed  before, libheimntlm and libhx509.- The new HEIMDAL version no longer supports Kerberos 4.  All users are  recommended to switch to Kerberos 5.- Weak ciphers are now disabled by default.  To enable DES support (used  by telnet(8)), use &quot;allow_weak_crypto&quot; option in krb5.conf.- libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings  disabled due to the function they use (krb5_get_err_text(3)) being  deprecated.  I plan to work on this next.- Heimdal&apos;s KDC now require sqlite to operate.  We use the bundled version  and install it as libheimsqlite.  If some other FreeBSD components will  require it in the future we can rename it to libbsdsqlite and use for these  components as well.- This is not a latest Heimdal version, the new one was released while I was  working on the update.  I will update it to 1.5.2 soon, as it fixes some  important bugs and security issues.

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Thu, 22 Mar 2012 08:48:42 +0000</pubDate>
        <dc:creator>Stanislav Sedov &lt;stas@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ae77177087c655fc883075af4f425b37e032cd05 - - Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/doc/header.html#ae77177087c655fc883075af4f425b37e032cd05</link>
        <description>- Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings  several new kerberos related libraries and applications to FreeBSD:  o kgetcred(1) allows one to manually get a ticket for a particular service.  o kf(1) securily forwards ticket to another host through an authenticated    and encrypted stream.  o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1)    and other user kerberos operations. klist and kswitch are just symlinks    to kcc(1) now.  o kswitch(1) allows you to easily switch between kerberos credentials if    you&apos;re running KCM.  o hxtool(1) is a certificate management tool to use with PKINIT.  o string2key(1) maps a password into key.  o kdigest(8) is a userland tool to access the KDC&apos;s digest interface.  o kimpersonate(8) creates a &quot;fake&quot; ticket for a service.  We also now install manpages for some lirbaries that were not installed  before, libheimntlm and libhx509.- The new HEIMDAL version no longer supports Kerberos 4.  All users are  recommended to switch to Kerberos 5.- Weak ciphers are now disabled by default.  To enable DES support (used  by telnet(8)), use &quot;allow_weak_crypto&quot; option in krb5.conf.- libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings  disabled due to the function they use (krb5_get_err_text(3)) being  deprecated.  I plan to work on this next.- Heimdal&apos;s KDC now require sqlite to operate.  We use the bundled version  and install it as libheimsqlite.  If some other FreeBSD components will  require it in the future we can rename it to libbsdsqlite and use for these  components as well.- This is not a latest Heimdal version, the new one was released while I was  working on the update.  I will update it to 1.5.2 soon, as it fixes some  important bugs and security issues.

            List of files:
            /src/crypto/heimdal/doc/header.html</description>
        <pubDate>Thu, 22 Mar 2012 08:48:42 +0000</pubDate>
        <dc:creator>Stanislav Sedov &lt;stas@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
