<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/doc/appdev, branch keyring</title>
<subtitle>MIT Kerberos patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/'/>
<entry>
<title>Fix literal blocks in gssapi.rst</title>
<updated>2013-09-20T19:33:02+00:00</updated>
<author>
<name>Tom Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>2013-09-20T19:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=66b141745fc56bbdb7b738582ba7e1cce1e503c8'/>
<id>66b141745fc56bbdb7b738582ba7e1cce1e503c8</id>
<content type='text'>
Some literal blocks in the new AEAD and IOV documentation in
gssapi.rst started with ":" instead of "::", causing documentation
build errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some literal blocks in the new AEAD and IOV documentation in
gssapi.rst started with ":" instead of "::", causing documentation
build errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document AEAD and IOV GSSAPI extensions</title>
<updated>2013-09-18T22:22:17+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-09-16T17:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=42614eb0354afa08c4e2f03be561017b773a80ae'/>
<id>42614eb0354afa08c4e2f03be561017b773a80ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc build after PKINIT responder changes</title>
<updated>2013-07-18T17:02:35+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-07-18T17:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=a654a7d9d6145256ce1b01a3f4c80884a8ba93d6'/>
<id>a654a7d9d6145256ce1b01a3f4c80884a8ba93d6</id>
<content type='text'>
Add new types and constants to the apiref index files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new types and constants to the apiref index files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add non-JSON APIs for PKINIT responder items</title>
<updated>2013-07-17T18:57:12+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2013-07-15T17:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=ce02b69e27bcfa21bcab2ed195dfdbaa8040d773'/>
<id>ce02b69e27bcfa21bcab2ed195dfdbaa8040d773</id>
<content type='text'>
Add wrappers for the JSON-oriented APIs for PKINIT responder items,
modeled after the API we provide for OTP items:

* krb5_responder_pkinit_get_challenge() returns the list of
  identities for which we need PINs
* krb5_responder_pkinit_challenge_free() frees the structure that
  was returned by krb5_responder_pkinit_get_challenge()
* krb5_responder_pkinit_set_answer() sets the answer to the PIN for
  one of the identities

[ghudson@mit.edu: style cleanup; added comment pointing to main body
of PKINIT module]

ticket: 7680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add wrappers for the JSON-oriented APIs for PKINIT responder items,
modeled after the API we provide for OTP items:

* krb5_responder_pkinit_get_challenge() returns the list of
  identities for which we need PINs
* krb5_responder_pkinit_challenge_free() frees the structure that
  was returned by krb5_responder_pkinit_get_challenge()
* krb5_responder_pkinit_set_answer() sets the answer to the PIN for
  one of the identities

[ghudson@mit.edu: style cleanup; added comment pointing to main body
of PKINIT module]

ticket: 7680
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc build</title>
<updated>2013-04-18T22:18:57+00:00</updated>
<author>
<name>Ben Kaduk</name>
<email>kaduk@mit.edu</email>
</author>
<published>2013-04-18T22:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=0949e80d63770e220dae7d778b5a0094d12e9e12'/>
<id>0949e80d63770e220dae7d778b5a0094d12e9e12</id>
<content type='text'>
The addition of the KRB5_PADATA_AS_CHECKSUM macro in d7d74867952f caused
the doxygen bridge to emit a new RST file.  This file was not included in
the API reference toctree, causing a build failure in maintainer-mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The addition of the KRB5_PADATA_AS_CHECKSUM macro in d7d74867952f caused
the doxygen bridge to emit a new RST file.  This file was not included in
the API reference toctree, causing a build failure in maintainer-mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add krb5_kt_dup API and use it in two places</title>
<updated>2013-04-01T17:25:33+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-04-01T17:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f9c5d2277c23e40b2e929cef6e4654113b66da68'/>
<id>f9c5d2277c23e40b2e929cef6e4654113b66da68</id>
<content type='text'>
Add an API to duplicate keytab handles, mirroring krb5_cc_dup.  Use it
to simplify the krb5 GSS acquire_cred code.

ticket: 7599 (new)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an API to duplicate keytab handles, mirroring krb5_cc_dup.  Use it
to simplify the krb5 GSS acquire_cred code.

ticket: 7599 (new)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add krb5_free_enctypes API</title>
<updated>2013-02-27T22:29:16+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-02-27T22:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=8df7b929c3ee272e8255d57720c3e299ebccd198'/>
<id>8df7b929c3ee272e8255d57720c3e299ebccd198</id>
<content type='text'>
Rename krb5_free_ktypes to krb5_free_enctypes and add it to the public
API.

ticket: 7584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename krb5_free_ktypes to krb5_free_enctypes and add it to the public
API.

ticket: 7584
</pre>
</div>
</content>
</entry>
<entry>
<title>Flesh out responder context doxygen markup</title>
<updated>2013-01-12T04:55:07+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-01-12T04:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=30e2a3eaa7ba2fd11c4a26a8fef58a5591010c43'/>
<id>30e2a3eaa7ba2fd11c4a26a8fef58a5591010c43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add examples to init_creds.rst</title>
<updated>2012-12-13T20:54:30+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2012-12-13T20:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4dade44544dc838a2ca8929111c131b0dc5fe53a'/>
<id>4dade44544dc838a2ca8929111c131b0dc5fe53a</id>
<content type='text'>
ticket: 7500 (new)
target_version: 1.11
tags: pullup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket: 7500 (new)
target_version: 1.11
tags: pullup
</pre>
</div>
</content>
</entry>
<entry>
<title>Document API for getting anonymous tickets</title>
<updated>2012-12-12T20:46:41+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2012-12-12T20:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=9973812776fc69bc5fb8e3c7f85784cb295625f0'/>
<id>9973812776fc69bc5fb8e3c7f85784cb295625f0</id>
<content type='text'>
In init_creds.rst, document how to get anonymous credentials from an
application.

ticket: 7496 (new)
target_version: 1.11
tags: pullup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In init_creds.rst, document how to get anonymous credentials from an
application.

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