<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/kdc, branch talloc-2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s4-kdc: fixed subtree search in KDC</title>
<updated>2011-08-24T21:39:37+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-08-19T07:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8510e405f58313f190d8e3dfc3308e4a49530f9b'/>
<id>8510e405f58313f190d8e3dfc3308e4a49530f9b</id>
<content type='text'>
use ldb_get_default_basedn() with a subtree search

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use ldb_get_default_basedn() with a subtree search

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>credentials: Rename library to samba-credentials to avoid name clashes.</title>
<updated>2011-08-18T20:16:38+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-08-18T18:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=292fe7497134a9cc8f05844951547a2e8d14a4ac'/>
<id>292fe7497134a9cc8f05844951547a2e8d14a4ac</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>gensec: clarify memory ownership for gensec_session_info() and gensec_session_key()</title>
<updated>2011-08-03T08:48:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-08-01T05:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=35b309fa0cac9341f364243b03ebfcc80f74198e'/>
<id>35b309fa0cac9341f364243b03ebfcc80f74198e</id>
<content type='text'>
This is slightly less efficient, because we no longer keep a cache on
the gensec structures, but much clearer in terms of memory ownership.
Both gensec_session_info() and gensec_session_key() now take a mem_ctx
and put the result only on that context.

Some duplication of memory in the callers (who were rightly uncertain
about who was the rightful owner of the returned memory) has been
removed to compensate for the internal copy.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is slightly less efficient, because we no longer keep a cache on
the gensec structures, but much clearer in terms of memory ownership.
Both gensec_session_info() and gensec_session_key() now take a mem_ctx
and put the result only on that context.

Some duplication of memory in the callers (who were rightly uncertain
about who was the rightful owner of the returned memory) has been
removed to compensate for the internal copy.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc: fix compiler warning</title>
<updated>2011-08-02T04:06:15+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-08-02T01:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ac8096e69d7357bac5430cde1d713a04acf58b57'/>
<id>ac8096e69d7357bac5430cde1d713a04acf58b57</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Aug  2 06:06:15 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Aug  2 06:06:15 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc: canonicalize the principal if HDB_F_FOR_TGS_REQ is given</title>
<updated>2011-07-26T01:25:06+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-25T08:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=51b94ab3fd4d13ee38813eb7d20db11edaa667a8'/>
<id>51b94ab3fd4d13ee38813eb7d20db11edaa667a8</id>
<content type='text'>
Windows seems to always canonicalize the principal in TGS replies.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Jul 26 03:25:06 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows seems to always canonicalize the principal in TGS replies.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Jul 26 03:25:06 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc: restore the behavior before the last heimdal import</title>
<updated>2011-07-20T10:12:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-20T08:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8d159e9de108f2ccd107676a68802d90b95e5e7a'/>
<id>8d159e9de108f2ccd107676a68802d90b95e5e7a</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Wed Jul 20 12:12:38 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Wed Jul 20 12:12:38 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc: set *_strongest_*_key to true to restore the old behavior</title>
<updated>2011-07-15T10:26:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-14T19:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7acc1a7a2f56627a2f5e4eed2fbfb14a16ecd649'/>
<id>7acc1a7a2f56627a2f5e4eed2fbfb14a16ecd649</id>
<content type='text'>
TODO: check why this is needed.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Fri Jul 15 12:26:25 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO: check why this is needed.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Fri Jul 15 12:26:25 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc/mit_samba: disable mit_samba_check_s4u2proxy()</title>
<updated>2011-06-28T18:35:18+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-06-28T16:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b005fa142f2c3846960e39d1977f1cb2ef5a2f35'/>
<id>b005fa142f2c3846960e39d1977f1cb2ef5a2f35</id>
<content type='text'>
As mit_samba_update_pac_data() doesn't support adding
S4U_DELEGATION_INFO to the pac (and I have no clue how to add that)
we should disable S4U2Proxy until this is implemented.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Jun 28 20:35:19 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As mit_samba_update_pac_data() doesn't support adding
S4U_DELEGATION_INFO to the pac (and I have no clue how to add that)
we should disable S4U2Proxy until this is implemented.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Tue Jun 28 20:35:19 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc: generate the S4U_DELEGATION_INFO in the regenerated pac</title>
<updated>2011-06-28T17:23:43+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-06-28T12:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=73b1e1466cb3a2f3cadc2865b0226a48b3ff6f27'/>
<id>73b1e1466cb3a2f3cadc2865b0226a48b3ff6f27</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kdc: use KRB5_WINDC_PLUGIN_MINOR define instead of KRB5_WINDC_PLUGING_MINOR</title>
<updated>2011-06-28T16:24:37+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-06-28T11:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=020f60287ce0389d4f7d838b4d6ded52a7e85453'/>
<id>020f60287ce0389d4f7d838b4d6ded52a7e85453</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
