<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/server/responder/common, 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>Rename server/ directory to src/</title>
<updated>2010-02-18T18:48:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-18T12:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1c48b5a62f73234ed26bb20f0ab345ab61cda0ab'/>
<id>1c48b5a62f73234ed26bb20f0ab345ab61cda0ab</id>
<content type='text'>
Also update BUILD.txt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update BUILD.txt
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate separate build tree for sss_client</title>
<updated>2010-02-18T18:48:44+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-17T14:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=8e9ac4d7443939ed0d152708d3877b29252d16fe'/>
<id>8e9ac4d7443939ed0d152708d3877b29252d16fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make attr_type an integer</title>
<updated>2010-02-15T13:20:05+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-12T15:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=824c1e4d7e0ab9da7ad3f16f9c2e37bce7858132'/>
<id>824c1e4d7e0ab9da7ad3f16f9c2e37bce7858132</id>
<content type='text'>
Previously it was a string being passed and converted into an
integer. It will be more efficient this way (and simpler for other
implementers)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously it was a string being passed and converted into an
integer. It will be more efficient this way (and simpler for other
implementers)
</pre>
</div>
</content>
</entry>
<entry>
<title>Pointers to non 32 bit aligned data were being cast to uint32_t *</title>
<updated>2010-01-22T14:09:58+00:00</updated>
<author>
<name>George McCollister</name>
<email>georgem@opteron.novatech-llc.com</email>
</author>
<published>2010-01-21T18:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=10e46b45ef6b52b1e81419ff3de62df6f0abe1c0'/>
<id>10e46b45ef6b52b1e81419ff3de62df6f0abe1c0</id>
<content type='text'>
uint32_t pointers must point to 32 bit aligned data on ARM. Instead of padding the data to force it into alignment I altered the code to memcpy the data to an aligned location. I'd appreciate any and all feedback especially on whether I took the best approach.

pam_test_client auth and pam_test_client acct now work on my armeb-xscale-linux-gnueabi target.

Signed-off-by: George McCollister &lt;georgem@opteron.novatech-llc.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uint32_t pointers must point to 32 bit aligned data on ARM. Instead of padding the data to force it into alignment I altered the code to memcpy the data to an aligned location. I'd appreciate any and all feedback especially on whether I took the best approach.

pam_test_client auth and pam_test_client acct now work on my armeb-xscale-linux-gnueabi target.

Signed-off-by: George McCollister &lt;georgem@opteron.novatech-llc.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't free timer events within the handler.</title>
<updated>2010-01-05T15:01:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-01-05T13:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c73af2e46dc5d8fb2ff948e6bf2058b3421ce3c9'/>
<id>c73af2e46dc5d8fb2ff948e6bf2058b3421ce3c9</id>
<content type='text'>
Tevent frees timer handlers once done, so freeing the timer within the event is
going to cause double frees. Just attach the timer event to the request it
depends on and make sure to steal it on NULL if we are going to free the
request from within the handler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tevent frees timer handlers once done, so freeing the timer within the event is
going to cause double frees. Just attach the timer event to the request it
depends on and make sure to steal it on NULL if we are going to free the
request from within the handler.
</pre>
</div>
</content>
</entry>
<entry>
<title>dhash: Add private pointer for delete callback</title>
<updated>2009-12-09T04:35:30+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-12-08T19:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=4fdcab8ba579b481870d5a6a422fcca70712d30f'/>
<id>4fdcab8ba579b481870d5a6a422fcca70712d30f</id>
<content type='text'>
Also pass a flag to the delete callback to tell it if this is a normal
entry removal or we are cleaning up the tbale definitively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also pass a flag to the delete callback to tell it if this is a normal
entry removal or we are cleaning up the tbale definitively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential uninitialized value error in responder_dp.c</title>
<updated>2009-12-08T17:30:03+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-12-08T16:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b'/>
<id>62bbadfe0aaa9348e3a05b5ce960e8c4e5a8d44b</id>
<content type='text'>
If we fell into the default case of the switch statement, we would
attempt to talloc_free() a random memory location. This patch
guarantees that sdp_req is NULL if it has not been initialized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we fell into the default case of the switch statement, we would
attempt to talloc_free() a random memory location. This patch
guarantees that sdp_req is NULL if it has not been initialized.
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up user requests while offline</title>
<updated>2009-11-23T17:46:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-11-19T21:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=64e5787639836a49ddc589eda65be454c4bdff58'/>
<id>64e5787639836a49ddc589eda65be454c4bdff58</id>
<content type='text'>
This adds a new boolean option to sss_dp_send_acct_req() called
fast_reply. If we make a request to the backends and we are
currently offline, this option will determine whether we should
immediately return from the cache (acceptable for NSS requests) or
potentially wait for an online check to complete (required for PAM
requests).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new boolean option to sss_dp_send_acct_req() called
fast_reply. If we make a request to the backends and we are
currently offline, this option will determine whether we should
immediately return from the cache (acceptable for NSS requests) or
potentially wait for an online check to complete (required for PAM
requests).
</pre>
</div>
</content>
</entry>
<entry>
<title>Change var name to make its use more clear.</title>
<updated>2009-11-12T16:00:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-11-12T01:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=00f1caee627e89f53d707bdeccce8719bd5d5a97'/>
<id>00f1caee627e89f53d707bdeccce8719bd5d5a97</id>
<content type='text'>
Change memctx to make clear it should be used only when a callback is being
used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change memctx to make clear it should be used only when a callback is being
used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove DP process</title>
<updated>2009-10-09T20:11:08+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-10-02T23:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=dc55d62f4d9f6520ffcb4aa8c6beb308896d9fbb'/>
<id>dc55d62f4d9f6520ffcb4aa8c6beb308896d9fbb</id>
<content type='text'>
Turn the backend process into data provider servers
Make Frontends (pam, nss) directly attach to the backends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn the backend process into data provider servers
Make Frontends (pam, nss) directly attach to the backends
</pre>
</div>
</content>
</entry>
</feed>
