<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/util, branch sssd-1-6</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Fix potential resource leak in backup_file.c</title>
<updated>2011-12-09T18:39:27+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-12-09T18:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=59604f5e3c844ef040f62fe1655a92e1990c417e'/>
<id>59604f5e3c844ef040f62fe1655a92e1990c417e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an error in macro for merging double linked lists</title>
<updated>2011-12-05T16:51:51+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-12-02T15:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=0047bb1592910bce3368a7acfa1f0368e84ee0c6'/>
<id>0047bb1592910bce3368a7acfa1f0368e84ee0c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow using Glib for UTF8 support</title>
<updated>2011-12-05T16:50:55+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-12-02T16:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=39773c2220e06fee3fdbfa43155fbb909cddd6e0'/>
<id>39773c2220e06fee3fdbfa43155fbb909cddd6e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to follow symlinks to check_file()</title>
<updated>2011-10-13T17:20:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-05T15:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=dbfc54be75b6d00879189e6f7ab82f65b17c1b9d'/>
<id>dbfc54be75b6d00879189e6f7ab82f65b17c1b9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()</title>
<updated>2011-09-06T18:23:29+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2011-09-05T08:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=0f42a8d17adafd89d6afd309bc1056de7bb82aec'/>
<id>0f42a8d17adafd89d6afd309bc1056de7bb82aec</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/986
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_ldap_err2string() - function created</title>
<updated>2011-09-06T18:23:29+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2011-09-05T07:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=270697a054224599bb580c32810c7b00340a8d87'/>
<id>270697a054224599bb580c32810c7b00340a8d87</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/986
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/986
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle timeout during sss_ldap_init_send</title>
<updated>2011-08-15T19:21:58+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-08-15T15:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=3e6b8cea08ac2b1207fffc6c30a7aaaa74553c03'/>
<id>3e6b8cea08ac2b1207fffc6c30a7aaaa74553c03</id>
<content type='text'>
In some cases, where there would be no response from the LDAP server,
there would be no R/W events on the LDAP fd, so
sdap_async_sys_connect_done would never be called.

This patch adds a tevent timer that cancels the connection after
SDAP_NETWORK_TIMEOUT seconds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases, where there would be no response from the LDAP server,
there would be no R/W events on the LDAP fd, so
sdap_async_sys_connect_done would never be called.

This patch adds a tevent timer that cancels the connection after
SDAP_NETWORK_TIMEOUT seconds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the O_NONBLOCK flag to be reset correctly</title>
<updated>2011-08-11T17:19:46+00:00</updated>
<author>
<name>Ralf Haferkamp</name>
<email>rhafer@suse.de</email>
</author>
<published>2011-08-04T13:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8121d1c243ad28a706363ee4ae5bfeb9623fe705'/>
<id>8121d1c243ad28a706363ee4ae5bfeb9623fe705</id>
<content type='text'>
sssd set the O_NONBLOCK flag on the LDAP socket twice. First in
set_fd_flags_and_opts(). And the second time in sdap_async_sys_connect_send()
after storing a backup in the local state structure. The backup is later
used to restore the original flags (after connect() succeeded). As NONBLOCK
was already set before it didn't correctly reset that flag.

https://fedorahosted.org/sssd/ticket/952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sssd set the O_NONBLOCK flag on the LDAP socket twice. First in
set_fd_flags_and_opts(). And the second time in sdap_async_sys_connect_send()
after storing a backup in the local state structure. The backup is later
used to restore the original flags (after connect() succeeded). As NONBLOCK
was already set before it didn't correctly reset that flag.

https://fedorahosted.org/sssd/ticket/952
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python HBAC bindings for python &lt;= 2.4</title>
<updated>2011-07-13T15:00:47+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-07-12T19:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=72e60fd4eabcfbcdbfe01e8c38b94052bc6c2067'/>
<id>72e60fd4eabcfbcdbfe01e8c38b94052bc6c2067</id>
<content type='text'>
Several parts of the HBAC python bindings did not work with old Python
versions, such as the one shipped in RHEL5.

The changes include:
* a compatibility wrapper around python set object
* PyModule_AddIntMacro compat macro
* Py_ssize_t compat definition
* Do not use PyUnicode_FromFormat
* several function prototypes and structures used to have "char
  arguments where they have "const char *" in recent versions.
  This caused compilation warnings this patch mitigates by using
  the discard_const hack on python 2.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several parts of the HBAC python bindings did not work with old Python
versions, such as the one shipped in RHEL5.

The changes include:
* a compatibility wrapper around python set object
* PyModule_AddIntMacro compat macro
* Py_ssize_t compat definition
* Do not use PyUnicode_FromFormat
* several function prototypes and structures used to have "char
  arguments where they have "const char *" in recent versions.
  This caused compilation warnings this patch mitigates by using
  the discard_const hack on python 2.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Move IP adress escaping from the LDAP namespace</title>
<updated>2011-07-11T20:52:52+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-07-01T14:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=2e1973b90ea87b343d39fef1f6393cc201989ecd'/>
<id>2e1973b90ea87b343d39fef1f6393cc201989ecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
