<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/server/tools/tools_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>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>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>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>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>Remove shadow-utils support from tools</title>
<updated>2009-09-08T19:10:50+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-08T13:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=7a9bee06e2bc5bcc75659e9a46bdffa870951d7a'/>
<id>7a9bee06e2bc5bcc75659e9a46bdffa870951d7a</id>
<content type='text'>
Removes the ability to proxy to shadow-utils. Also remove all the
supporting functions for getting domain type, domain by id etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the ability to proxy to shadow-utils. Also remove all the
supporting functions for getting domain type, domain by id etc.
</pre>
</div>
</content>
</entry>
</feed>
