<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/common/dhash, branch maint-0.6</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/'/>
<entry>
<title>Include m4 directories in tarball</title>
<updated>2009-09-15T13:55:17+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-15T17:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f1fab7b8210af4ae94453265b607e2dab06789ca'/>
<id>f1fab7b8210af4ae94453265b607e2dab06789ca</id>
<content type='text'>
Necessary for RPM builds on RHEL5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Necessary for RPM builds on RHEL5
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'make tests' target</title>
<updated>2009-09-11T20:22:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-11T19:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1df8e4158e752f1f010394d09e8a5e4f8201fd7e'/>
<id>1df8e4158e752f1f010394d09e8a5e4f8201fd7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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/okos/public_git/sssd2.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>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/okos/public_git/sssd2.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>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/okos/public_git/sssd2.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>
<entry>
<title>Clean up automake build to work on older versions of libtool</title>
<updated>2009-05-26T13:10:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-21T13:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=419d4579bcb84a3b10d8b5048df2087a3f55544f'/>
<id>419d4579bcb84a3b10d8b5048df2087a3f55544f</id>
<content type='text'>
LT_INIT is supported only on Libtool &gt;= 2.0, so I reverted it to
using AC_PROG_LIBTOOL.

Also reorganized how the common libraries were being built. Now
they are treated as libtool convenience libraries instead of
installable libraries (the --with-singlelib configure flag can
still be used to generate a combined, installable DSO)

I cleaned up the set of files being installed by automake, so the
list of things we need to remove before packaging the RPM is now
only the .la files associated with our own plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LT_INIT is supported only on Libtool &gt;= 2.0, so I reverted it to
using AC_PROG_LIBTOOL.

Also reorganized how the common libraries were being built. Now
they are treated as libtool convenience libraries instead of
installable libraries (the --with-singlelib configure flag can
still be used to generate a combined, installable DSO)

I cleaned up the set of files being installed by automake, so the
list of things we need to remove before packaging the RPM is now
only the .la files associated with our own plugins.
</pre>
</div>
</content>
</entry>
<entry>
<title>more autotools cleanup</title>
<updated>2009-05-26T12:52:25+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-05-22T08:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120'/>
<id>b55cd4c68b7ef6c7364b9c8ac2c5b644303c1120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix RPM generation issues with sssd</title>
<updated>2009-05-19T19:17:14+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-19T18:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=897060147ddea72ecc1e86c6b7b915ff1d462f71'/>
<id>897060147ddea72ecc1e86c6b7b915ff1d462f71</id>
<content type='text'>
Ensures that the common libraries build statically.
Also ensures that the sssd.spec creates the SYSV init script with
the appropriate permissions.

Cleans up the useless rpmdist target that was obsolete.

Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files
were dangling symlinks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensures that the common libraries build statically.
Also ensures that the sssd.spec creates the SYSV init script with
the appropriate permissions.

Cleans up the useless rpmdist target that was obsolete.

Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files
were dangling symlinks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable parallel builds for the common libraries</title>
<updated>2009-05-19T15:09:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-18T18:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce'/>
<id>7d3d79c5b325ce5002c0f6a936b4e84d04edf5ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable modular build of common SSSD libraries</title>
<updated>2009-05-14T15:34:04+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-12T15:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=798af224b66e25b694569f70e86262f7867917cf'/>
<id>798af224b66e25b694569f70e86262f7867917cf</id>
<content type='text'>
Allow configuration and build of individual SSSD utility libraries
from their own subdirectories. Building all utilities is still
possible recursively from the common root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow configuration and build of individual SSSD utility libraries
from their own subdirectories. Building all utilities is still
possible recursively from the common root.
</pre>
</div>
</content>
</entry>
</feed>
