<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/util, 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>add a short explanation about the used debug levels</title>
<updated>2009-07-10T13:51:39+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-07-09T17:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=923bc6d7922c4374bbb70ff34fa922fe595ec40b'/>
<id>923bc6d7922c4374bbb70ff34fa922fe595ec40b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PRINT and ERROR macros</title>
<updated>2009-07-02T18:09:06+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-06-22T08:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=224c9930b9106d4c9b383f7f8b6625597f7bd26c'/>
<id>224c9930b9106d4c9b383f7f8b6625597f7bd26c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the use of custom CFLAGS on the make command line</title>
<updated>2009-06-19T13:25:42+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-06-18T15:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a8f3c276d5f408d39b2474f62e1f80cc97e5a2b0'/>
<id>a8f3c276d5f408d39b2474f62e1f80cc97e5a2b0</id>
<content type='text'>
Setting CFLAGS explicitly in configure.ac means that they would be
overwritten when using e.g. make CFLAGS="-O0 -g"
This replaces the explicit setting of CFLAGS with an
AM_CONDITIONAL to have Makefile.am set these instead.

Also fixes a missing #include that was coincidentally obscured
because gcc's -O2 happened to be able to locate it. Setting -O0
revealed the problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting CFLAGS explicitly in configure.ac means that they would be
overwritten when using e.g. make CFLAGS="-O0 -g"
This replaces the explicit setting of CFLAGS with an
AM_CONDITIONAL to have Makefile.am set these instead.

Also fixes a missing #include that was coincidentally obscured
because gcc's -O2 happened to be able to locate it. Setting -O0
revealed the problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create gettext framework for SSSD daemon</title>
<updated>2009-06-17T11:23:24+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-06-15T14:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ad4e495fa434f72de37846704cb08bacac3c52da'/>
<id>ad4e495fa434f72de37846704cb08bacac3c52da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing configure check for getpgrp</title>
<updated>2009-06-11T13:17:06+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-06-11T12:46:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=da891b9cd5a17c65299f84db507181fd74a7a6bf'/>
<id>da891b9cd5a17c65299f84db507181fd74a7a6bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn sssd_mem_takeover into sssd_mem_attach</title>
<updated>2009-06-10T18:55:20+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-06-02T19:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1a9957cf23b3635f60dd22485988fe47d7154f6c'/>
<id>1a9957cf23b3635f60dd22485988fe47d7154f6c</id>
<content type='text'>
The old function was not used anywhere, and this function uses better
semantics, including not using void ** which gives strict aliasing problems.

Also add a generic password destroy function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old function was not used anywhere, and this function uses better
semantics, including not using void ** which gives strict aliasing problems.

Also add a generic password destroy function
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix invalid pointer error in ldb_debug_messages</title>
<updated>2009-06-08T15:35:06+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-06-04T17:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a9ca9d08ce562000b4aa155c54898763125eb7e3'/>
<id>a9ca9d08ce562000b4aa155c54898763125eb7e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add utility function talloc_zfree</title>
<updated>2009-06-02T13:48:24+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-05-30T23:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=773075a4b6b8c0e8480a49f8c7f28cd850c7ea72'/>
<id>773075a4b6b8c0e8480a49f8c7f28cd850c7ea72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress "rootdse" error messages.</title>
<updated>2009-05-28T19:41:04+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-28T18:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=181f25a1fb70d47490c1b82e9e968f77e2fab019'/>
<id>181f25a1fb70d47490c1b82e9e968f77e2fab019</id>
<content type='text'>
We will trap all LDB debug messages and pipe them into our
internal DEBUG() function. LDB FATAL messages will still be
printed by default, WARNING and TRACE functions will be at debug
level 3 and 9, respectively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will trap all LDB debug messages and pipe them into our
internal DEBUG() function. LDB FATAL messages will still be
printed by default, WARNING and TRACE functions will be at debug
level 3 and 9, respectively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PTR_2_INT for alignment calculations</title>
<updated>2009-05-28T13:55:19+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-05-28T13:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8370c839486e7205e9131451e2ec04593e427e27'/>
<id>8370c839486e7205e9131451e2ec04593e427e27</id>
<content type='text'>
This version should be pointer size agnostic.
Should make this code safe on both 32bit and 64bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version should be pointer size agnostic.
Should make this code safe on both 32bit and 64bit.
</pre>
</div>
</content>
</entry>
</feed>
