<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/providers, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/'/>
<entry>
<title>Fix chpass operations with LDAP provider</title>
<updated>2010-08-04T18:37:52+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-08-04T17:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=d317aeeeffca33aa79ae5ce0a5692d54970ffaf6'/>
<id>d317aeeeffca33aa79ae5ce0a5692d54970ffaf6</id>
<content type='text'>
The initial verification of the old password was returning an
error because we were not explicitly setting dp_err to
DP_ERR_SUCCESS and it was initialized earlier in the function to
DP_ERR_FATAL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The initial verification of the old password was returning an
error because we were not explicitly setting dp_err to
DP_ERR_SUCCESS and it was initialized earlier in the function to
DP_ERR_FATAL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up initgroups processing for RFC2307</title>
<updated>2010-08-03T17:54:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-08-02T15:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=24a5809cbc96d10001535999a292cb26242ad01d'/>
<id>24a5809cbc96d10001535999a292cb26242ad01d</id>
<content type='text'>
Instead of recursively updating all users of each group the user
being queried belongs to, just add or remove membership for the
requested user.

Fixes https://fedorahosted.org/sssd/ticket/478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of recursively updating all users of each group the user
being queried belongs to, just add or remove membership for the
requested user.

Fixes https://fedorahosted.org/sssd/ticket/478
</pre>
</div>
</content>
</entry>
<entry>
<title>Return proper error value when SRV lookup fails</title>
<updated>2010-08-03T17:50:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-08-03T16:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=34e93359de515da5e75bb34f9f7569f1715f0aa0'/>
<id>34e93359de515da5e75bb34f9f7569f1715f0aa0</id>
<content type='text'>
Fixes: #587
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #587
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix check_time_rule() return value on failure</title>
<updated>2010-08-03T17:50:29+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-08-03T16:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=67f0e6de26a6d46dceb4f45c0c25b01ae2f29940'/>
<id>67f0e6de26a6d46dceb4f45c0c25b01ae2f29940</id>
<content type='text'>
The value returned in the 'done:' label was always EOK which is wrong as
any parsing errors are not returned to the caller.

Fixes: #583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The value returned in the 'done:' label was always EOK which is wrong as
any parsing errors are not returned to the caller.

Fixes: #583
</pre>
</div>
</content>
</entry>
<entry>
<title>be_pam_handler(): Fix potential NULL dereference</title>
<updated>2010-08-03T17:50:29+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-08-03T17:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=90983939761dcfd15bac4e78265d5b6b38b573ae'/>
<id>90983939761dcfd15bac4e78265d5b6b38b573ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate keytab at startup</title>
<updated>2010-08-03T17:50:28+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-07-20T16:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=2f4e8fbdf1d4ba1e00fcab93af91fe4f4f40250d'/>
<id>2f4e8fbdf1d4ba1e00fcab93af91fe4f4f40250d</id>
<content type='text'>
In addition to validating the keytab everytime a TGT is requested, we
also validate the keytab on back end startup to give early warning that
the keytab is not usable.

Fixes: #556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition to validating the keytab everytime a TGT is requested, we
also validate the keytab on back end startup to give early warning that
the keytab is not usable.

Fixes: #556
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix getting default realm in the ldap child</title>
<updated>2010-08-03T17:50:28+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-07-22T13:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=13d90c2ae8413317947d392c89fffca10ec83587'/>
<id>13d90c2ae8413317947d392c89fffca10ec83587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IPA access backend handling of obsolete and missing HBAC entries:</title>
<updated>2010-07-23T14:14:29+00:00</updated>
<author>
<name>eindenbom</name>
<email>eindenbom@gmail.com</email>
</author>
<published>2010-07-21T16:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=3e4a95a5aa1bed0a31f55232a1bcc179f2801f4a'/>
<id>3e4a95a5aa1bed0a31f55232a1bcc179f2801f4a</id>
<content type='text'>
 - Ticket #567: Fix removal of obsolete HBAC host, rules and service records from sysdb.
 - Ticket #565: When no HBAC host record is found return PAM_PERM_DENIED instead of PAM_SYSTEM_ERROR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Ticket #567: Fix removal of obsolete HBAC host, rules and service records from sysdb.
 - Ticket #565: When no HBAC host record is found return PAM_PERM_DENIED instead of PAM_SYSTEM_ERROR.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not treat missing HBAC rules as an error</title>
<updated>2010-07-23T14:14:29+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-07-21T08:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=1598d6523bbb05028f3c8ab14f6a4e68ce698901'/>
<id>1598d6523bbb05028f3c8ab14f6a4e68ce698901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log TLS errors to syslog</title>
<updated>2010-07-09T19:00:57+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-07-02T12:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=2ee34809cb2d580ac7a3e1fd666b005543e3aa8d'/>
<id>2ee34809cb2d580ac7a3e1fd666b005543e3aa8d</id>
<content type='text'>
Also adds support for detecting LDAPS errors by adding a check for
SDAP_DIAGNOSTIC_MESSAGE after ldap_search_ext()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds support for detecting LDAPS errors by adding a check for
SDAP_DIAGNOSTIC_MESSAGE after ldap_search_ext()
</pre>
</div>
</content>
</entry>
</feed>
