<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/util/util.h, branch maint-0.7</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>User home directories management</title>
<updated>2009-10-22T18:04:28+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-10-05T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f3bc40136878ab91cb98f1b206ff9517000112f7'/>
<id>f3bc40136878ab91cb98f1b206ff9517000112f7</id>
<content type='text'>
Create and populate user directories on useradd, delete them on userdel

Fixes: #212
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create and populate user directories on useradd, delete them on userdel

Fixes: #212
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete sssd-i18n.h and put it's old contents into util.h</title>
<updated>2009-10-22T17:56:22+00:00</updated>
<author>
<name>Martin Nagy</name>
<email>mnagy@redhat.com</email>
</author>
<published>2009-10-08T19:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=dc35d48c98e78116a8393f6fa432d38c2622c02b'/>
<id>dc35d48c98e78116a8393f6fa432d38c2622c02b</id>
<content type='text'>
Also include talloc.h, tevent.h and ldb.h as system headers in util.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also include talloc.h, tevent.h and ldb.h as system headers in util.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>enable debugging of krb5_child</title>
<updated>2009-10-15T22:10:21+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-10-12T13:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=c0dfe79ba578d62a991b0a829d7e0f670a445109'/>
<id>c0dfe79ba578d62a991b0a829d7e0f670a445109</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 call check_and_open_readonly</title>
<updated>2009-10-05T14:32:09+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-09-28T13:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b8dede30141cf87fb62aca918d04e411fac82946'/>
<id>b8dede30141cf87fb62aca918d04e411fac82946</id>
<content type='text'>
Use this new utility call to ensure that the config file is safe
to read from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use this new utility call to ensure that the config file is safe
to read from.
</pre>
</div>
</content>
</entry>
<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>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>Provide python bindings for sysdb</title>
<updated>2009-09-21T14:35:08+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-14T11:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9570ca098cd0e92d1eb6aabc00fb8cac9fddd442'/>
<id>9570ca098cd0e92d1eb6aabc00fb8cac9fddd442</id>
<content type='text'>
Implement a set of python bindings for the sysdb with feature set
similar to what is available in the tools. The primary
consumers would be applications like system-config-users.

Resolves: Ticket #102
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement a set of python bindings for the sysdb with feature set
similar to what is available in the tools. The primary
consumers would be applications like system-config-users.

Resolves: Ticket #102
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright notices</title>
<updated>2009-09-11T16:14:27+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-08-25T16:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f39d300e6b42ef3e86da6c4d3e5db68703023463'/>
<id>f39d300e6b42ef3e86da6c4d3e5db68703023463</id>
<content type='text'>
Fixes: #138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #138
</pre>
</div>
</content>
</entry>
<entry>
<title>Split database in multiple files</title>
<updated>2009-09-08T19:10:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-03T23:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=28d9dcbeabdf919506fe59e9d1cbed84fbd6e649'/>
<id>28d9dcbeabdf919506fe59e9d1cbed84fbd6e649</id>
<content type='text'>
The special persistent local database retains the original name.
All other backends now have their own cache-NAME.ldb file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The special persistent local database retains the original name.
All other backends now have their own cache-NAME.ldb file.
</pre>
</div>
</content>
</entry>
</feed>
