<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/util/server.c, 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>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>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>
<entry>
<title>Make child processes exit when parent dies</title>
<updated>2009-08-11T16:29:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-08-03T09:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=dd8aaf74198c084fd0aa712d56c4511978f04ebe'/>
<id>dd8aaf74198c084fd0aa712d56c4511978f04ebe</id>
<content type='text'>
The child processes call prctl() and when their parent process is
killed, they are sent SIGTERM using prctl. This is currently
Linux-specific, for non-Linuxes, a similar effect is achieved by
catching a set of common termination signals and sending SIGTERM to the
process group.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The child processes call prctl() and when their parent process is
killed, they are sent SIGTERM using prctl. This is currently
Linux-specific, for non-Linuxes, a similar effect is achieved by
catching a set of common termination signals and sending SIGTERM to the
process group.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to add timestamps to debug output</title>
<updated>2009-07-20T18:37:35+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-07-14T21:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=6c1d176dc9ad42d14727778248ec68628cb4daa1'/>
<id>6c1d176dc9ad42d14727778248ec68628cb4daa1</id>
<content type='text'>
use '--debug-timestamps' at the command line
or set 'debug-timestamps = TRUE' in the configuration file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use '--debug-timestamps' at the command line
or set 'debug-timestamps = TRUE' in the configuration file.
</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/okos/public_git/sssd2.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>Chdir to / when daemonizing</title>
<updated>2009-05-08T14:11:17+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-05-04T14:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=0ef76122eda140452e2ee97aac18a59d3c686c94'/>
<id>0ef76122eda140452e2ee97aac18a59d3c686c94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tevent for shutdown signals, remove old pidfile, make sssd single-instance.</title>
<updated>2009-05-08T14:11:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-05-05T11:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b348e98e47d3ef287fed4d2e272bbf08540e0295'/>
<id>b348e98e47d3ef287fed4d2e272bbf08540e0295</id>
<content type='text'>
Use tevent signal handling facilities for handlong SIGTERM and SIGINT in the monitor.

Remove pidfile on SIGTERM and SIGINT.

Make sssd single-instance by checking if we suceeded in signaling the process in the pidfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use tevent signal handling facilities for handlong SIGTERM and SIGINT in the monitor.

Remove pidfile on SIGTERM and SIGINT.

Make sssd single-instance by checking if we suceeded in signaling the process in the pidfile.
</pre>
</div>
</content>
</entry>
</feed>
