<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/tools/tools_util.c, 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>Fix segfault when using SSS tools with no local provider</title>
<updated>2009-10-16T18:27:23+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-10-16T14:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=50c3aad0676fb66b6204537c841b2c9d71835537'/>
<id>50c3aad0676fb66b6204537c841b2c9d71835537</id>
<content type='text'>
There was a double-free here. I removed the free()s within
setup_db, because upon returning to sss_init_tools(), if
ret != EOK, the context is freed as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a double-free here. I removed the free()s within
setup_db, because upon returning to sss_init_tools(), if
ret != EOK, the context is freed as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error messages in tools</title>
<updated>2009-10-14T19:24:53+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-10-02T08:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=62aa4da7dc3a7826c5a942349e1af9631ca819f5'/>
<id>62aa4da7dc3a7826c5a942349e1af9631ca819f5</id>
<content type='text'>
Add getpwnam, getgrnam sync versions

Fix ticket #164: Groupnames in non-local domains
Fix ticket #100: Error Message Modifying a user that doesn't Exist
Fix ticket #214: incorrect error message when MPG already exists
Fix ticket #188: Deleting and modifying users in non-local domain
Fix ticket #120: Adding a user to a full domain gives unhelpful error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add getpwnam, getgrnam sync versions

Fix ticket #164: Groupnames in non-local domains
Fix ticket #100: Error Message Modifying a user that doesn't Exist
Fix ticket #214: incorrect error message when MPG already exists
Fix ticket #188: Deleting and modifying users in non-local domain
Fix ticket #120: Adding a user to a full domain gives unhelpful error message
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tools sync operations and mem hierarchy</title>
<updated>2009-10-01T12:42:36+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-09-29T14:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f24c2dd7cc8414ea0a5c8c4ae7766ca71554480f'/>
<id>f24c2dd7cc8414ea0a5c8c4ae7766ca71554480f</id>
<content type='text'>
Tools were using nested loops that are illegal.
(and enforced in latest tevent with a nice abort())
Fix them by creating appropriate synchronous transaction calls.
Also fix tools_ctx mem hierarchy setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tools were using nested loops that are illegal.
(and enforced in latest tevent with a nice abort())
Fix them by creating appropriate synchronous transaction calls.
Also fix tools_ctx mem hierarchy setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow entering parent groups as FQDN</title>
<updated>2009-09-23T11:33:45+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-10T20:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=716a203f171fda4bcb3e2bf9f2564b331ac1f85a'/>
<id>716a203f171fda4bcb3e2bf9f2564b331ac1f85a</id>
<content type='text'>
Allow entering parent groups for groupadd,useradd,usermod as FQDN. Since
members and parents must be from the same domain, error out if we can't
determine the domain of member.

Fixes: #121
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow entering parent groups for groupadd,useradd,usermod as FQDN. Since
members and parents must be from the same domain, error out if we can't
determine the domain of member.

Fixes: #121
</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>Decouple synchronous sysdb interface from tools</title>
<updated>2009-09-21T14:35:07+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-14T21:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=8f035b043dbd4eb631b64c4d7dcdb35272e35142'/>
<id>8f035b043dbd4eb631b64c4d7dcdb35272e35142</id>
<content type='text'>
Instead of working directly with async code in tools, create synchronous
wrappers that could be used by tools and python bindings.

Also resolves many issues with code duplication in tools and thus fixes
ticket #87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of working directly with async code in tools, create synchronous
wrappers that could be used by tools and python bindings.

Also resolves many issues with code duplication in tools and thus fixes
ticket #87
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor tools code</title>
<updated>2009-09-21T14:35:07+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-08-28T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=db329e0f8a35c23416acedaca3683392b0114c92'/>
<id>db329e0f8a35c23416acedaca3683392b0114c92</id>
<content type='text'>
Move parameter parsing in tools before attempting to do anything that
might fail - so that we have debug_level set correctly for potential
error messages. That allows printing the --help and --usage messages
without being root.

Fix code duplicates in tools and refactor its code a little to lay
ground for decoupling the synchronous interfaces.

Remove some legacy tools leftovers, re-add sensible error message on
removing nonexistent users/groups which was removed by accident.

Fixes: Trac ticket #75
Fix typo in groupdel: fixes ticket #136
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move parameter parsing in tools before attempting to do anything that
might fail - so that we have debug_level set correctly for potential
error messages. That allows printing the --help and --usage messages
without being root.

Fix code duplicates in tools and refactor its code a little to lay
ground for decoupling the synchronous interfaces.

Remove some legacy tools leftovers, re-add sensible error message on
removing nonexistent users/groups which was removed by accident.

Fixes: Trac ticket #75
Fix typo in groupdel: fixes ticket #136
</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>
