<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch refactor-fo</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>Make re_expression and full_name_format per domain options</title>
<updated>2012-06-13T01:28:06+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-04-11T13:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3c60433641ce2e86b9b04778c8f8652ef0d097e4'/>
<id>3c60433641ce2e86b9b04778c8f8652ef0d097e4</id>
<content type='text'>
 * Allows different user/domain qualified names for different
   domains. For example Domain\User or user@domain.
 * The global re_expression and full_name_format options remain
   as defaults for the domains.
 * Subdomains get the re_expression and full_name_format of
   their parent domain.

https://bugzilla.redhat.com/show_bug.cgi?id=811663
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Allows different user/domain qualified names for different
   domains. For example Domain\User or user@domain.
 * The global re_expression and full_name_format options remain
   as defaults for the domains.
 * Subdomains get the re_expression and full_name_format of
   their parent domain.

https://bugzilla.redhat.com/show_bug.cgi?id=811663
</pre>
</div>
</content>
</entry>
<entry>
<title>Ghost members - modified sss_groupshow</title>
<updated>2012-05-31T19:46:27+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-04-23T09:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4696648c0fe4923b639d7b4876c464c04d87afbf'/>
<id>4696648c0fe4923b639d7b4876c464c04d87afbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use positional arguments in translatable strings</title>
<updated>2012-05-22T13:11:13+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-05-17T17:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=95cc95749a5e783f2b5d2124d783f85820baf937'/>
<id>95cc95749a5e783f2b5d2124d783f85820baf937</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1336
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1336
</pre>
</div>
</content>
</entry>
<entry>
<title>SSS_DEBUGLEVEL: silence analyzer warnings</title>
<updated>2012-05-03T15:46:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-25T14:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3353308213d623b2ad0f0044859039c0f8cb7ef5'/>
<id>3353308213d623b2ad0f0044859039c0f8cb7ef5</id>
<content type='text'>
Errno was returned instead of ret.

The other hunk removes return code from fread - it is not needed, the
NULL termination of the string is ensured by initializing the buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Errno was returned instead of ret.

The other hunk removes return code from fread - it is not needed, the
NULL termination of the string is ensured by initializing the buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert read and write operations to sss_atomic_read</title>
<updated>2012-04-20T14:55:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-02T21:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9d7d4458d94d0aac0a7edf999368eb18f89cb76a'/>
<id>9d7d4458d94d0aac0a7edf999368eb18f89cb76a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1209
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Better error reporting</title>
<updated>2012-04-18T14:23:56+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-16T19:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=da0b829a2002987339aadaa01b85adbb5ddba20d'/>
<id>da0b829a2002987339aadaa01b85adbb5ddba20d</id>
<content type='text'>
* Print usage when no options are given
* Report skipped entries
* Print error message when a nonexistent domain is selected

https://fedorahosted.org/sssd/ticket/1301
https://fedorahosted.org/sssd/ticket/1305
https://fedorahosted.org/sssd/ticket/1306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Print usage when no options are given
* Report skipped entries
* Print error message when a nonexistent domain is selected

https://fedorahosted.org/sssd/ticket/1301
https://fedorahosted.org/sssd/ticket/1305
https://fedorahosted.org/sssd/ticket/1306
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: support invalidating services and autofs maps</title>
<updated>2012-04-18T14:23:56+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-03T03:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=82b5429d1438392c45e70a0f84dd4d0f5fa1a171'/>
<id>82b5429d1438392c45e70a0f84dd4d0f5fa1a171</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1170
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide --debug option in sss_debuglevel</title>
<updated>2012-03-02T12:46:08+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2012-03-02T12:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=db6aabf673b5d4d12af00ab1d0ab8a56d7dc7aee'/>
<id>db6aabf673b5d4d12af00ab1d0ab8a56d7dc7aee</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1224
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1224
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep sysdb context in domain info struct</title>
<updated>2012-02-29T17:53:47+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-01-23T11:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=d2d2d6ae0c436461bcc8f881df059eb036314c44'/>
<id>d2d2d6ae0c436461bcc8f881df059eb036314c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_sss: keep selinux optional</title>
<updated>2012-02-23T14:13:21+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-02-23T06:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=8d821f0508f495deb376617c165cbcbf396a058a'/>
<id>8d821f0508f495deb376617c165cbcbf396a058a</id>
<content type='text'>
Signed-off-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
