<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch ldapdebug</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>Unchecked return value in files.c</title>
<updated>2013-01-29T15:02:34+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-01-25T15:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=cc542ca566355d8dd71bca62e3c564243120455e'/>
<id>cc542ca566355d8dd71bca62e3c564243120455e</id>
<content type='text'>
Found by coverity.
https://fedorahosted.org/sssd/ticket/1791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by coverity.
https://fedorahosted.org/sssd/ticket/1791
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Compile on old platforms such as RHEL5</title>
<updated>2013-01-28T15:09:18+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-25T15:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=48130eef6c5c64a07094b9e8582ba358b2048f24'/>
<id>48130eef6c5c64a07094b9e8582ba358b2048f24</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-01-23T13:27:58+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-20T19:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=94cbf1cfb0f88c967f1fb0a4cf23723148868e4a'/>
<id>94cbf1cfb0f88c967f1fb0a4cf23723148868e4a</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-01-23T13:27:58+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=020bf88fd1c5bdac8fc671b37c7118f5378c7047'/>
<id>020bf88fd1c5bdac8fc671b37c7118f5378c7047</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>TOOLS: invalidate parent groups in memory cache, too</title>
<updated>2013-01-21T15:09:41+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-21T12:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=7a92ae1598735ff69e36c72a7be60292ccad41d3'/>
<id>7a92ae1598735ff69e36c72a7be60292ccad41d3</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1775

In addition to invalidating the group being added to when adding a
member group/user, we also need to invalidate all its parent groups,
otherwise this getgrnam("parent") wouldn't report the members newly
added to its child groups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1775

In addition to invalidating the group being added to when adding a
member group/user, we also need to invalidate all its parent groups,
otherwise this getgrnam("parent") wouldn't report the members newly
added to its child groups.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Respect use_fully_qualified_names</title>
<updated>2013-01-16T14:40:19+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-01-09T19:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=6a16292fe61e6ee01895d1d9e99bf5fc92b869bb'/>
<id>6a16292fe61e6ee01895d1d9e99bf5fc92b869bb</id>
<content type='text'>
Tools for LOCAL domain should require FQDN if option
'use_fuly_quallified_names = TRUE' was configured.

https://fedorahosted.org/sssd/ticket/1746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tools for LOCAL domain should require FQDN if option
'use_fuly_quallified_names = TRUE' was configured.

https://fedorahosted.org/sssd/ticket/1746
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Call DEBUG_INIT sooner</title>
<updated>2013-01-16T14:35:55+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-01-10T13:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=f82135b75f0574e65c73269d6f24d42ba025b8e2'/>
<id>f82135b75f0574e65c73269d6f24d42ba025b8e2</id>
<content type='text'>
If bad parameteres were passed to sss_cache, the init
function returned without calling DEBUG_INIT macro and
unnecessary level 1 debug message was printed.

https://fedorahosted.org/sssd/ticket/1745
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If bad parameteres were passed to sss_cache, the init
function returned without calling DEBUG_INIT macro and
unnecessary level 1 debug message was printed.

https://fedorahosted.org/sssd/ticket/1745
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Refresh memcache after changes to local users and groups</title>
<updated>2013-01-15T19:16:05+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-15T11:36:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2c0a971010596c122d7a0c0d76c8eb85f16f6d06'/>
<id>2c0a971010596c122d7a0c0d76c8eb85f16f6d06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Provide a convenience function to refresh a list of groups</title>
<updated>2013-01-15T19:16:04+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-15T11:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2bb2eadf2b1b7854f430e37689b3e7a25bedfebd'/>
<id>2bb2eadf2b1b7854f430e37689b3e7a25bedfebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Split querying nss responder into a separate function</title>
<updated>2013-01-15T19:16:04+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-15T10:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=543676afec3c08fdc0a5a794976adc8dfdca974b'/>
<id>543676afec3c08fdc0a5a794976adc8dfdca974b</id>
<content type='text'>
The tools query the responder in order to sync the memcache after
performing changes to the local database. The functions will be reused
by other tools so I split them into a separate functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tools query the responder in order to sync the memcache after
performing changes to the local database. The functions will be reused
by other tools so I split them into a separate functions.
</pre>
</div>
</content>
</entry>
</feed>
