<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd_unused.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/'/>
<entry>
<title>Remove compilation warning: ret may be uninitialized</title>
<updated>2012-08-21T14:12:21+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-08-21T12:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=67ef63cc88230e13a15cb9e5485340469c4bcc3e'/>
<id>67ef63cc88230e13a15cb9e5485340469c4bcc3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak build on RHEL5: replace ldap_destroy() with ldap_unbind_ext()</title>
<updated>2012-08-21T14:11:15+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-08-21T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=05eac5703ba2c93e693f7dfb0d5ed06d6a623682'/>
<id>05eac5703ba2c93e693f7dfb0d5ed06d6a623682</id>
<content type='text'>
ldap_destroy() is not present in RHEL5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ldap_destroy() is not present in RHEL5
</pre>
</div>
</content>
</entry>
<entry>
<title>Close LDAP connection when unable to install TLS</title>
<updated>2012-08-21T10:36:19+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-08-20T10:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=d8fbc520c632094055325a887b0346eae21f6002'/>
<id>d8fbc520c632094055325a887b0346eae21f6002</id>
<content type='text'>
We were not closing LDAP connection when using SSL
with invalid certificate.

https://fedorahosted.org/sssd/ticket/1490
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were not closing LDAP connection when using SSL
with invalid certificate.

https://fedorahosted.org/sssd/ticket/1490
</pre>
</div>
</content>
</entry>
<entry>
<title>accept_fd_handler: add missing return</title>
<updated>2012-08-21T10:35:33+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-08-20T09:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=aeb816c6906c741dff6aa3dfe5ebae93cebed8f1'/>
<id>aeb816c6906c741dff6aa3dfe5ebae93cebed8f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Make sysdb_attrs_get_el_int() public</title>
<updated>2012-08-21T10:27:02+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-08-15T17:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=74c85b07831edb520764bfb0f997576ff355c681'/>
<id>74c85b07831edb520764bfb0f997576ff355c681</id>
<content type='text'>
Also rename it to sysdb_attrs_get_el_ext()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename it to sysdb_attrs_get_el_ext()
</pre>
</div>
</content>
</entry>
<entry>
<title>Process all groups from a single nesting level</title>
<updated>2012-08-21T10:05:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-08-16T22:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=9356e8f50436724e985d9a8f5d4f2bc0f5b837bc'/>
<id>9356e8f50436724e985d9a8f5d4f2bc0f5b837bc</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=846664

If the first group was cached when processing the nested group membership,
we would call tevent_req_done, effectivelly marking the whole nesting
level as done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=846664

If the first group was cached when processing the nested group membership,
we would call tevent_req_done, effectivelly marking the whole nesting
level as done.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation error in Python murmurhash bindings</title>
<updated>2012-08-16T11:34:19+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-08-16T08:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=56ad566af1e595dacfcc5a213d906e8070bb263c'/>
<id>56ad566af1e595dacfcc5a213d906e8070bb263c</id>
<content type='text'>
The compilation produced an error due to missing declaration of uint32_t
and a couple of warnings caused by different prototypes of argument
parsing functions in older Python releases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The compilation produced an error due to missing declaration of uint32_t
and a couple of warnings caused by different prototypes of argument
parsing functions in older Python releases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only create the SELinux login file if there are mappings on the server</title>
<updated>2012-08-16T11:31:03+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-08-05T20:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=f004e23af14fe020d81b8f97f30b448105b79606'/>
<id>f004e23af14fe020d81b8f97f30b448105b79606</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1455

In case there are no rules on the IPA server, we must simply avoid generating
the login file. That would make us fall back to the system-wide default
defined in /etc/selinux/targeted/seusers.

The IPA default must be only used if there *are* rules on the server,
but none matches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1455

In case there are no rules on the IPA server, we must simply avoid generating
the login file. That would make us fall back to the system-wide default
defined in /etc/selinux/targeted/seusers.

The IPA default must be only used if there *are* rules on the server,
but none matches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not try to remove the temp login file if already renamed</title>
<updated>2012-08-16T11:30:58+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-08-05T20:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=79402313dc0d7f854b4334dd427e03b7baf0b9db'/>
<id>79402313dc0d7f854b4334dd427e03b7baf0b9db</id>
<content type='text'>
write_selinux_string() would try to unlink the temporary file even after
it was renamed. Failure to unlink the file would not be fatal, but would
produce a confusing error message.

Also don't use "0" for the default fd number, that's reserved for stdin.
Using -1 is safer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
write_selinux_string() would try to unlink the temporary file even after
it was renamed. Failure to unlink the file would not be fatal, but would
produce a confusing error message.

Also don't use "0" for the default fd number, that's reserved for stdin.
Using -1 is safer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build SELinux code in responder conditionally</title>
<updated>2012-08-16T09:11:24+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-08-15T13:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=af824bac568ebe8a03273f73246ac78b415ea756'/>
<id>af824bac568ebe8a03273f73246ac78b415ea756</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1480
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1480
</pre>
</div>
</content>
</entry>
</feed>
