<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch srvbackport</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>TOOLS: Compile on old platforms such as RHEL5</title>
<updated>2013-02-11T14:45:10+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-02-11T11:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f5bb0ff1c3c59cf77bd7bb7e84cadcc68bef445e'/>
<id>f5bb0ff1c3c59cf77bd7bb7e84cadcc68bef445e</id>
<content type='text'>
Provides compatible declarations for modern file management functions
such as futimens or opening with the O_CLOEXEC flag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides compatible declarations for modern file management functions
such as futimens or opening with the O_CLOEXEC flag
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Use file descriptor to avoid races when creating a home directory</title>
<updated>2013-02-11T14:45:10+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-02-07T10:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f03094b1950325fd0d7f59fd626ac3d34ce56731'/>
<id>f03094b1950325fd0d7f59fd626ac3d34ce56731</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>TOOLS: Use openat/unlinkat when removing the homedir</title>
<updated>2013-02-11T14:45:10+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-12-12T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=9ec97a7502739c4966b5f3eb9d6b6ed282cf954b'/>
<id>9ec97a7502739c4966b5f3eb9d6b6ed282cf954b</id>
<content type='text'>
The removal of a home directory is sensitive to concurrent modification
of the directory tree being removed and can unlink files outside the
directory tree.

This security issue was assigned CVE-2013-0219

https://fedorahosted.org/sssd/ticket/1782
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The removal of a home directory is sensitive to concurrent modification
of the directory tree being removed and can unlink files outside the
directory tree.

This security issue was assigned CVE-2013-0219

https://fedorahosted.org/sssd/ticket/1782
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace system() function with fork and execl call.</title>
<updated>2011-07-05T12:02:21+00:00</updated>
<author>
<name>Matthew Ife</name>
<email>matthew.ife@airattack-central.com</email>
</author>
<published>2011-07-01T18:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=a0253cca6c0961a22c64a319915dc2fdad10caea'/>
<id>a0253cca6c0961a22c64a319915dc2fdad10caea</id>
<content type='text'>
This is much more selinux friendly as it allows policy makers to call
nscd_domtrans to transition to nscd_t instead of giving more access to
the system via the corcmd_exec_bin macro.

Modified-by: Simo Sorce &lt;ssorce@redhat.com&gt;

Signed-off-by: Simo Sorce &lt;ssorce@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is much more selinux friendly as it allows policy makers to call
nscd_domtrans to transition to nscd_t instead of giving more access to
the system via the corcmd_exec_bin macro.

Modified-by: Simo Sorce &lt;ssorce@redhat.com&gt;

Signed-off-by: Simo Sorce &lt;ssorce@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_obfuscate: abort on ctrl+c</title>
<updated>2011-03-24T18:14:02+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-03-24T14:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6718eb8bc04df52cd475c7659831d9f549b9cf2e'/>
<id>6718eb8bc04df52cd475c7659831d9f549b9cf2e</id>
<content type='text'>
There is a python bug (http://bugs.python.org/issue11236) where
getpass.getpass() does not throw KeyboardInterrupt on ctrl+c. This
workaround is the closest we can get: if we detect the control
character in the string that we read, we'll cancel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a python bug (http://bugs.python.org/issue11236) where
getpass.getpass() does not throw KeyboardInterrupt on ctrl+c. This
workaround is the closest we can get: if we detect the control
character in the string that we read, we'll cancel.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_obfuscate: Avoid traceback on ctrl+d</title>
<updated>2011-03-24T18:14:02+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-03-24T14:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=7c4d48633bc3bee025a996df888f998317651ec1'/>
<id>7c4d48633bc3bee025a996df888f998317651ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removing password option functionality</title>
<updated>2011-02-03T17:18:33+00:00</updated>
<author>
<name>Gowrishankar Rajaiyan</name>
<email>gsr@redhat.com</email>
</author>
<published>2011-02-02T13:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=63c93f17961ce33e525af915ebb9c530db1cccc8'/>
<id>63c93f17961ce33e525af915ebb9c530db1cccc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gracefully handle permission errors in sss_obfuscate</title>
<updated>2011-02-03T17:17:52+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-02-01T21:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=026f55b3494e3c01203f263fd699c91219cde5d6'/>
<id>026f55b3494e3c01203f263fd699c91219cde5d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the domain argument mandatory in sss_obfuscate</title>
<updated>2011-02-03T17:17:48+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-02-01T21:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ce695425d92fb528ad7e5364fd375b2ddc47e352'/>
<id>ce695425d92fb528ad7e5364fd375b2ddc47e352</id>
<content type='text'>
It doesn't make sense to set a "default" domain. We should require
that the domain always be specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't make sense to set a "default" domain. We should require
that the domain always be specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usability of sss_obfuscate command</title>
<updated>2011-01-17T17:19:00+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-01-17T15:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=8d00718b943ab8b326320feb50820f0663031817'/>
<id>8d00718b943ab8b326320feb50820f0663031817</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
