<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/include, 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>Move a bunch of stuff out of k5-int.h</title>
<updated>2013-03-24T05:28:13+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-03-24T05:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=6c8fed1bb850b92d471b0741a452bb56354fc0e9'/>
<id>6c8fed1bb850b92d471b0741a452bb56354fc0e9</id>
<content type='text'>
Move internal declarations from k5-int.h to more localized headers
(like int-proto.h) where appropriate.  Rename many symbols whose
prototypes were moved to use the k5_ prefix instead of krb5int_.
Remove some unused declarations or move them to the single source file
they were needed in.  Remove krb5_creds_compare since it isn't used
any more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move internal declarations from k5-int.h to more localized headers
(like int-proto.h) where appropriate.  Rename many symbols whose
prototypes were moved to use the k5_ prefix instead of krb5int_.
Remove some unused declarations or move them to the single source file
they were needed in.  Remove krb5_creds_compare since it isn't used
any more.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of krb5_{get,free}_krbhst</title>
<updated>2013-03-22T20:00:48+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-03-22T20:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=81fde7e475b02986c1aff88766cc48882004d5dc'/>
<id>81fde7e475b02986c1aff88766cc48882004d5dc</id>
<content type='text'>
These functions were always internal.  They haven't been used since
v5passwdd was eliminated in krb5 1.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions were always internal.  They haven't been used since
v5passwdd was eliminated in krb5 1.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of osconfig.c</title>
<updated>2013-03-22T18:39:18+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-03-22T16:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=ee2044f38503edd2fdb8df9f3398784f747910fb'/>
<id>ee2044f38503edd2fdb8df9f3398784f747910fb</id>
<content type='text'>
These variables were marked as internal in 1996.  Two are unused and
the other is easily replaced with the macro it is initialized from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These variables were marked as internal in 1996.  Two are unused and
the other is easily replaced with the macro it is initialized from.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stray include in localauth_plugin.h</title>
<updated>2013-03-11T17:48:13+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-03-11T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=ec217570e20d4702be2830235bad56184d47b1d2'/>
<id>ec217570e20d4702be2830235bad56184d47b1d2</id>
<content type='text'>
This unnecessary include was causing build failures on some systems by
making libkrb5 sources depend on gssapi.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This unnecessary include was causing build failures on some systems by
making libkrb5 sources depend on gssapi.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add localauth pluggable interface</title>
<updated>2013-03-09T06:56:59+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-02-13T20:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4216fb5b0e0abb80a3ccd8251abddc18435d81f3'/>
<id>4216fb5b0e0abb80a3ccd8251abddc18435d81f3</id>
<content type='text'>
Add a new pluggable interface for local authorization, and replace the
existing krb5_aname_to_localname and krb5_kuserok implementations with
implementations based on the pluggable interface.

ticket: 7583 (new)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new pluggable interface for local authorization, and replace the
existing krb5_aname_to_localname and krb5_kuserok implementations with
implementations based on the pluggable interface.

ticket: 7583 (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>Fix windows build</title>
<updated>2013-02-25T21:56:18+00:00</updated>
<author>
<name>Ben Kaduk</name>
<email>kaduk@mit.edu</email>
</author>
<published>2013-02-25T18:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=ea5867f4c2283e0ef5ca51109010cfa26d6e5669'/>
<id>ea5867f4c2283e0ef5ca51109010cfa26d6e5669</id>
<content type='text'>
Catch up to the split of preauth_plugin.h into client and
kdc specific portions.  While here, use copy's /y flag to suppress
an override-confirmation prompt (though we do not list any dependencies
for this target at the moment, so no such prompt will be generated).

Do not disable library finalizers for windows, erroneously disabled
in 4538146e1452e0966164119cefb0804993ce6bbb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch up to the split of preauth_plugin.h into client and
kdc specific portions.  While here, use copy's /y flag to suppress
an override-confirmation prompt (though we do not list any dependencies
for this target at the moment, so no such prompt will be generated).

Do not disable library finalizers for windows, erroneously disabled
in 4538146e1452e0966164119cefb0804993ce6bbb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize k5buf</title>
<updated>2013-02-14T16:42:28+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-02-14T16:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=6dda284554a869f7fa1e6d2a035df06c97f103ef'/>
<id>6dda284554a869f7fa1e6d2a035df06c97f103ef</id>
<content type='text'>
Rename the krb5int_buf_ family of functions to use the k5_ prefix for
brevity.  Reformat some k5buf implementation code to match current
practices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename the krb5int_buf_ family of functions to use the k5_ prefix for
brevity.  Reformat some k5buf implementation code to match current
practices.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add k5_json_array_fmt and use it in export_cred.c</title>
<updated>2013-02-13T20:53:29+00:00</updated>
<author>
<name>Greg Hudson</name>
<email>ghudson@mit.edu</email>
</author>
<published>2013-02-12T02:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=80f53c8b2c745e75dc9d22acba63812d8533c133'/>
<id>80f53c8b2c745e75dc9d22acba63812d8533c133</id>
<content type='text'>
Add a template-based array constructor for convenient marshalling of
structured values as JSON array values.  Use it to simplify
export_cred.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a template-based array constructor for convenient marshalling of
structured values as JSON array values.  Use it to simplify
export_cred.c.
</pre>
</div>
</content>
</entry>
</feed>
