<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/external, branch srvbackport</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>IPA: Detect nsupdate support for the realm directive</title>
<updated>2012-01-17T13:32:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-01-13T13:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=cafcf367f1d41aa7d82c7108747e32918cb93e64'/>
<id>cafcf367f1d41aa7d82c7108747e32918cb93e64</id>
<content type='text'>
For older platforms, do not add the 'realm' line in
the update message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For older platforms, do not add the 'realm' line in
the update message
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow using Glib for UTF8 support</title>
<updated>2011-12-05T16:51:14+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/jhrozek/public_git/sssd.git/commit/?id=7cb5383dc99f74d373184ebcc568d32a5cbc0517'/>
<id>7cb5383dc99f74d373184ebcc568d32a5cbc0517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RESPONDER: Ensure that all input strings are valid UTF-8</title>
<updated>2011-11-18T17:29:20+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-11-18T17:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5459570bb0ef795065dcf71365c83e5b7cb58cd7'/>
<id>5459570bb0ef795065dcf71365c83e5b7cb58cd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libipa_hbac: Support case-insensitive comparisons with UTF8</title>
<updated>2011-08-01T16:18:34+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-07-27T20:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d086d5d0e65ef3f01e8be20897b095d0e7e2067f'/>
<id>d086d5d0e65ef3f01e8be20897b095d0e7e2067f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python HBAC bindings for python &lt;= 2.4</title>
<updated>2011-08-01T16:18:34+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/jhrozek/public_git/sssd.git/commit/?id=833eda9de40ad28e966f8f883dba8e187f8efd32'/>
<id>833eda9de40ad28e966f8f883dba8e187f8efd32</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>Use ldap_init_fd() instead of ldap_initialize() if available</title>
<updated>2011-06-30T18:07:38+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-06-28T10:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=177c89d1c8a4a8a5201c957dbe9d04fa95e00d51'/>
<id>177c89d1c8a4a8a5201c957dbe9d04fa95e00d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide TTL structure names for c-ares &lt; 1.7</title>
<updated>2011-06-30T18:07:37+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-06-16T15:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5c0352f491b46a93a90f82da4c995a36ef5961c9'/>
<id>5c0352f491b46a93a90f82da4c995a36ef5961c9</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/898

In c-ares 1.7, the upstream renamed the addrttl/addr6ttl structures to
ares_addrttl/ares_addr6ttl so they are in the ares_ namespace.

Because they are committed to stable ABI, the contents are the same, just
the name changed -- so it is safe to just #define the new name for older
c-ares version in case the new one is not detected in configure time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/898

In c-ares 1.7, the upstream renamed the addrttl/addr6ttl structures to
ares_addrttl/ares_addr6ttl so they are in the ares_ namespace.

Because they are committed to stable ABI, the contents are the same, just
the name changed -- so it is safe to just #define the new name for older
c-ares version in case the new one is not detected in configure time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for pre-1.1 netlink</title>
<updated>2011-01-17T19:50:23+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-01-17T14:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5352c9b3609bca63814f9f6f03dbbbadf6c6333a'/>
<id>5352c9b3609bca63814f9f6f03dbbbadf6c6333a</id>
<content type='text'>
Netlink 1.0 and older is buggy and unreliable, occasionally
causing tight-loops. We're no longer going to try to support it.

https://fedorahosted.org/sssd/ticket/755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Netlink 1.0 and older is buggy and unreliable, occasionally
causing tight-loops. We're no longer going to try to support it.

https://fedorahosted.org/sssd/ticket/755
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for FAST in krb5 provider</title>
<updated>2010-12-07T22:09:19+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-11-18T11:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5843ad321944a028f6dee7e1fd4f9381c4953d07'/>
<id>5843ad321944a028f6dee7e1fd4f9381c4953d07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise the required version of libdhash</title>
<updated>2010-10-13T11:56:21+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-10-13T05:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=464e9961f36e47f4c7c5463b4e14a56187da193c'/>
<id>464e9961f36e47f4c7c5463b4e14a56187da193c</id>
<content type='text'>
libdhash version 0.4.2 is required because older versions cannot update
hash entries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libdhash version 0.4.2 is required because older versions cannot update
hash entries.
</pre>
</div>
</content>
</entry>
</feed>
