<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sbus, branch ccname</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>Remove unused code</title>
<updated>2013-09-12T17:09:01+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-09-11T17:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=c4545b1e910857bc0dae7ce2ed6291d8bd1fc4f2'/>
<id>c4545b1e910857bc0dae7ce2ed6291d8bd1fc4f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pointer formatting</title>
<updated>2013-09-11T17:44:53+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-13T14:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=7b55e91d0909035e57fa2081a7dfd2bce42dc365'/>
<id>7b55e91d0909035e57fa2081a7dfd2bce42dc365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing critical format string issues.</title>
<updated>2013-05-20T20:37:25+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-05-17T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=7486dea9f5f7b2a6fbbacc6db740a82140b6377c'/>
<id>7486dea9f5f7b2a6fbbacc6db740a82140b6377c</id>
<content type='text'>
--missing arguments.
--format '%s', but argument is integer.
--wrong format string, examle: '%\n'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--missing arguments.
--format '%s', but argument is integer.
--wrong format string, examle: '%\n'
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some debug lines to new debug log levels</title>
<updated>2012-06-20T11:41:04+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-04-10T09:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=387349ae092f6dbeb8e4bca291a772695836629c'/>
<id>387349ae092f6dbeb8e4bca291a772695836629c</id>
<content type='text'>
 * These are common lines of debug output when starting
   up sssd

https://bugzilla.redhat.com/show_bug.cgi?id=811113
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * These are common lines of debug output when starting
   up sssd

https://bugzilla.redhat.com/show_bug.cgi?id=811113
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch cases where D-Bus connection is NULL</title>
<updated>2012-04-05T22:21:34+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-03-30T19:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=6e8b4d412a9a28bb79f575b9970c3fd7876609ac'/>
<id>6e8b4d412a9a28bb79f575b9970c3fd7876609ac</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1270
</pre>
</div>
</content>
</entry>
<entry>
<title>SBUS: Fix DEBUG log matching</title>
<updated>2011-11-10T16:59:50+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2011-11-08T18:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=4a0d06b61ec336a250d22f28b203bd47b6c096fe'/>
<id>4a0d06b61ec336a250d22f28b203bd47b6c096fe</id>
<content type='text'>
This log message should only be displayed at the most verbose of
log levels. Since it didn't match, it was resulting in a Coverity
error warning of the printing of an uninitialized value (fd).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This log message should only be displayed at the most verbose of
log levels. Since it didn't match, it was resulting in a Coverity
error warning of the printing of an uninitialized value (fd).
</pre>
</div>
</content>
</entry>
<entry>
<title>Report on errno, not return code in create_socket_symlink</title>
<updated>2011-10-14T17:58:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-14T15:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=8cfaeff2af47400c2bce0d4a23caa40d06500c55'/>
<id>8cfaeff2af47400c2bce0d4a23caa40d06500c55</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1044
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one error in remove_socket_symlink()</title>
<updated>2011-10-14T17:58:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-14T15:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=9acfdb15ab1b939b4ee9f764206598b83e4f4422'/>
<id>9acfdb15ab1b939b4ee9f764206598b83e4f4422</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1043
</pre>
</div>
</content>
</entry>
<entry>
<title>Append PID to sbus server socket name, let clients use a symlink</title>
<updated>2011-10-13T17:18:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-06T16:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=2c9a76e553f9239eaa91f32ccaf18b7a68316ce5'/>
<id>2c9a76e553f9239eaa91f32ccaf18b7a68316ce5</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1034
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1034
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to follow symlinks to check_file()</title>
<updated>2011-10-13T17:18:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-10-05T15:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/sssd.git/commit/?id=fe9cea3352b919f81ead0de5487ed593325b2ef0'/>
<id>fe9cea3352b919f81ead0de5487ed593325b2ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
