<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/responder/autofs, branch refactor</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>autofs: use the new interface. FIXME - inspect the usage of autofs_cmd_done vs. autofs_setent_notify</title>
<updated>2012-10-20T12:48:09+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-05-21T20:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5bbef2f85038ad093fbaa16527863139d3c9f849'/>
<id>5bbef2f85038ad093fbaa16527863139d3c9f849</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new option default_domain_suffix</title>
<updated>2012-10-01T19:45:21+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-09-21T16:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1542b85f13d72329685bdd97aa879c36d11f81be'/>
<id>1542b85f13d72329685bdd97aa879c36d11f81be</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/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>AUTOFS: remove unused assignments</title>
<updated>2012-05-03T15:46:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-26T11:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5f93f452e4a80d6b0243eaf3c583d0caf9981ca0'/>
<id>5f93f452e4a80d6b0243eaf3c583d0caf9981ca0</id>
<content type='text'>
Also changes setautomntent_send so that is only return NULL in case the
tevent_req creation fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changes setautomntent_send so that is only return NULL in case the
tevent_req creation fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified responder_get_domain()</title>
<updated>2012-04-24T13:19:42+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2012-03-28T11:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6fdde3913a11cd6148627696fa8717c34e8460fc'/>
<id>6fdde3913a11cd6148627696fa8717c34e8460fc</id>
<content type='text'>
Now it checks for subdomains as well as for the domain itself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it checks for subdomains as well as for the domain itself
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the correct hash table for pending requests</title>
<updated>2012-03-08T13:09:56+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-03-07T23:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=65976ea5e9767bfaced81dfb97dc87d59f50b57e'/>
<id>65976ea5e9767bfaced81dfb97dc87d59f50b57e</id>
<content type='text'>
The function that handled pending requests on reconnect was checking an
orphaned global variable that was never used, redenring the whole function
uselsess.

This fixes a very nasty bug that was causing requests for which we never
received an answer for (for example because the backend failed and was
restarted) to be never removed and therefore causing a black hole effect for
any other request of the same type.

Fixes: https://fedorahosted.org/sssd/ticket/1229
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function that handled pending requests on reconnect was checking an
orphaned global variable that was never used, redenring the whole function
uselsess.

This fixes a very nasty bug that was causing requests for which we never
received an answer for (for example because the backend failed and was
restarted) to be never removed and therefore causing a black hole effect for
any other request of the same type.

Fixes: https://fedorahosted.org/sssd/ticket/1229
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sysdb_get_ctx_from_list()</title>
<updated>2012-02-29T17:53:47+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-02-03T12:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=b7b50b21d2254a079b1b1c299909483d23db1512'/>
<id>b7b50b21d2254a079b1b1c299909483d23db1512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOFS: speed up the client by requesting multiple entries at once</title>
<updated>2012-02-27T14:32:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-02-23T17:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c83ebdbc0629313ef6594215ed1674b9a783cfdd'/>
<id>c83ebdbc0629313ef6594215ed1674b9a783cfdd</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1166
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1166
</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOFS: Invoke implicit setautomntent if needed</title>
<updated>2012-02-24T01:53:46+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-02-23T13:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=5dfb1257f62839eea1c31669cf3bbcb114c22183'/>
<id>5dfb1257f62839eea1c31669cf3bbcb114c22183</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1167
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't give memory context in confdb where not needed</title>
<updated>2012-02-22T02:28:49+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-12-14T12:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3bea01f01d76e1e95a8239c0d3f67073992136a1'/>
<id>3bea01f01d76e1e95a8239c0d3f67073992136a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
