<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/providers/ldap, branch python_api</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>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>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>Fix other memory alignment issues</title>
<updated>2010-02-10T13:46:49+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-01-25T22:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=43e56fc55593f3f7d14f73017d3b362839d167e2'/>
<id>43e56fc55593f3f7d14f73017d3b362839d167e2</id>
<content type='text'>
Similar to George McCollister's patch to the pam code, this patch fixes
other places in the code where we forced data into 32-bit alignment.

Fixes: #390
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to George McCollister's patch to the pam code, this patch fixes
other places in the code where we forced data into 32-bit alignment.

Fixes: #390
</pre>
</div>
</content>
</entry>
<entry>
<title>Make return values more specific during password change</title>
<updated>2010-02-10T13:46:49+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-08T10:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9dc76c9405860004ebbaeb7da944e06e7767780d'/>
<id>9dc76c9405860004ebbaeb7da944e06e7767780d</id>
<content type='text'>
- return PAM_AUTHTOK_ERR instead of PAM_SYSTEM_ERR if the password
  change operation fails
- send a message to the user if the system is offline and the password
  cannot be changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- return PAM_AUTHTOK_ERR instead of PAM_SYSTEM_ERR if the password
  change operation fails
- send a message to the user if the system is offline and the password
  cannot be changed
</pre>
</div>
</content>
</entry>
<entry>
<title>Document when LDAP referral chasing is available</title>
<updated>2010-02-05T14:43:43+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-04T19:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d927ba1d5be6f2e93034737884d7ec17eafe448f'/>
<id>d927ba1d5be6f2e93034737884d7ec17eafe448f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reactivate old fd handling conditionally</title>
<updated>2010-02-05T14:43:43+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-02-04T10:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c12530bed53c51bcf217624ad523ef2b6ddd16c0'/>
<id>c12530bed53c51bcf217624ad523ef2b6ddd16c0</id>
<content type='text'>
Older versions of openLDAP do not provide a connection callback. This
patch adds a configure check to see if the callback is available and
activates the old way of handling the file description of the LDAP
connection. This also means that it is not possible to follow referrals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older versions of openLDAP do not provide a connection callback. This
patch adds a configure check to see if the callback is available and
activates the old way of handling the file description of the LDAP
connection. This also means that it is not possible to follow referrals.
</pre>
</div>
</content>
</entry>
<entry>
<title>Internationalize the command-line help message</title>
<updated>2010-02-05T14:43:42+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-02T19:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d61d37ed5c7cc51f1106fe3105c3cf226cc10277'/>
<id>d61d37ed5c7cc51f1106fe3105c3cf226cc10277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable debug_timestamps by default</title>
<updated>2010-02-05T14:43:42+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-02T14:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a9402e5d8e75f7f361a5754e91180ed4f4ee98e1'/>
<id>a9402e5d8e75f7f361a5754e91180ed4f4ee98e1</id>
<content type='text'>
It can be overridden in the sssd.conf or on the commandline with
--debug-timestamps=0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be overridden in the sssd.conf or on the commandline with
--debug-timestamps=0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new option ldap_referrals</title>
<updated>2010-02-02T19:41:40+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-01-20T10:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=0d85b37ab0ede884408e68246ec21092c3718610'/>
<id>0d85b37ab0ede884408e68246ec21092c3718610</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
