<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/tools/tools_util.c, branch sssd-1-8</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>TOOLS: Use file descriptor to avoid races when creating a home directory</title>
<updated>2013-01-29T15:18:18+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-01-29T13:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=cfcfa9bd014a7717821c98262a11772c8e79c13e'/>
<id>cfcfa9bd014a7717821c98262a11772c8e79c13e</id>
<content type='text'>
When creating a home directory, the destination tree can be modified in
various ways while it is being constructed because directory
permissions
are set before populating the directory. This can lead to file creation
and permission changes outside the target directory tree, using hard
links.

This security problem was assigned CVE-2013-0219

https://fedorahosted.org/sssd/ticket/1782
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating a home directory, the destination tree can be modified in
various ways while it is being constructed because directory
permissions
are set before populating the directory. This can lead to file creation
and permission changes outside the target directory tree, using hard
links.

This security problem was assigned CVE-2013-0219

https://fedorahosted.org/sssd/ticket/1782
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_sss: keep selinux optional</title>
<updated>2012-02-23T14:13:17+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/okos/public_git/sssd2.git/commit/?id=1380fad3bff067fcfcdc0b16e903278415f5cbe6'/>
<id>1380fad3bff067fcfcdc0b16e903278415f5cbe6</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>
<entry>
<title>Cleanup: Remove unused parameters</title>
<updated>2011-11-22T15:40:15+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-31T11:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=ac3a1f3da772cf101101c31675c63dc3549b21b5'/>
<id>ac3a1f3da772cf101101c31675c63dc3549b21b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible resource leak in create_mail_spool()</title>
<updated>2011-11-07T13:57:17+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-11-04T08:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5a66e8f96603b34497de8fed762a9ac41e929efa'/>
<id>5a66e8f96603b34497de8fed762a9ac41e929efa</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1071
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb refactoring: deleted domain variables in sysdb API</title>
<updated>2011-08-15T13:16:38+00:00</updated>
<author>
<name>Jan Zeleny</name>
<email>jzeleny@redhat.com</email>
</author>
<published>2011-05-18T14:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8a1738f9379a1b8fb5c95c3df649e014ff5a1434'/>
<id>8a1738f9379a1b8fb5c95c3df649e014ff5a1434</id>
<content type='text'>
The patch also updates code using modified functions. Tests have also
been adjusted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch also updates code using modified functions. Tests have also
been adjusted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assorted minor bugs in sss_ tools</title>
<updated>2010-09-08T13:36:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-08-31T16:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8443d24c0584f45151e0c80506d7a572b8a38ed7'/>
<id>8443d24c0584f45151e0c80506d7a572b8a38ed7</id>
<content type='text'>
Fixes: #585
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #585
</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/okos/public_git/sssd2.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>sysydb: Finally stop using a common event context</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-21T04:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9db5a5140356479a58f2e7212fc5c4ad6135bb7f'/>
<id>9db5a5140356479a58f2e7212fc5c4ad6135bb7f</id>
<content type='text'>
This commit completes the migration to a synchronous sysdb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit completes the migration to a synchronous sysdb
</pre>
</div>
</content>
</entry>
<entry>
<title>sysdb: convert sysdb_getgrnam</title>
<updated>2010-04-12T13:22:16+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-03-14T23:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=25465215742b9c78566d44cd06a886c4a4e43ffa'/>
<id>25465215742b9c78566d44cd06a886c4a4e43ffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add userdel_cmd param</title>
<updated>2010-04-06T18:33:43+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-22T21:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=4aa841c5724f313435aeea1c0319e81bb0d14321'/>
<id>4aa841c5724f313435aeea1c0319e81bb0d14321</id>
<content type='text'>
Fixes: #231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #231
</pre>
</div>
</content>
</entry>
</feed>
