<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch review</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>sss_override: support import and export</title>
<updated>2015-08-20T20:10:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-08-19T10:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4043293e3532e555459e9fff0a7d0dddfea697e2'/>
<id>4043293e3532e555459e9fff0a7d0dddfea697e2</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2737
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: decompose code better</title>
<updated>2015-08-20T20:10:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-08-19T10:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ed20825d5259259eda31d1c7e7f117d4c39e227d'/>
<id>ed20825d5259259eda31d1c7e7f117d4c39e227d</id>
<content type='text'>
Preparation for:
https://fedorahosted.org/sssd/ticket/2737
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparation for:
https://fedorahosted.org/sssd/ticket/2737
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: add sss_colondb API</title>
<updated>2015-08-20T20:10:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-08-19T10:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f764d09430ce3252b9e357b31fd3560dc2a072ba'/>
<id>f764d09430ce3252b9e357b31fd3560dc2a072ba</id>
<content type='text'>
To simplify import/export users and groups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To simplify import/export users and groups.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: support domains that require fqname</title>
<updated>2015-08-20T20:10:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-08-19T10:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0eae8d47671be2493de225ee27b874c14bf1c538'/>
<id>0eae8d47671be2493de225ee27b874c14bf1c538</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2757
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: print input name if unable to parse it</title>
<updated>2015-08-20T20:10:32+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-08-15T11:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b1f0d8cc9f366c6ce59bf3ddcc88a3563ffa99fd'/>
<id>b1f0d8cc9f366c6ce59bf3ddcc88a3563ffa99fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Wait a while for invalidation of mc by nss responder</title>
<updated>2015-08-13T11:21:02+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-08-10T08:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=32c6db689a0206e062b799dfd32c34ba878ff044'/>
<id>32c6db689a0206e062b799dfd32c34ba878ff044</id>
<content type='text'>
The sss_cache cannot invalidate memory cache directly
because the nss responder owns file locks to memory caches.
Therefore sss_cache just "tell" nss responder to invalidate
memory cache.

However there might be short interval between calling
the utility sss_cache and stopping sssd. So nss responder
needn't be so fast and therefore memory cache needn't be invalidated.

Resolves:
https://fedorahosted.org/sssd/ticket/2748

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sss_cache cannot invalidate memory cache directly
because the nss responder owns file locks to memory caches.
Therefore sss_cache just "tell" nss responder to invalidate
memory cache.

However there might be short interval between calling
the utility sss_cache and stopping sssd. So nss responder
needn't be so fast and therefore memory cache needn't be invalidated.

Resolves:
https://fedorahosted.org/sssd/ticket/2748

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: add sss_override for local overrides</title>
<updated>2015-07-27T20:48:26+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-07-24T07:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b69cb1787209e85cc246eb9a944242689bfe0c46'/>
<id>b69cb1787209e85cc246eb9a944242689bfe0c46</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2584

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2584

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: add common command framework</title>
<updated>2015-07-27T20:48:22+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-07-22T08:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=284937e6b5b0c9d7a1d3382d0d2820d1168842fb'/>
<id>284937e6b5b0c9d7a1d3382d0d2820d1168842fb</id>
<content type='text'>
Add general framework to simplify creating "cmd COMMAND [OPTIONS...]"
style tools.

Preparation for:
https://fedorahosted.org/sssd/ticket/2584

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add general framework to simplify creating "cmd COMMAND [OPTIONS...]"
style tools.

Preparation for:
https://fedorahosted.org/sssd/ticket/2584

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Clear also initgroups fast cache</title>
<updated>2015-07-03T13:17:05+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-06-30T15:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b08bcc387ad99b9c408183960c127dc77975b6ff'/>
<id>b08bcc387ad99b9c408183960c127dc77975b6ff</id>
<content type='text'>
Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing new lines to debug messages</title>
<updated>2015-03-17T13:40:19+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-02-17T15:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=87f8bee53ee1b4ca87b602ff8536bc5fd5b5b595'/>
<id>87f8bee53ee1b4ca87b602ff8536bc5fd5b5b595</id>
<content type='text'>
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
