<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd_unused.git/src/external, branch sudo-with-plugin</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>Add wrapper for krb5_get_init_creds_opt_set_canonicalize</title>
<updated>2011-11-02T18:10:30+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-11-01T16:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=20c187339201a95558a9b237af37b461665d9340'/>
<id>20c187339201a95558a9b237af37b461665d9340</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-07-29T14:13:26+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/pbrezina/public_git/sssd_unused.git/commit/?id=826937ebae068e2ebe59dd37c5f12331f09fe3b9'/>
<id>826937ebae068e2ebe59dd37c5f12331f09fe3b9</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-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/pbrezina/public_git/sssd_unused.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>Use ldap_init_fd() instead of ldap_initialize() if available</title>
<updated>2011-06-30T18:09:10+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/pbrezina/public_git/sssd_unused.git/commit/?id=e96c468ed06c3378e2aee6992dabe926d79e1a2d'/>
<id>e96c468ed06c3378e2aee6992dabe926d79e1a2d</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-16T22:15:35+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/pbrezina/public_git/sssd_unused.git/commit/?id=fde4194a9bc18932c6cfdc44e69a4376feb26208'/>
<id>fde4194a9bc18932c6cfdc44e69a4376feb26208</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>Set _GNU_SOURCE globally</title>
<updated>2011-05-23T14:57:44+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-05-19T07:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=324fb26ba803a999bedc29e93c46c84f27abf5b7'/>
<id>324fb26ba803a999bedc29e93c46c84f27abf5b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for openldap24 package on RHEL 5.7</title>
<updated>2011-05-06T14:24:37+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2011-05-06T12:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=bfbf5cb0f00c60c0f000f56c282377b13b9a89ab'/>
<id>bfbf5cb0f00c60c0f000f56c282377b13b9a89ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some kerberos functions for building on RHEL5</title>
<updated>2011-05-05T17:24:59+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-04-28T06:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=628187049e815ee54637398c8011883d762c8a64'/>
<id>628187049e815ee54637398c8011883d762c8a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require openssl-devel is libcrypto backend is selected</title>
<updated>2011-04-27T15:47:24+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-04-24T14:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=172c07013d1ea99447a780fd36f49d5c3a76981b'/>
<id>172c07013d1ea99447a780fd36f49d5c3a76981b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a configuration option to use systemd unit file</title>
<updated>2011-04-12T13:26:26+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-04-05T13:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=2a5790216f57e9bdfb2930d52860bb5300366536'/>
<id>2a5790216f57e9bdfb2930d52860bb5300366536</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/837
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/837
</pre>
</div>
</content>
</entry>
</feed>
