<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd_unused.git/src/tools, branch master</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>Return value of fread in src/tools/sss_debuglevel.c no longer ignored.</title>
<updated>2012-08-03T09:10:25+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-07-30T16:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=2e1b46d7acb03b22b27bbad2816b996db629d609'/>
<id>2e1b46d7acb03b22b27bbad2816b996db629d609</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1426
</pre>
</div>
</content>
</entry>
<entry>
<title>First-boot sss_seed tool</title>
<updated>2012-08-01T19:14:17+00:00</updated>
<author>
<name>Nick Guay</name>
<email>nguay@redhat.com</email>
</author>
<published>2012-08-01T16:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pbrezina/public_git/sssd_unused.git/commit/?id=6ea6ec5cb7d9985e2730fb9d4657624d10aed4d8'/>
<id>6ea6ec5cb7d9985e2730fb9d4657624d10aed4d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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/pbrezina/public_git/sssd_unused.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>
</feed>
