<?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 missing</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/missing#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /src/crypto/heimdal/missing</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/missing#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/missing</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/missing#8833b15f6382203d094cd6eb69068709b467079d</link>
        <description>Merge head r232686 through r233825 into projects/pf/head.

            List of files:
            /src/crypto/heimdal/missing</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/missing#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /src/crypto/heimdal/missing</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/missing#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/missing</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/missing#8833b15f6382203d094cd6eb69068709b467079d</link>
        <description>Merge head r232686 through r233825 into projects/pf/head.

            List of files:
            /src/crypto/heimdal/missing</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/missing#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/missing</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>c19800e8cd5640693f36f2040db4ab5e8d738146 - Vendor import of Heimdal 1.1</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#c19800e8cd5640693f36f2040db4ab5e8d738146</link>
        <description>Vendor import of Heimdal 1.1

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Wed, 07 May 2008 13:39:42 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4fe54d7c6acb302aacc6ac18798804b26c882c13 - This commit was generated by cvs2svn to compensate for changes in r178825,</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#4fe54d7c6acb302aacc6ac18798804b26c882c13</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r178825,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Wed, 07 May 2008 13:39:42 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d4ba808a53020900c275b6f1cf21fc6e9f3bf36 - Vendor import of Heimdal 0.6.3.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#8d4ba808a53020900c275b6f1cf21fc6e9f3bf36</link>
        <description>Vendor import of Heimdal 0.6.3.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Thu, 24 Feb 2005 22:22:53 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f65ab5f2834616fc61ce39c3c60adf2b5522b2c0 - This commit was generated by cvs2svn to compensate for changes in r142403,</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#f65ab5f2834616fc61ce39c3c60adf2b5522b2c0</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r142403,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Thu, 24 Feb 2005 22:22:53 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>090bc474c990f2be7db7660523576361508ef36d - This commit was generated by cvs2svn to compensate for changes in r127808,</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#090bc474c990f2be7db7660523576361508ef36d</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r127808,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Sat, 03 Apr 2004 21:22:55 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c43270ada91f3473174c2bf81fba64963b7e4ac - Vendor import of Heimdal 0.6.1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#1c43270ada91f3473174c2bf81fba64963b7e4ac</link>
        <description>Vendor import of Heimdal 0.6.1.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Sat, 03 Apr 2004 21:22:55 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bda878e3e95c125f9bead8f22cee8cf2a298555 - Import of Heimdal 0.5.1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#5bda878e3e95c125f9bead8f22cee8cf2a298555</link>
        <description>Import of Heimdal 0.5.1.Approved by:	re

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Sun, 24 Nov 2002 20:59:25 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1036289598879d81b2fc90e63dc2055016af862f - This commit was generated by cvs2svn to compensate for changes in r107207,</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#1036289598879d81b2fc90e63dc2055016af862f</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r107207,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Sun, 24 Nov 2002 20:59:25 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8373020d34ceb1ac55d8f43333c1ca3680185b39 - Import of Heimdal Kerberos from KTH repository circa 2002/08/29.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#8373020d34ceb1ac55d8f43333c1ca3680185b39</link>
        <description>Import of Heimdal Kerberos from KTH repository circa 2002/08/29.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Fri, 30 Aug 2002 21:23:27 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>714b4175a0f3700d2afff8cdc10a4cbf8d1d9990 - This commit was generated by cvs2svn to compensate for changes in r102644,</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#714b4175a0f3700d2afff8cdc10a4cbf8d1d9990</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r102644,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Fri, 30 Aug 2002 21:23:27 +0000</pubDate>
        <dc:creator>Jacques Vidrine &lt;nectar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e9cd1ae3e10592ed70e7575551cba1bbab04d84 - import of heimdal 0.3e</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#5e9cd1ae3e10592ed70e7575551cba1bbab04d84</link>
        <description>import of heimdal 0.3e

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Tue, 13 Feb 2001 16:46:19 +0000</pubDate>
        <dc:creator>Assar Westerlund &lt;assar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c25d7ab7414672a680e73cefc0a681d10427bf77 - This commit was generated by cvs2svn to compensate for changes in r72445,</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#c25d7ab7414672a680e73cefc0a681d10427bf77</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r72445,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Tue, 13 Feb 2001 16:46:19 +0000</pubDate>
        <dc:creator>Assar Westerlund &lt;assar@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b528cefc6b8f9670b31a865051741d946cb37085 - Import KTH Heimdal, which will be the core of our Kerberos5.</title>
        <link>http://opengrok.net:8080/history/src/crypto/heimdal/missing#b528cefc6b8f9670b31a865051741d946cb37085</link>
        <description>Import KTH Heimdal, which will be the core of our Kerberos5.Userland to follow.

            List of files:
            /src/crypto/heimdal/missing</description>
        <pubDate>Sun, 09 Jan 2000 20:58:00 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
