<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src, branch token</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>p4</title>
<updated>2013-08-29T12:28:44+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-29T12:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=3bb8a03c13ef21343056f08fe8ed184b10d0ccad'/>
<id>3bb8a03c13ef21343056f08fe8ed184b10d0ccad</id>
<content type='text'>
E xplanation

R esolves:
h ttps://fedorahosted.org/sssd/ticket/XXXX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E xplanation

R esolves:
h ttps://fedorahosted.org/sssd/ticket/XXXX
</pre>
</div>
</content>
</entry>
<entry>
<title>p3</title>
<updated>2013-08-28T12:41:38+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-28T12:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=aee6534c4bbe8a33de632a37d5fe239d075f3a9f'/>
<id>aee6534c4bbe8a33de632a37d5fe239d075f3a9f</id>
<content type='text'>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</pre>
</div>
</content>
</entry>
<entry>
<title>p2</title>
<updated>2013-08-28T12:14:27+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-28T12:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=429d685e8dd5f8a21c3dedb7a7c9d60f263744b5'/>
<id>429d685e8dd5f8a21c3dedb7a7c9d60f263744b5</id>
<content type='text'>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</pre>
</div>
</content>
</entry>
<entry>
<title>p1</title>
<updated>2013-08-28T11:50:48+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-28T11:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d0d3d79486aa1e1e065c63a8fde9a86d937d6b26'/>
<id>d0d3d79486aa1e1e065c63a8fde9a86d937d6b26</id>
<content type='text'>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explanation

Resolves:
https://fedorahosted.org/sssd/ticket/XXXX
</pre>
</div>
</content>
</entry>
<entry>
<title>DB: Add user/group lookup by SID</title>
<updated>2013-08-28T11:04:25+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-08-21T13:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=55695c458e3c4bf59d3a72428b59da4f3696cbd2'/>
<id>55695c458e3c4bf59d3a72428b59da4f3696cbd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Fetch ccname template from krb5.conf</title>
<updated>2013-08-28T09:00:03+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-27T17:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=dcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a'/>
<id>dcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a</id>
<content type='text'>
In order to use the same defaults in all system daemons that needs to know how
to generate or search for ccaches we introduce ode here to take advantage of
the new option called default_ccache_name provided by libkrb5.

If set this variable we establish the same default for all programs that surce
it out of krb5.conf therefore providing a consistent experience across the
system.

Related:
https://fedorahosted.org/sssd/ticket/2036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to use the same defaults in all system daemons that needs to know how
to generate or search for ccaches we introduce ode here to take advantage of
the new option called default_ccache_name provided by libkrb5.

If set this variable we establish the same default for all programs that surce
it out of krb5.conf therefore providing a consistent experience across the
system.

Related:
https://fedorahosted.org/sssd/ticket/2036
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5_common: Refactor to use a talloc temp context</title>
<updated>2013-08-28T09:00:03+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-08-26T16:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=a524b03792dc8f8dae32bba5a2af8532bc751e86'/>
<id>a524b03792dc8f8dae32bba5a2af8532bc751e86</id>
<content type='text'>
In preparation for handling some more allocations in the following patches and
fixes a curent memleak on the opts struct.

Related:
https://fedorahosted.org/sssd/ticket/2036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In preparation for handling some more allocations in the following patches and
fixes a curent memleak on the opts struct.

Related:
https://fedorahosted.org/sssd/ticket/2036
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Add support for KEYRING cache type</title>
<updated>2013-08-27T15:05:15+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-15T23:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=aeb1e654c337037b6bdb350e1ec8aaa065e86794'/>
<id>aeb1e654c337037b6bdb350e1ec8aaa065e86794</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2036
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Remove unnecessary call to become_user()</title>
<updated>2013-08-27T15:01:34+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-23T18:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=fe1afaccc7c9a99df823a7c44cd89fc3c619715a'/>
<id>fe1afaccc7c9a99df823a7c44cd89fc3c619715a</id>
<content type='text'>
By the time that the create_ccache_in_dir() routine is called, we are
already guaranteed to have dropped privileges. This has either happened
because we dropped them before the exec() in the normal operation case
or because we dropped them explicitly after we completed the TGT
validation step if that or FAST is configured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By the time that the create_ccache_in_dir() routine is called, we are
already guaranteed to have dropped privileges. This has either happened
because we dropped them before the exec() in the normal operation case
or because we dropped them explicitly after we completed the TGT
validation step if that or FAST is configured.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Add low-level debugging to sss_get_ccache_name_for_principal</title>
<updated>2013-08-27T15:01:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-23T14:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d9816ac73176ee1f4d9c1fbf4861918d01dda798'/>
<id>d9816ac73176ee1f4d9c1fbf4861918d01dda798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
