<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch rhel5.10</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>TOOLS: Compile on old platforms such as RHEL5</title>
<updated>2013-05-16T09:06:07+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/okos/public_git/sssd.git/commit/?id=e57b8a6b0d7dbb0e336ba236841b27320bc3f886'/>
<id>e57b8a6b0d7dbb0e336ba236841b27320bc3f886</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-05-16T09:06:07+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/okos/public_git/sssd.git/commit/?id=c7b75b4069e53ab7e3013641782cd6a0958a77ff'/>
<id>c7b75b4069e53ab7e3013641782cd6a0958a77ff</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-05-16T09:06:07+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/okos/public_git/sssd.git/commit/?id=a2d35c19d8d7cb6411457939a576f14e85b18045'/>
<id>a2d35c19d8d7cb6411457939a576f14e85b18045</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>sss_obfuscate: Avoid traceback on ctrl+d</title>
<updated>2011-03-25T13:16:28+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/okos/public_git/sssd.git/commit/?id=61d3d86693b9ec5afd47c510c5aeab45cff768f8'/>
<id>61d3d86693b9ec5afd47c510c5aeab45cff768f8</id>
<content type='text'>
sss_obfuscate: abort on ctrl+c

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>
sss_obfuscate: abort on ctrl+c

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 fixes</title>
<updated>2011-02-15T12:34:55+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/okos/public_git/sssd.git/commit/?id=ee59229e1227abe20bf4952919a2e919ed58172c'/>
<id>ee59229e1227abe20bf4952919a2e919ed58172c</id>
<content type='text'>
Make the domain argument mandatory in sss_obfuscate

It doesn't make sense to set a "default" domain. We should require
that the domain always be specified.

Gracefully handle permission errors in sss_obfuscate

Make SSSDConfig API configuration readable

Previously, only root could read these files, but it makes sense
to allow non-root users to prototype sssd.conf files.

removing password option functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the domain argument mandatory in sss_obfuscate

It doesn't make sense to set a "default" domain. We should require
that the domain always be specified.

Gracefully handle permission errors in sss_obfuscate

Make SSSDConfig API configuration readable

Previously, only root could read these files, but it makes sense
to allow non-root users to prototype sssd.conf files.

removing password option functionality
</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/okos/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>
<entry>
<title>Fix boolean comparison against string</title>
<updated>2011-01-05T13:06:17+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-01-03T18:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=04f0cf2ce6140bcb3b38dccd4f9e44858b53a4fd'/>
<id>04f0cf2ce6140bcb3b38dccd4f9e44858b53a4fd</id>
<content type='text'>
Coverity 10082 and 100083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity 10082 and 100083
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly check the return value from semanage_commit</title>
<updated>2010-11-05T18:50:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-11-05T12:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=a476bf85436d8a8195df1693db5b806a9c8f56bd'/>
<id>a476bf85436d8a8195df1693db5b806a9c8f56bd</id>
<content type='text'>
semanage_commit() returns -1 on error, and can return a positive
value on success.

https://bugzilla.redhat.com/show_bug.cgi?id=649037
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
semanage_commit() returns -1 on error, and can return a positive
value on success.

https://bugzilla.redhat.com/show_bug.cgi?id=649037
</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/sssd.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>sss_obfuscate tool</title>
<updated>2010-09-08T13:36:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-08-30T09:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=530ba03ecabb472f17d5d1ab546aec9390492de1'/>
<id>530ba03ecabb472f17d5d1ab546aec9390492de1</id>
<content type='text'>
A tool to add obfuscated passwords into the SSSD config file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A tool to add obfuscated passwords into the SSSD config file
</pre>
</div>
</content>
</entry>
</feed>
