<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/doc/admin, branch proxymech</title>
<subtitle>MIT Kerberos patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/'/>
<entry>
<title>Replace "First introduced" with concise "New"</title>
<updated>2013-03-25T19:18:53+00:00</updated>
<author>
<name>Zhanna Tsitkov</name>
<email>tsitkova@mit.edu</email>
</author>
<published>2013-03-25T19:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=18d52ef70d7f518d78263f475b9ffad87f2c91e7'/>
<id>18d52ef70d7f518d78263f475b9ffad87f2c91e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for k5srvutil -e keysalts</title>
<updated>2013-03-11T18:34:17+00:00</updated>
<author>
<name>Alex Dehnert</name>
<email>adehnert@mit.edu</email>
</author>
<published>2013-03-09T04:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4b7517731a0bf1026ff5a9a6eb1cc16b52f6debb'/>
<id>4b7517731a0bf1026ff5a9a6eb1cc16b52f6debb</id>
<content type='text'>
k5srvutil is a little more convenient to use for rolling keys than
kadmin is.  When migrating off 1DES, though, it may be desirable to
explicitly specify the desired keysalts.  This adds an option, -e, to
k5srvutil to specify desired keysalts.

[ghudson@mit.edu: style fix; make whitespace in keysalt list work]

ticket: 7589 (new)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
k5srvutil is a little more convenient to use for rolling keys than
kadmin is.  When migrating off 1DES, though, it may be desirable to
explicitly specify the desired keysalts.  This adds an option, -e, to
k5srvutil to specify desired keysalts.

[ghudson@mit.edu: style fix; make whitespace in keysalt list work]

ticket: 7589 (new)
</pre>
</div>
</content>
</entry>
<entry>
<title>Document localauth interface</title>
<updated>2013-03-09T07:03:32+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-03-01T18:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4aec0626fffea5d7e060979c2a4dc9555beae96a'/>
<id>4aec0626fffea5d7e060979c2a4dc9555beae96a</id>
<content type='text'>
ticket: 7583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket: 7583
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -b6 and -old dump formats</title>
<updated>2013-02-04T23:53:26+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-02-04T23:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=581b1141d628ca01414bcae68e23d45320403dba'/>
<id>581b1141d628ca01414bcae68e23d45320403dba</id>
<content type='text'>
Get rid of the code to dump and load -b6 and -old format dump files.
Loading these versions hasn't worked since at least 1.3.

ticket: 7564 (new)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Get rid of the code to dump and load -b6 and -old format dump files.
Loading these versions hasn't worked since at least 1.3.

ticket: 7564 (new)
</pre>
</div>
</content>
</entry>
<entry>
<title>Note which release -x debug was added in</title>
<updated>2013-01-29T18:20:33+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-01-29T18:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=a453a2c654f7c4ca447d336199f395b8fa305de8'/>
<id>a453a2c654f7c4ca447d336199f395b8fa305de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LDAP debug DB option</title>
<updated>2013-01-29T03:32:29+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-01-29T03:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=8cbbd80f11d85fb733fb1522cd19eb686b6d3fe8'/>
<id>8cbbd80f11d85fb733fb1522cd19eb686b6d3fe8</id>
<content type='text'>
Add a DB option in the LDAP KDB module to turn on debugging messages.
Adapted from a patch by Zoran Pericic &lt;zpericic@inet.hr&gt;.

ticket: 7551 (new)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a DB option in the LDAP KDB module to turn on debugging messages.
Adapted from a patch by Zoran Pericic &lt;zpericic@inet.hr&gt;.

ticket: 7551 (new)
</pre>
</div>
</content>
</entry>
<entry>
<title>Reconfigure MIT Kerb Features doc: dont use tables</title>
<updated>2013-01-10T18:53:41+00:00</updated>
<author>
<name>Zhanna Tsitkov</name>
<email>tsitkova@mit.edu</email>
</author>
<published>2013-01-10T18:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=7803d919d906547228d2fb7552d856f7b8ca07de'/>
<id>7803d919d906547228d2fb7552d856f7b8ca07de</id>
<content type='text'>
Also, update references to the existing documents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, update references to the existing documents.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document "first introduced version" in conf files</title>
<updated>2013-01-07T19:52:37+00:00</updated>
<author>
<name>Zhanna Tsitkov</name>
<email>tsitkova@mit.edu</email>
</author>
<published>2013-01-07T19:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=c49259fa1b15e5f1e46c240472c0ae75920871a9'/>
<id>c49259fa1b15e5f1e46c240472c0ae75920871a9</id>
<content type='text'>
For the config options that were introduced starting from release 1.9,
specify the release number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the config options that were introduced starting from release 1.9,
specify the release number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify enctype settings in krb5_conf.rst</title>
<updated>2012-12-18T00:22:52+00:00</updated>
<author>
<name>Tom Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>2012-12-18T00:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=b11883ad8647a73a12a17c1be2c75f5365719342'/>
<id>b11883ad8647a73a12a17c1be2c75f5365719342</id>
<content type='text'>
Clarify the krb5.conf settings default_tkt_enctypes and
default_tgs_enctypes in krb5_conf.rst.

ticket: 7513 (new)
target_version: 1.11
tags: pullup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify the krb5.conf settings default_tkt_enctypes and
default_tgs_enctypes in krb5_conf.rst.

ticket: 7513 (new)
target_version: 1.11
tags: pullup
</pre>
</div>
</content>
</entry>
<entry>
<title>Update retiring-des with real-world experience</title>
<updated>2012-12-17T23:50:37+00:00</updated>
<author>
<name>Ben Kaduk</name>
<email>kaduk@mit.edu</email>
</author>
<published>2012-12-13T20:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=d44dfe4c097c7bc8eff6fe4931208ebfd968dc44'/>
<id>d44dfe4c097c7bc8eff6fe4931208ebfd968dc44</id>
<content type='text'>
We took notes when upgrading the ZONE.MIT.EDU realm to reduce
its usage of single-DES.  Use these to give examples for the upgrade
procedure, and flesh out some parts of it that were missing or
under-specified.

ticket: 7501 (new)
tags: pullup
target_version: 1.11
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We took notes when upgrading the ZONE.MIT.EDU realm to reduce
its usage of single-DES.  Use these to give examples for the upgrade
procedure, and flesh out some parts of it that were missing or
under-specified.

ticket: 7501 (new)
tags: pullup
target_version: 1.11
</pre>
</div>
</content>
</entry>
</feed>
