<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/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/sbose/public_git/sssd.git/'/>
<entry>
<title>Rename server/ directory to src/</title>
<updated>2010-02-18T18:48:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-18T12:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1c48b5a62f73234ed26bb20f0ab345ab61cda0ab'/>
<id>1c48b5a62f73234ed26bb20f0ab345ab61cda0ab</id>
<content type='text'>
Also update BUILD.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update BUILD.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate separate build tree for sss_client</title>
<updated>2010-02-18T18:48:44+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-17T14:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8e9ac4d7443939ed0d152708d3877b29252d16fe'/>
<id>8e9ac4d7443939ed0d152708d3877b29252d16fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use macros to hide memcpy calls</title>
<updated>2010-02-18T18:48:44+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-02-10T12:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=29e9f5e711a03135944e30ad241c8182dacc6049'/>
<id>29e9f5e711a03135944e30ad241c8182dacc6049</id>
<content type='text'>
The memcpy calls introduced in the memalign patches are ugly. This patch
hides them behind a set of macros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The memcpy calls introduced in the memalign patches are ugly. This patch
hides them behind a set of macros.
</pre>
</div>
</content>
</entry>
<entry>
<title>Supress warnings with -O2</title>
<updated>2010-02-18T18:48:44+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-02-12T13:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2c5bf74c71443f1680fef4fc0daa4a4c9dd10ad8'/>
<id>2c5bf74c71443f1680fef4fc0daa4a4c9dd10ad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for number of options in IPA and LDAP backends</title>
<updated>2010-02-16T21:06:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-02-15T15:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a40a817535c28712e27fe2c0f87817af43a249a2'/>
<id>a40a817535c28712e27fe2c0f87817af43a249a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Synchronize IPA and LDAP options</title>
<updated>2010-02-16T21:06:55+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-02-11T14:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ae22be810696f35ac8f09930f0168519ba55350c'/>
<id>ae22be810696f35ac8f09930f0168519ba55350c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PAM responses more compatible with D-BUS spec</title>
<updated>2010-02-15T13:20:05+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-12T20:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8f206092adc07f5f09e14d5dac53759bee33bcc6'/>
<id>8f206092adc07f5f09e14d5dac53759bee33bcc6</id>
<content type='text'>
Previously, the PAM responses could contain an arbitrary number of
arguments. This is not acceptable by the D-BUS protocol, as there
is no way to introspect it. This patch converts the response
objects to be an array of D-BUS structs.

It also fixes two potential memory leaks by not unref'ing the
reply object if we get an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the PAM responses could contain an arbitrary number of
arguments. This is not acceptable by the D-BUS protocol, as there
is no way to introspect it. This patch converts the response
objects to be an array of D-BUS structs.

It also fixes two potential memory leaks by not unref'ing the
reply object if we get an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make attr_type an integer</title>
<updated>2010-02-15T13:20:05+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-12T15:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=824c1e4d7e0ab9da7ad3f16f9c2e37bce7858132'/>
<id>824c1e4d7e0ab9da7ad3f16f9c2e37bce7858132</id>
<content type='text'>
Previously it was a string being passed and converted into an
integer. It will be more efficient this way (and simpler for other
implementers)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it was a string being passed and converted into an
integer. It will be more efficient this way (and simpler for other
implementers)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make change password errors more transparent</title>
<updated>2010-02-12T13:44:11+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-11T12:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=fbcab705c90135080e09544616f1526c0e7ef90c'/>
<id>fbcab705c90135080e09544616f1526c0e7ef90c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pass a variable as format to talloc_asprintf()</title>
<updated>2010-02-12T13:44:10+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2010-01-20T16:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=152f9e939f91d94e6f30391182fd72d9267ec6e1'/>
<id>152f9e939f91d94e6f30391182fd72d9267ec6e1</id>
<content type='text'>
This practice is not recommended and can also be dangerous.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This practice is not recommended and can also be dangerous.
</pre>
</div>
</content>
</entry>
</feed>
