<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch jhrozek_sysdb_fqdn</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>TOOLS: Add the upgrade-cache command</title>
<updated>2016-07-06T15:40:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-07-01T11:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f3c5bf50bb0a95c5bf4b6386a898944f68183afb'/>
<id>f3c5bf50bb0a95c5bf4b6386a898944f68183afb</id>
<content type='text'>
Allows to upgrade the cache using the sssctl tool, which might be useful
e.g. in RPM %post scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows to upgrade the cache using the sssctl tool, which might be useful
e.g. in RPM %post scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Some tools command might not need initialization to succeed</title>
<updated>2016-07-06T15:40:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-07-01T11:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=7ebcdb9f4e755eab412a96a79df4357b4b8e54e0'/>
<id>7ebcdb9f4e755eab412a96a79df4357b4b8e54e0</id>
<content type='text'>
Since we want to use the sssctl tool during upgrade, we need to amend
the tools initialization code to not error out if sysdb can't be
instantiated, but rather return errno and let the tool handle the error.

Each tool command now has a 'allowed errno' the command is able to
handle. In this patch iteration, only a single errno can be handled and
only the upgrade command is able to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we want to use the sssctl tool during upgrade, we need to amend
the tools initialization code to not error out if sysdb can't be
instantiated, but rather return errno and let the tool handle the error.

Each tool command now has a 'allowed errno' the command is able to
handle. In this patch iteration, only a single errno can be handled and
only the upgrade command is able to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSDB: Remove useless parameter from sysdb_init()</title>
<updated>2016-07-06T15:40:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-06-29T14:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=dde89d133dfb38351656195bcf024f6df9c76a0d'/>
<id>dde89d133dfb38351656195bcf024f6df9c76a0d</id>
<content type='text'>
The function sysdb_init() is never used to allow upgrade, so the
allow_upgrade parameter was pointless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function sysdb_init() is never used to allow upgrade, so the
allow_upgrade parameter was pointless.
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: sssctl: Work with trusted users</title>
<updated>2016-07-06T15:40:22+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-06-28T13:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=c7471fd61cb2ad8f4f24ac815d9d48da7dd1a7a5'/>
<id>c7471fd61cb2ad8f4f24ac815d9d48da7dd1a7a5</id>
<content type='text'>
For users and groups, convert the input name to the qualified format.

Resolves:
    https://fedorahosted.org/sssd/ticket/3059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For users and groups, convert the input name to the qualified format.

Resolves:
    https://fedorahosted.org/sssd/ticket/3059
</pre>
</div>
</content>
</entry>
<entry>
<title>SSS_OVERRIDE: Fixes for fully qualified names</title>
<updated>2016-07-06T15:33:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-04-19T13:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2434b3a369706e55caad6ddd3d60defda4529271'/>
<id>2434b3a369706e55caad6ddd3d60defda4529271</id>
<content type='text'>
Use sss_create_internal_fqname for internal cache lookups. Because the
object's existence is verified using getpw* and getgr*, we keep using
sss_tc_fqname there, just to feed the NSS interface the expected
qualified or unqualified name format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use sss_create_internal_fqname for internal cache lookups. Because the
object's existence is verified using getpw* and getgr*, we keep using
sss_tc_fqname there, just to feed the NSS interface the expected
qualified or unqualified name format.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSS_SEED: Use FQDN for accessing sysdb</title>
<updated>2016-07-06T15:33:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-06-15T08:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=54dfbc035436e35256e950c873d5c2bfea613c57'/>
<id>54dfbc035436e35256e950c873d5c2bfea613c57</id>
<content type='text'>
Same as all other tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same as all other tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSS_CACHE: Don't use sss_get_domain_name, but create the internal fqname instead for users and groups</title>
<updated>2016-07-06T15:33:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-04-19T09:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2bca40ca0b45afc3c068aa64280a77cc10c9e0da'/>
<id>2bca40ca0b45afc3c068aa64280a77cc10c9e0da</id>
<content type='text'>
All users and groups are now stored in the cache using the same format,
so we can use that one instead of creating a domain-specific name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All users and groups are now stored in the cache using the same format,
so we can use that one instead of creating a domain-specific name.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSS_CACHE: Make internal functions static</title>
<updated>2016-07-06T15:33:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-04-19T08:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=184954055abe40d39b9722f7a124d47e8aa86f81'/>
<id>184954055abe40d39b9722f7a124d47e8aa86f81</id>
<content type='text'>
No need to export functions that are only used internally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to export functions that are only used internally.
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Make the local domain operate on FQDNs</title>
<updated>2016-07-06T15:33:00+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2016-04-08T15:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=e57582f4e4b8a308bdbe1a2b7ae4bcb7e076a8f0'/>
<id>e57582f4e4b8a308bdbe1a2b7ae4bcb7e076a8f0</id>
<content type='text'>
Normally we convert the names from short to internal format on input.
For the local domain tools, we can consider the sss_sync_ops an input
interface, to avoid having to convert the name in each tool and
interface separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normally we convert the names from short to internal format on input.
For the local domain tools, we can consider the sss_sync_ops an input
interface, to avoid having to convert the name in each tool and
interface separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>confdb: Make it possible to use config snippets</title>
<updated>2016-06-27T20:05:21+00:00</updated>
<author>
<name>Michal Židek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2016-03-22T13:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=cca497b4cbbbf05c4f9181b7d8113cde81754831'/>
<id>cca497b4cbbbf05c4f9181b7d8113cde81754831</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2247

Signed-off-by: Lukas Slebodnik &lt;lslebodn@redhat.com&gt;

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2247

Signed-off-by: Lukas Slebodnik &lt;lslebodn@redhat.com&gt;

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
