<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/monitor, 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>Send debug messages to logfile</title>
<updated>2009-09-25T14:19:56+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-25T11:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=05315b44feaa9819e62f18477f2c6d20914eb7ce'/>
<id>05315b44feaa9819e62f18477f2c6d20914eb7ce</id>
<content type='text'>
Introduces a new option --debug-to-files which makes SSSD output its
debug information to a file instead of stderr, which is still the
default.

Also introduces a new confdb option debug_to_files which does the same,
but can be specified per-service in the config file.

The logfiles are stored in /var/log/sssd by default.

Changes the initscript to log to files by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduces a new option --debug-to-files which makes SSSD output its
debug information to a file instead of stderr, which is still the
default.

Also introduces a new confdb option debug_to_files which does the same,
but can be specified per-service in the config file.

The logfiles are stored in /var/log/sssd by default.

Changes the initscript to log to files by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade confdb to version 2</title>
<updated>2009-09-25T13:03:29+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-22T13:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8263230a0c543a737ab17a071a0ea964dcab4259'/>
<id>8263230a0c543a737ab17a071a0ea964dcab4259</id>
<content type='text'>
This converts a great many configuration options to the new
standard format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This converts a great many configuration options to the new
standard format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporarily disable automatic config file reread</title>
<updated>2009-09-25T13:03:26+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-24T12:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5e2301b8a75d10e5cbbe11e26e5192b894af6ad7'/>
<id>5e2301b8a75d10e5cbbe11e26e5192b894af6ad7</id>
<content type='text'>
The backends do not honor the reloadConfig SBUS message right now,
so if an admin changes the sssd.conf file, it will update only the
monitor, potentially leaving the SSSD as a whole in a bad state.

This patch will simply comment out monitor_config_file() for the
time being until https://fedorahosted.org/sssd/ticket/91 is fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The backends do not honor the reloadConfig SBUS message right now,
so if an admin changes the sssd.conf file, it will update only the
monitor, potentially leaving the SSSD as a whole in a bad state.

This patch will simply comment out monitor_config_file() for the
time being until https://fedorahosted.org/sssd/ticket/91 is fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle suspend cases</title>
<updated>2009-09-25T01:36:34+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-24T13:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=794c66c7b1f8a367b26b8f56c8503007c234333e'/>
<id>794c66c7b1f8a367b26b8f56c8503007c234333e</id>
<content type='text'>
When a laptop is suspended it may be dormant for hours.
Do not check just the kast time a ping was successful, keep a counter with the
failed pings instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a laptop is suspended it may be dormant for hours.
Do not check just the kast time a ping was successful, keep a counter with the
failed pings instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use syslog for logging error conditions in SSSD"</title>
<updated>2009-09-23T11:33:31+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-22T17:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=87b8670b2749d02ffdc6c06506ac692b09db5be2'/>
<id>87b8670b2749d02ffdc6c06506ac692b09db5be2</id>
<content type='text'>
This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d.

Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made
use of the SYSLOG_ERROR() macro, so those portions of that code
also needed to be reverted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d.

Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made
use of the SYSLOG_ERROR() macro, so those portions of that code
also needed to be reverted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use syslog for logging error conditions in SSSD</title>
<updated>2009-09-21T14:35:10+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-18T10:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8c50bd085c0efe5fde354deee2c8118887aae29d'/>
<id>8c50bd085c0efe5fde354deee2c8118887aae29d</id>
<content type='text'>
This is just a band-aid until ELAPI is fully functional and ready to
use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is just a band-aid until ELAPI is fully functional and ready to
use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Exit if the sssd is launched as a user other than root</title>
<updated>2009-09-11T21:57:08+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-11T20:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f65550115e78a66a35b074a5b80394a6d9ff21fd'/>
<id>f65550115e78a66a35b074a5b80394a6d9ff21fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix first-time confdb generation</title>
<updated>2009-09-11T16:14:34+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-11T16:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=927d3062d150e479e5167836fb2da4c46cd81985'/>
<id>927d3062d150e479e5167836fb2da4c46cd81985</id>
<content type='text'>
We were talloc_free()-ing the cdb_file string too early.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were talloc_free()-ing the cdb_file string too early.
</pre>
</div>
</content>
</entry>
<entry>
<title>Read the configuration parsing before daemonization</title>
<updated>2009-09-10T21:28:35+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-10T14:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1f4f4f16337c37ab5680aacbfb45abecad8fcc0b'/>
<id>1f4f4f16337c37ab5680aacbfb45abecad8fcc0b</id>
<content type='text'>
We will now parse the config file and validate the confdb contents
before processing the rest of the monitor startup. This will allow
us to return an appropriate error code to the shell if the
configuration is invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We will now parse the config file and validate the confdb contents
before processing the rest of the monitor startup. This will allow
us to return an appropriate error code to the shell if the
configuration is invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused event context argument from confdb_init</title>
<updated>2009-09-10T21:28:35+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-10T13:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=5b72a797f454639496087fde6715237115be0b0a'/>
<id>5b72a797f454639496087fde6715237115be0b0a</id>
<content type='text'>
Because the confdb always operates synchronously, it maintains its
own private event context internally. The event context argument
passed to it is never used, so we'll remove it to avoid confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because the confdb always operates synchronously, it maintains its
own private event context internally. The event context argument
passed to it is never used, so we'll remove it to avoid confusion.
</pre>
</div>
</content>
</entry>
</feed>
