<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sss_client, branch my-master</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>Change memory cache layout to add optional key</title>
<updated>2013-01-04T19:39:23+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-10-16T19:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=b5a99bebff5f7455d9b8bd89f0a81de587c5a9c0'/>
<id>b5a99bebff5f7455d9b8bd89f0a81de587c5a9c0</id>
<content type='text'>
This bumps the cache major number to 1 as this change is incompatible
with current clients.
The addiotinal key is used to allow name aliases to be added to user
and group entries. Aliases are a string that can be looked up via the
getpwname and getgrnam calls, and are useful to to fetch entries by
alternate names.
Currently only one, optional alias is allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bumps the cache major number to 1 as this change is incompatible
with current clients.
The addiotinal key is used to allow name aliases to be added to user
and group entries. Aliases are a string that can be looked up via the
getpwname and getgrnam calls, and are useful to to fetch entries by
alternate names.
Currently only one, optional alias is allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a macro to copy with barriers</title>
<updated>2012-12-13T19:43:12+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-12-11T22:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=a5ccff776edfa776b8846f62a161aaf358e17b66'/>
<id>a5ccff776edfa776b8846f62a161aaf358e17b66</id>
<content type='text'>
We have 2 places where we memcpy memory and need barriers protection.
Use a macro so we can consolidate code in one place.

Second fix for: https://fedorahosted.org/sssd/ticket/1694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have 2 places where we memcpy memory and need barriers protection.
Use a macro so we can consolidate code in one place.

Second fix for: https://fedorahosted.org/sssd/ticket/1694
</pre>
</div>
</content>
</entry>
<entry>
<title>Add memory barrier to mmap cache client code loop</title>
<updated>2012-12-05T22:22:58+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-12-05T21:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=fb0de650e7454e1dfa76136e325e62a00748238b'/>
<id>fb0de650e7454e1dfa76136e325e62a00748238b</id>
<content type='text'>
Fixes https://fedorahosted.org/sssd/ticket/1694
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://fedorahosted.org/sssd/ticket/1694
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix errors reported by rpmlint</title>
<updated>2012-11-22T15:58:57+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-11-12T18:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=287e76479d68db4134274d4a4fca5fe0fbc9a605'/>
<id>287e76479d68db4134274d4a4fca5fe0fbc9a605</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SUDO: Remove unused variable</title>
<updated>2012-11-15T12:56:11+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-11-15T12:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=32f763808dc741289ca03248b89fe526494b645a'/>
<id>32f763808dc741289ca03248b89fe526494b645a</id>
<content type='text'>
Eliminates a compiler warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eliminates a compiler warning
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo: do not send domain name with username</title>
<updated>2012-11-14T16:11:15+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-11-13T14:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=7379170a0860790f2739e07fffe3d6ec85264566'/>
<id>7379170a0860790f2739e07fffe3d6ec85264566</id>
<content type='text'>
This caused troubles with subdomain users and it is not really
necessary. This patch does not change the protocol itself, that
should be done on the earliest possible occasion.

Part of https://fedorahosted.org/sssd/ticket/1616
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This caused troubles with subdomain users and it is not really
necessary. This patch does not change the protocol itself, that
should be done on the earliest possible occasion.

Part of https://fedorahosted.org/sssd/ticket/1616
</pre>
</div>
</content>
</entry>
<entry>
<title>Include talloc log in our debug facility</title>
<updated>2012-10-29T16:15:37+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-15T13:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=9e2c64c6d4f5560e27207193efea6536a566865e'/>
<id>9e2c64c6d4f5560e27207193efea6536a566865e</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1495
</pre>
</div>
</content>
</entry>
<entry>
<title>PAM: fix handling the client fd in pam destructor</title>
<updated>2012-10-12T08:11:16+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-11T18:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=8445e39d8e154523b1c39ce701830dacef51d1e9'/>
<id>8445e39d8e154523b1c39ce701830dacef51d1e9</id>
<content type='text'>
* Protect the fd with a mutex when closing
* Set it to a safe value after closing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Protect the fd with a mutex when closing
* Set it to a safe value after closing
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudo</title>
<updated>2012-10-12T07:55:02+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-09-28T10:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=fc1a05ca545806ff784921c6751129c3d93d27af'/>
<id>fc1a05ca545806ff784921c6751129c3d93d27af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PAM: close socket fd with pam_set_data</title>
<updated>2012-10-11T12:11:56+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-10-04T17:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=dba7903ba7fc04bc331004b0453938c116be3663'/>
<id>dba7903ba7fc04bc331004b0453938c116be3663</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1569
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1569
</pre>
</div>
</content>
</entry>
</feed>
