<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/common, branch new_backend_target</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>Build all SSSD components with warnings enabled</title>
<updated>2009-07-13T16:13:55+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-07-13T13:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=7f5e857a11f932c247b5a96d0d86768226ba2e96'/>
<id>7f5e857a11f932c247b5a96d0d86768226ba2e96</id>
<content type='text'>
Previously, only the SSSD server components were being built with
compile-time warnings enabled. This patch will ensure that all
components in common and sss_client are also built the same way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, only the SSSD server components were being built with
compile-time warnings enabled. This patch will ensure that all
components in common and sss_client are also built the same way.
</pre>
</div>
</content>
</entry>
<entry>
<title>COLLECTION Removing static placeholder structure.</title>
<updated>2009-07-06T18:00:56+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-07-06T17:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=bb633f641f8b2bf56d49a48077f409a59f3269ce'/>
<id>bb633f641f8b2bf56d49a48077f409a59f3269ce</id>
<content type='text'>
There was a static global structure used in iteration and in
traversing the collection. It has been removed and replaced with
a better solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a static global structure used in iteration and in
traversing the collection. It has been removed and replaced with
a better solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up warnings in common/</title>
<updated>2009-07-03T16:36:25+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-07-03T16:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=550f27dbdbd00024e483b989ebc033b2cbe0d239'/>
<id>550f27dbdbd00024e483b989ebc033b2cbe0d239</id>
<content type='text'>
Fix consts and function declarations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix consts and function declarations
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding wrappers to free data in INI API.</title>
<updated>2009-07-03T00:02:34+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-07-02T23:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=af6b9f749f3f9ade3727bb0b43baffbdbd26cdcb'/>
<id>af6b9f749f3f9ade3727bb0b43baffbdbd26cdcb</id>
<content type='text'>
See ticket #37 in sssd track.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See ticket #37 in sssd track.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing function names for collection API.</title>
<updated>2009-07-03T00:02:27+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-07-02T16:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=09c4b073ca0bdf8d208cbcc7e84a7d33629213d2'/>
<id>09c4b073ca0bdf8d208cbcc7e84a7d33629213d2</id>
<content type='text'>
Patch prepends prefix "col_" to all
functions related to collection.
This caused some formatiing issues
so the alignement was addressed too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch prepends prefix "col_" to all
functions related to collection.
This caused some formatiing issues
so the alignement was addressed too.
</pre>
</div>
</content>
</entry>
<entry>
<title>New deletion unit test.</title>
<updated>2009-07-02T15:35:29+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-07-02T14:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ef1f27f3a3eaa43b4dbd24cab361b9fe43cdce44'/>
<id>ef1f27f3a3eaa43b4dbd24cab361b9fe43cdce44</id>
<content type='text'>
Adds a unit test for deletion and re-adding
of the elements to collection.
Small syntactical fix in "stack".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a unit test for deletion and re-adding
of the elements to collection.
Small syntactical fix in "stack".
</pre>
</div>
</content>
</entry>
<entry>
<title>Queue and stack APIs using collection.</title>
<updated>2009-07-02T12:16:35+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-07-01T22:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=9a28c36d323c14e31a3895ffe7dc905b815291f8'/>
<id>9a28c36d323c14e31a3895ffe7dc905b815291f8</id>
<content type='text'>
Patch adds two interfaces for stack and queue using
collection as underlaying implementation.
It also fixes a bug in the insterion code -
the unsigned properties were created as long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch adds two interfaces for stack and queue using
collection as underlaying implementation.
It also fixes a bug in the insterion code -
the unsigned properties were created as long.
</pre>
</div>
</content>
</entry>
<entry>
<title>FORMATTING - minor cleanup of the unit test.</title>
<updated>2009-07-02T12:16:35+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-07-01T21:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=203d8d4ffb03897ab995bc2a6311f2a603245269'/>
<id>203d8d4ffb03897ab995bc2a6311f2a603245269</id>
<content type='text'>
This patch adds formatting changes to
better follow the style guidelines in
the collection unit test.
No logical changes to the code.
I was planning to do it for a while
per Simo's comment when he accepted
the core of the collection code but
indicated that the unit test should be
cleaned later.
Later has come.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds formatting changes to
better follow the style guidelines in
the collection unit test.
No logical changes to the code.
I was planning to do it for a while
per Simo's comment when he accepted
the core of the collection code but
indicated that the unit test should be
cleaned later.
Later has come.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding INSERT into collection functionality.</title>
<updated>2009-07-01T13:17:39+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-06-11T14:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=77c350b05bf4a2ec35512699d3450490ba9d6aff'/>
<id>77c350b05bf4a2ec35512699d3450490ba9d6aff</id>
<content type='text'>
Add was always insterting at the end of the collection.
With this change one can control where the item is
inserted and deal with the duplicates too.
Also one now can extract items from collection
using absolute and relative disposition.
Using more advanced hashing function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add was always insterting at the end of the collection.
With this change one can control where the item is
inserted and deal with the duplicates too.
Also one now can extract items from collection
using absolute and relative disposition.
Using more advanced hashing function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable quiet build for automake &gt;= 1.11</title>
<updated>2009-06-02T13:48:40+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-06-01T15:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ce584e4571816dc19f35763dec1d686f8892bae6'/>
<id>ce584e4571816dc19f35763dec1d686f8892bae6</id>
<content type='text'>
If automake 1.11 or higher is available, use of the configure
option '--enable-silent-rules' will suppress most build messages
and replace them with lines such as
CC   sysdb.o

This affects libtool as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If automake 1.11 or higher is available, use of the configure
option '--enable-silent-rules' will suppress most build messages
and replace them with lines such as
CC   sysdb.o

This affects libtool as well.
</pre>
</div>
</content>
</entry>
</feed>
