<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/util/util.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>Add function to safely wipe memory.</title>
<updated>2013-01-10T17:24:59+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>simo@redhat.com</email>
</author>
<published>2012-10-20T05:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c63415eabb1dc595c60760fb1df7fa7cfd1d3200'/>
<id>c63415eabb1dc595c60760fb1df7fa7cfd1d3200</id>
<content type='text'>
This is useful for wiping passwords, as it prevents the compiler from
optimizing out a memset to zero before a free()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for wiping passwords, as it prevents the compiler from
optimizing out a memset to zero before a free()
</pre>
</div>
</content>
</entry>
<entry>
<title>failover: Protect against empty host names</title>
<updated>2013-01-02T16:44:09+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-10-15T10:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=04759b59e71c78ab23b84d13dd29d9c6dd680adb'/>
<id>04759b59e71c78ab23b84d13dd29d9c6dd680adb</id>
<content type='text'>
Added new parameter to split_on_separator that allows to skip
empty values.

The whole function was rewritten. Unit test case was added to
check the new implementation.

https://fedorahosted.org/sssd/ticket/1484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added new parameter to split_on_separator that allows to skip
empty values.

The whole function was rewritten. Unit test case was added to
check the new implementation.

https://fedorahosted.org/sssd/ticket/1484
</pre>
</div>
</content>
</entry>
<entry>
<title>MONITOR: Fix off-by-one error in add_string_to_list</title>
<updated>2012-11-21T09:50:24+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-11-20T10:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d95e16fd2707c0f88da0bce2b6c315711ed02bae'/>
<id>d95e16fd2707c0f88da0bce2b6c315711ed02bae</id>
<content type='text'>
We need to allocate num_services+2 - one extra space for the new service
and one for NULL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to allocate num_services+2 - one extra space for the new service
and one for NULL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add string_in_list() and add_string_to_list() with tests</title>
<updated>2012-11-14T09:42:34+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2012-11-13T20:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=032d0980dfe5a27a5954f44f9d519e03fc7d1ced'/>
<id>032d0980dfe5a27a5954f44f9d519e03fc7d1ced</id>
<content type='text'>
string_in_list() and add_string_to_list() are two utilities for NULL
terminated strings arrays. add_string_to_list() adds a new string to an
existing list or creates a new one with the strings as only item if
there is not list. string_in_list() checks if a given string is in the
list. It can be used case sensitive or in-sensitive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
string_in_list() and add_string_to_list() are two utilities for NULL
terminated strings arrays. add_string_to_list() adds a new string to an
existing list or creates a new one with the strings as only item if
there is not list. string_in_list() checks if a given string is in the
list. It can be used case sensitive or in-sensitive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: IPv6 address with square brackets doesn't work.</title>
<updated>2012-08-23T16:33:39+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2012-08-22T13:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b096321a5a02dda0b6b71ba0f9c4d8feacd979e4'/>
<id>b096321a5a02dda0b6b71ba0f9c4d8feacd979e4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1365
</pre>
</div>
</content>
</entry>
<entry>
<title>Move atomic io function to a separate module</title>
<updated>2012-04-20T14:55:14+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2012-04-09T21:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9959c512ac3ba36f7a0db7614f0357ce0bae748f'/>
<id>9959c512ac3ba36f7a0db7614f0357ce0bae748f</id>
<content type='text'>
We'll be using it on various places of the SSSD. The function is in its
own file to allow using just the one piece without having to drag in the
whole util.c module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll be using it on various places of the SSSD. The function is in its
own file to allow using just the one piece without having to drag in the
whole util.c module.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to 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:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e3c99ae355408933b03357220f3db09423bd40dd'/>
<id>e3c99ae355408933b03357220f3db09423bd40dd</id>
<content type='text'>
Also adds a unit test for sss_atomic_io()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds a unit test for sss_atomic_io()
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Add function for atomic I/O</title>
<updated>2012-02-27T01:34:18+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2012-02-26T18:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=915b7f47219af0cedf5ddc146ab1598b3e6ae14a'/>
<id>915b7f47219af0cedf5ddc146ab1598b3e6ae14a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move sized_string declaration to utils</title>
<updated>2012-01-23T13:31:33+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2012-01-18T16:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=01171ddb20034578c616d0ba07f0268ab71809da'/>
<id>01171ddb20034578c616d0ba07f0268ab71809da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_utf8_tolower utility function+unit tests</title>
<updated>2011-12-16T19:46:16+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2011-12-06T13:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=dbea04f585a30d001b574317c068cd03a4fa332b'/>
<id>dbea04f585a30d001b574317c068cd03a4fa332b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
