<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers/krb5, branch ccname</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>krb5: More correct approach to public dir expansion</title>
<updated>2013-09-20T03:01:22+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-01T02:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=f43d0bbb4bd51271b3c1b1c56c4eb680d6e00438'/>
<id>f43d0bbb4bd51271b3c1b1c56c4eb680d6e00438</id>
<content type='text'>
Commit 29752834fbf3a19e4e117668abfce4e4c7c48ee4 (Add expandable sequences
to krb5_ccachedir) introduce a new behavior that tried to take in account
the fact that parent directories may need to be created as accessible to
anyone by setting them to 01777 permissions.

However the test that determines whether the path shuld be public or not
is flawed and bleeds into pure file templates with undeiserable consequences.

Theis patch corrects thi behavior by clearly returning a specific path if it
need to be made public and preserves any subdir in the template with user
private ownership.

Resolves:
https://fedorahosted.org/sssd/ticket/2071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 29752834fbf3a19e4e117668abfce4e4c7c48ee4 (Add expandable sequences
to krb5_ccachedir) introduce a new behavior that tried to take in account
the fact that parent directories may need to be created as accessible to
anyone by setting them to 01777 permissions.

However the test that determines whether the path shuld be public or not
is flawed and bleeds into pure file templates with undeiserable consequences.

Theis patch corrects thi behavior by clearly returning a specific path if it
need to be made public and preserves any subdir in the template with user
private ownership.

Resolves:
https://fedorahosted.org/sssd/ticket/2071
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Improve ccache name checks</title>
<updated>2013-09-20T03:00:28+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-19T22:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=85822e46c1d26204b022a8c6cdbbb0b478235754'/>
<id>85822e46c1d26204b022a8c6cdbbb0b478235754</id>
<content type='text'>
Consolidate all the code that decides what the ccache name will be
in one function. Conditionalize checking for the old ccache only on
the fact that the new and old name (if any) are actually the same.

Resolves:
https://fedorahosted.org/sssd/ticket/2053
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consolidate all the code that decides what the ccache name will be
in one function. Conditionalize checking for the old ccache only on
the fact that the new and old name (if any) are actually the same.

Resolves:
https://fedorahosted.org/sssd/ticket/2053
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Be more lenient on failures for old ccache</title>
<updated>2013-09-19T20:32:23+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2013-09-19T20:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=cc8b2c83308e0805684a7c24ee53c7bfceaab55c'/>
<id>cc8b2c83308e0805684a7c24ee53c7bfceaab55c</id>
<content type='text'>
Fix a check for an error return code that can be returned when
the ccache is not found.

Even in case of other errors still do not fail authentication
but allow it to proceed using a new ccache file if necessary.

Related:
https://fedorahosted.org/sssd/ticket/2053
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a check for an error return code that can be returned when
the ccache is not found.

Even in case of other errors still do not fail authentication
but allow it to proceed using a new ccache file if necessary.

Related:
https://fedorahosted.org/sssd/ticket/2053
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Call umask before mkstemp in the krb5 child code</title>
<updated>2013-09-17T17:42:58+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-09-16T15:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=11a044514e3799c4e685cf98ed5c058aa02b5fdb'/>
<id>11a044514e3799c4e685cf98ed5c058aa02b5fdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB: Remove unused function parameters</title>
<updated>2013-09-12T17:11:09+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-29T11:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=10bc88ac09ada43256119b8e0654458830f88156'/>
<id>10bc88ac09ada43256119b8e0654458830f88156</id>
<content type='text'>
Parameter "int *dp_err" and parameter "int *pam_status" were unused
in static function krb5_auth_prepare_ccache_name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parameter "int *dp_err" and parameter "int *pam_status" were unused
in static function krb5_auth_prepare_ccache_name.
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB: Remove unused memory context</title>
<updated>2013-09-12T17:11:09+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-29T11:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=dd7d72ec4e76ae781d739f0139e2ec43af9cf09b'/>
<id>dd7d72ec4e76ae781d739f0139e2ec43af9cf09b</id>
<content type='text'>
mem_ctx was unused in function get_domain_or_subdomain
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mem_ctx was unused in function get_domain_or_subdomain
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formating of variables with type: gid_t</title>
<updated>2013-09-11T17:44:56+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-04T14:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=a4bf85ccc902490c3b75b44532010fbb32169801'/>
<id>a4bf85ccc902490c3b75b44532010fbb32169801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formating of variables with type: uid_t</title>
<updated>2013-09-11T17:44:55+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-04T14:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=f2c346eaa486431ffa2a3adc05356159de834e2e'/>
<id>f2c346eaa486431ffa2a3adc05356159de834e2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formating of variables with type: time_t</title>
<updated>2013-09-11T17:44:55+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-17T13:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=937928d1161a4f7bd894cb365ada97569ab0f78f'/>
<id>937928d1161a4f7bd894cb365ada97569ab0f78f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formating of variables with type: key_serial_t</title>
<updated>2013-09-11T17:44:54+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-17T14:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=ec0b19bd6d25e3f4afea06b28c132b602bbff180'/>
<id>ec0b19bd6d25e3f4afea06b28c132b602bbff180</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
