<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/responder, branch err_facility</title>
<subtitle>Experimental work on SSSD - Systen Security Services Daemon</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/'/>
<entry>
<title>Move sss_cmd_execute from client to responder code.</title>
<updated>2013-03-08T21:19:26+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-02-12T12:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=1a5d83798af7bd88c9d20862c8830ebb5b755e2d'/>
<id>1a5d83798af7bd88c9d20862c8830ebb5b755e2d</id>
<content type='text'>
I think it logically belongs there and allows to better exercise the
responder commands from unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think it logically belongs there and allows to better exercise the
responder commands from unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Debug message in sss_mc_create_file.</title>
<updated>2013-03-07T17:35:38+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-03-07T16:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=4eaa0cb982a58088680f974429b48ddf23b5825e'/>
<id>4eaa0cb982a58088680f974429b48ddf23b5825e</id>
<content type='text'>
This patch adds debug message for the case if sssd
fails to open old mc file for some other reason than
the file does not exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds debug message for the case if sssd
fails to open old mc file for some other reason than
the file does not exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>File descriptor leak in nss responder.</title>
<updated>2013-03-07T17:35:38+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-03-06T15:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=20c2bd06b530866a3c9670e6d0da266e7279db5e'/>
<id>20c2bd06b530866a3c9670e6d0da266e7279db5e</id>
<content type='text'>
File descriptors leaked every time sss_mmap_cache_reinit was
called and also the old memory cache was still maped in memory
(munmap was not called). This patch adds destructor for memory
cache context to call close() and munmap() automaticly.

https://fedorahosted.org/sssd/ticket/1826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File descriptors leaked every time sss_mmap_cache_reinit was
called and also the old memory cache was still maped in memory
(munmap was not called). This patch adds destructor for memory
cache context to call close() and munmap() automaticly.

https://fedorahosted.org/sssd/ticket/1826
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing unused parameter type from sudosrv_get_sudorules_query_cache()</title>
<updated>2013-03-07T12:47:27+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-03-07T10:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=400833cf54777ad44247c6adaf29b586bc83eb14'/>
<id>400833cf54777ad44247c6adaf29b586bc83eb14</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1825
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1825
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the alt_db_path parameter of sysdb_init</title>
<updated>2013-03-05T16:41:56+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-03-05T15:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=2ba16c5a5c4b6d3cd2a44179186ec60eda828bcd'/>
<id>2ba16c5a5c4b6d3cd2a44179186ec60eda828bcd</id>
<content type='text'>
This parameter was never used.

https://fedorahosted.org/sssd/ticket/1765
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This parameter was never used.

https://fedorahosted.org/sssd/ticket/1765
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same dbg level for all ncache hits.</title>
<updated>2013-03-04T22:54:12+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-03-04T12:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=6d678b590c0fca3f942e6ab1e4b6156d478a97e9'/>
<id>6d678b590c0fca3f942e6ab1e4b6156d478a97e9</id>
<content type='text'>
We used different debug levels for messages informing
about negative cache hits (old levels 2,3,4). Now it is
only SSSDBG_TRACE_FUNC (same level is used in nsssrv_services.c
and proposed in the ticket bellow).

https://fedorahosted.org/sssd/ticket/1771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used different debug levels for messages informing
about negative cache hits (old levels 2,3,4). Now it is
only SSSDBG_TRACE_FUNC (same level is used in nsssrv_services.c
and proposed in the ticket bellow).

https://fedorahosted.org/sssd/ticket/1771
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused functions</title>
<updated>2013-03-04T09:41:31+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-03-03T11:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=275102c8f332323571d55370a705d4610d24f510'/>
<id>275102c8f332323571d55370a705d4610d24f510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autofs: fix invalid header 'number of entries' in packet</title>
<updated>2013-03-01T09:10:21+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-02-27T11:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=cd2327153a9ac55f3cf470c294691506096bd1eb'/>
<id>cd2327153a9ac55f3cf470c294691506096bd1eb</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1739

Pointer to packet body may change while filling packet with autofs
mount points. As a consequence, we sometimes wrote the number of
entries into invalid body and we recieved an arbitrary number
on the client side.

If the number was 0, there were some skipped entries. If the number
was greater than 0, everything worked correctly, because we iterate
through the cached entries until we reach packet length - we don't
compare to the number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1739

Pointer to packet body may change while filling packet with autofs
mount points. As a consequence, we sometimes wrote the number of
entries into invalid body and we recieved an arbitrary number
on the client side.

If the number was 0, there were some skipped entries. If the number
was greater than 0, everything worked correctly, because we iterate
through the cached entries until we reach packet length - we don't
compare to the number.
</pre>
</div>
</content>
</entry>
<entry>
<title>if selinux is disabled, ignore that selogin dir is missing</title>
<updated>2013-02-26T14:59:40+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-02-25T13:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=24a913f47cc883903fbc71e180250da2530eba4a'/>
<id>24a913f47cc883903fbc71e180250da2530eba4a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1817
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized time_t var in responder</title>
<updated>2013-02-21T10:02:40+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-02-19T13:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=3a5dcd3c50b456c4d85281ec7a0972201e2f9426'/>
<id>3a5dcd3c50b456c4d85281ec7a0972201e2f9426</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1810
</pre>
</div>
</content>
</entry>
</feed>
