<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch master</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/'/>
<entry>
<title>Fix potential resource leak in remove_tree_with_ctx()</title>
<updated>2010-06-17T20:28:51+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-17T19:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=4c2cf0bc498c59343257fbae6dd93ec1a9fb88bc'/>
<id>4c2cf0bc498c59343257fbae6dd93ec1a9fb88bc</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/515
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential resource leak in copy_tree_ctx()</title>
<updated>2010-06-14T20:54:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-03T16:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=1003dcd7681511c5b703e6723e207cdd50d82885'/>
<id>1003dcd7681511c5b703e6723e207cdd50d82885</id>
<content type='text'>
Ticket #515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #515
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the -g option from useradd</title>
<updated>2010-06-14T20:54:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-10T16:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=db96a910dc72eccaae5fb6b8bc16b31fdd56fdf5'/>
<id>db96a910dc72eccaae5fb6b8bc16b31fdd56fdf5</id>
<content type='text'>
The local domain has the magic private groups option set
unconditionally. Therefore, it does not make any sense to let user
configure the primary GID. As a side-effect, this fixes #522.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The local domain has the magic private groups option set
unconditionally. Therefore, it does not make any sense to let user
configure the primary GID. As a side-effect, this fixes #522.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure to close varargs before returning from a function</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-09T14:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=75b1a17efec759980a636b41e0c8144230725802'/>
<id>75b1a17efec759980a636b41e0c8144230725802</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/528
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/528
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle read() and write() throughout the SSSD</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-08T19:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=06247775aa9c49ffce72827921eb45e2d04c6aa1'/>
<id>06247775aa9c49ffce72827921eb45e2d04c6aa1</id>
<content type='text'>
We need to guarantee at all times that reads and writes complete
successfully. This means that they must be checked for returning
EINTR and EAGAIN, and all writes must be wrapped in a loop to
ensure that they do not truncate their output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to guarantee at all times that reads and writes complete
successfully. This means that they must be checked for returning
EINTR and EAGAIN, and all writes must be wrapped in a loop to
ensure that they do not truncate their output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing break to switch statement</title>
<updated>2010-06-09T12:29:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-03T16:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=54250550d11f8214d3b941e602cd2b553a56fcdd'/>
<id>54250550d11f8214d3b941e602cd2b553a56fcdd</id>
<content type='text'>
Switch statement missing a break causes unintended implicit setting of
'm' options in sss_useradd.

Fixes: #512
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch statement missing a break causes unintended implicit setting of
'm' options in sss_useradd.

Fixes: #512
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence warnings with -O2</title>
<updated>2010-04-30T11:51:19+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-04-26T21:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=b830ab156f032e2a8823f1365da2ed6801427e8f'/>
<id>b830ab156f032e2a8823f1365da2ed6801427e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix merge error for sss_userdel.c</title>
<updated>2010-04-12T14:44:03+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-04-12T14:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=ae2f35d9bab8c91ee2faa2c9ac5c2bfcfcbe3537'/>
<id>ae2f35d9bab8c91ee2faa2c9ac5c2bfcfcbe3537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: remove creation of event_context</title>
<updated>2010-04-12T13:22:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T06:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=d86fc9163127f7c5bd0c3af950fcddff7911867f'/>
<id>d86fc9163127f7c5bd0c3af950fcddff7911867f</id>
<content type='text'>
Since the sysdb is now synchronous and creates its own event context we
don't need an explicit event context anymore in the tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the sysdb is now synchronous and creates its own event context we
don't need an explicit event context anymore in the tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make groupshow synchronous.</title>
<updated>2010-04-12T13:22:17+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T06:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/sssd.git/commit/?id=9fc354f7deb3f0de84f0403ec4f212ca18b5e8e8'/>
<id>9fc354f7deb3f0de84f0403ec4f212ca18b5e8e8</id>
<content type='text'>
I tried to convert this code as mechanically as possible from the
previously existing code. I am not sure it works right, and it will
probably recurse infinetly as circular group memberships are
admitted in sysdb. The original code had the same issues.
This code should be probably discarded and redone from scratch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I tried to convert this code as mechanically as possible from the
previously existing code. I am not sure it works right, and it will
probably recurse infinetly as circular group memberships are
admitted in sysdb. The original code had the same issues.
This code should be probably discarded and redone from scratch.
</pre>
</div>
</content>
</entry>
</feed>
