<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/tools/tools_util.h, 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>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>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>sysdb: remove remaining traces of sysdb_handle</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:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=e5e32021c23f3726d68ee756e8e3de48b3214063'/>
<id>e5e32021c23f3726d68ee756e8e3de48b3214063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SELinux login management</title>
<updated>2010-04-08T12:53:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-30T13:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9c124af8868a7d3908c03ec369e28daef17d5f12'/>
<id>9c124af8868a7d3908c03ec369e28daef17d5f12</id>
<content type='text'>
Adds a new option -Z to sss_useradd and sss_usermod. This option allows
user to specify the SELinux login context for the user. On deleting the
user with sss_userdel, the login mapping is deleted, so subsequent
adding of the same user would result in the default login context unless
-Z is specified again.

MLS security is not supported as of this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new option -Z to sss_useradd and sss_usermod. This option allows
user to specify the SELinux login context for the user. On deleting the
user with sss_userdel, the login mapping is deleted, so subsequent
adding of the same user would result in the default login context unless
-Z is specified again.

MLS security is not supported as of this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SELinux related functions into its own module</title>
<updated>2010-04-08T12:53:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-17T14:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=81020661d35772b5499525b76a19c9a3794c953e'/>
<id>81020661d35772b5499525b76a19c9a3794c953e</id>
<content type='text'>
Fix whitespace errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix whitespace errors
</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>
<entry>
<title>Flush NSCD cache after modifying local database</title>
<updated>2010-03-15T11:40:52+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-12T15:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=e45fcd9e478300e6be8a49402fcea81fce623804'/>
<id>e45fcd9e478300e6be8a49402fcea81fce623804</id>
<content type='text'>
Fixes: #221
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #221
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename server/ directory to src/</title>
<updated>2010-02-18T18:48:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-18T12:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1c48b5a62f73234ed26bb20f0ab345ab61cda0ab'/>
<id>1c48b5a62f73234ed26bb20f0ab345ab61cda0ab</id>
<content type='text'>
Also update BUILD.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update BUILD.txt
</pre>
</div>
</content>
</entry>
</feed>
