<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools/files.c, branch simo</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>Convert read and write operations to sss_atomic_read</title>
<updated>2012-04-20T14:55:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-02T21:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9d7d4458d94d0aac0a7edf999368eb18f89cb76a'/>
<id>9d7d4458d94d0aac0a7edf999368eb18f89cb76a</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1209
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential resource leak in remove_tree_with_ctx()</title>
<updated>2010-06-17T20:28:51+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-17T19:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=4c2cf0bc498c59343257fbae6dd93ec1a9fb88bc'/>
<id>4c2cf0bc498c59343257fbae6dd93ec1a9fb88bc</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/515
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential resource leak in copy_tree_ctx()</title>
<updated>2010-06-14T20:54:30+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-06-03T16:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1003dcd7681511c5b703e6723e207cdd50d82885'/>
<id>1003dcd7681511c5b703e6723e207cdd50d82885</id>
<content type='text'>
Ticket #515
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #515
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle read() and write() throughout the SSSD</title>
<updated>2010-06-10T14:17:38+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-08T19:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=06247775aa9c49ffce72827921eb45e2d04c6aa1'/>
<id>06247775aa9c49ffce72827921eb45e2d04c6aa1</id>
<content type='text'>
We need to guarantee at all times that reads and writes complete
successfully. This means that they must be checked for returning
EINTR and EAGAIN, and all writes must be wrapped in a loop to
ensure that they do not truncate their output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to guarantee at all times that reads and writes complete
successfully. This means that they must be checked for returning
EINTR and EAGAIN, and all writes must be wrapped in a loop to
ensure that they do not truncate their output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SELinux related functions into its own module</title>
<updated>2010-04-08T12:53:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2010-03-17T14:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=81020661d35772b5499525b76a19c9a3794c953e'/>
<id>81020661d35772b5499525b76a19c9a3794c953e</id>
<content type='text'>
Fix whitespace errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix whitespace errors
</pre>
</div>
</content>
</entry>
<entry>
<title>Add forgotten \n in DEBUG statements</title>
<updated>2010-03-04T17:41:31+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2010-03-03T07:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8f4aaae28c88c707853f8f28d8babc4efe0c1bf6'/>
<id>8f4aaae28c88c707853f8f28d8babc4efe0c1bf6</id>
<content type='text'>
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so
I decided to fix them. I also made a quick grep through the code and
found other places so I fixed them too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so
I decided to fix them. I also made a quick grep through the code and
found other places so I fixed them too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename server/ directory to src/</title>
<updated>2010-02-18T18:48:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-18T12:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1c48b5a62f73234ed26bb20f0ab345ab61cda0ab'/>
<id>1c48b5a62f73234ed26bb20f0ab345ab61cda0ab</id>
<content type='text'>
Also update BUILD.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update BUILD.txt
</pre>
</div>
</content>
</entry>
</feed>
