<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/common/ini, branch python_api</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>Remove common directory</title>
<updated>2010-08-19T15:15:09+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-08-13T18:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ad42d90b7e23978b62e36d6885d5fea0a105d6d0'/>
<id>ad42d90b7e23978b62e36d6885d5fea0a105d6d0</id>
<content type='text'>
All files formerly in common are now being built individually out
of the ding-libs repository.

git clone git://git.fedorahosted.org/git/ding-libs.git
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All files formerly in common are now being built individually out
of the ding-libs repository.

git clone git://git.fedorahosted.org/git/ding-libs.git
</pre>
</div>
</content>
</entry>
<entry>
<title>Memory leak in case of empty value</title>
<updated>2010-06-28T12:38:14+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-06-10T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e67e64ddefb993f7fdea4501f7efbe657cb0f164'/>
<id>e67e64ddefb993f7fdea4501f7efbe657cb0f164</id>
<content type='text'>
Addressing coverity issue. Ticket #513.
The memory was really leaked when
the configuration value was empty.
Added unit test that confirmed the bug.
MANUAL MERGE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addressing coverity issue. Ticket #513.
The memory was really leaked when
the configuration value was empty.
Added unit test that confirmed the bug.
MANUAL MERGE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing NULL dereferencing in ini_config</title>
<updated>2010-06-28T12:38:14+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-06-10T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9d3bd4b906fbfc879cec06d9cdad44db7c15c5ff'/>
<id>9d3bd4b906fbfc879cec06d9cdad44db7c15c5ff</id>
<content type='text'>
Addressing ticket #504

Conflicts:

	common/ini/ini_config.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addressing ticket #504

Conflicts:

	common/ini/ini_config.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump libini_config version to 0.6.0</title>
<updated>2010-06-28T12:38:14+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-06-24T14:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=12a2aca4e7d8a44977079df184b6b88b35d333d9'/>
<id>12a2aca4e7d8a44977079df184b6b88b35d333d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support for explicit 32/64 types (attempt 2).</title>
<updated>2010-05-17T17:52:16+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-05-17T17:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5c65c5a50c496b161c7532055778c9e223185c21'/>
<id>5c65c5a50c496b161c7532055778c9e223185c21</id>
<content type='text'>
This is a reworked patch to add support for explicit
32 and 64 bit values in the config files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a reworked patch to add support for explicit
32 and 64 bit values in the config files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introducing a comment object</title>
<updated>2010-04-30T11:51:19+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-04-22T01:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=01c94127cf0fd72b6db828f1830fff1e5ed55bd1'/>
<id>01c94127cf0fd72b6db828f1830fff1e5ed55bd1</id>
<content type='text'>
Comment object will store
the comments found in the INI file.
It is based on the ref_array
interface.

Fixing review comments for comment obj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comment object will store
the comments found in the INI file.
It is based on the ref_array
interface.

Fixing review comments for comment obj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Code restructuring</title>
<updated>2010-04-26T13:54:59+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-04-15T21:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5a5eb2619fed6b37178d3b2c58970788c55cb529'/>
<id>5a5eb2619fed6b37178d3b2c58970788c55cb529</id>
<content type='text'>
Time came to split ini_config.c
into many much smaller pieces.

1) ini_parse.c - will have parsing functions
2) ini_get_value.c - will have single value
interpretation functions
3) ini_get_array.c - will have array interpretation
functions.
4) ini_print.c - error printing
5) ini_defines.h - common constants
6) ini_parse.h header for parsing functions
7) ini_list.c - will have list processing functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Time came to split ini_config.c
into many much smaller pieces.

1) ini_parse.c - will have parsing functions
2) ini_get_value.c - will have single value
interpretation functions
3) ini_get_array.c - will have array interpretation
functions.
4) ini_print.c - error printing
5) ini_defines.h - common constants
6) ini_parse.h header for parsing functions
7) ini_list.c - will have list processing functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing build</title>
<updated>2010-04-14T19:58:53+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-04-14T18:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=d734117fc364947d7a4803342378849b0f8362d8'/>
<id>d734117fc364947d7a4803342378849b0f8362d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ini_config unit test</title>
<updated>2010-04-14T16:15:54+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-04-14T15:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=b460494e9361f3dbc8da75d4d907a15c90382b49'/>
<id>b460494e9361f3dbc8da75d4d907a15c90382b49</id>
<content type='text'>
When running 'make distcheck', the entire source directory is set
to read-only, to ensure that the build process only has write
access to $builddir. As a result, this was causing the unit test
for file mode to fail, since the file it was testing resides in
the $srcdir.

This patch guarantees that the test file has the correct
permissions prior to running the access test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running 'make distcheck', the entire source directory is set
to read-only, to ensure that the build process only has write
access to $builddir. As a result, this was causing the unit test
for file mode to fail, since the file it was testing resides in
the $srcdir.

This patch guarantees that the test file has the correct
permissions prior to running the access test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to trace 64bit numbers</title>
<updated>2010-04-14T16:15:54+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-04-09T15:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=18f93c1437931b4c04a4f64756ca6adfa333fb02'/>
<id>18f93c1437931b4c04a4f64756ca6adfa333fb02</id>
<content type='text'>
[TRACE] Adding macros for signed numbers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[TRACE] Adding macros for signed numbers
</pre>
</div>
</content>
</entry>
</feed>
