<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch sysdb</title>
<subtitle>sssd with jhrozek's patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/'/>
<entry>
<title>sysdb: Unify name format for groups and users</title>
<updated>2016-01-13T10:28:45+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2015-02-10T16:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=23674dfef4225b90d45c27b88fe72dc37b22e32d'/>
<id>23674dfef4225b90d45c27b88fe72dc37b22e32d</id>
<content type='text'>
This is WIP patch to unify format of
usernames and groupnames in sssd internals.

In current form it breaks just about everything.

The sysdb update function is just placeholder
and it's contents are irelevant.

Currently I am working on fqname attribute
removal because it seems to just add confusion.

If you decide to look into the code, please use
sunglasses or other other protective gear and play
some calm music in your backgroun to prevent
eye or brain injury.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is WIP patch to unify format of
usernames and groupnames in sssd internals.

In current form it breaks just about everything.

The sysdb update function is just placeholder
and it's contents are irelevant.

Currently I am working on fqname attribute
removal because it seems to just add confusion.

If you decide to look into the code, please use
sunglasses or other other protective gear and play
some calm music in your backgroun to prevent
eye or brain injury.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEBUG: Add missing new lines</title>
<updated>2015-12-14T09:10:16+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-12-11T11:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=de1131abe5ba7aaeb59f81fc3a9cd2a71c0b52dd'/>
<id>de1131abe5ba7aaeb59f81fc3a9cd2a71c0b52dd</id>
<content type='text'>
Reviewed-by: Petr Cech &lt;pcech@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Petr Cech &lt;pcech@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Don't shadow 'exit'</title>
<updated>2015-11-10T08:00:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2015-11-09T09:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=3b9a62badec2478f978ac28d2e3b72a7dd16a6e5'/>
<id>3b9a62badec2478f978ac28d2e3b72a7dd16a6e5</id>
<content type='text'>
Fixes:
    /sssd/src/tools/sss_override.c: In function ‘override_user_import’:
    /sssd/src/tools/sss_override.c:1471: warning: declaration of ‘exit’ shadows a global declaration
    /usr/include/stdlib.h:544: warning: shadowed declaration is here
    /sssd/src/tools/sss_override.c: In function ‘override_group_import’:
    /sssd/src/tools/sss_override.c:1737: warning: declaration of ‘exit’ shadows a global declaration
    /usr/include/stdlib.h:544: warning: shadowed declaration is here

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes:
    /sssd/src/tools/sss_override.c: In function ‘override_user_import’:
    /sssd/src/tools/sss_override.c:1471: warning: declaration of ‘exit’ shadows a global declaration
    /usr/include/stdlib.h:544: warning: shadowed declaration is here
    /sssd/src/tools/sss_override.c: In function ‘override_group_import’:
    /sssd/src/tools/sss_override.c:1737: warning: declaration of ‘exit’ shadows a global declaration
    /usr/include/stdlib.h:544: warning: shadowed declaration is here

Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: DFL_UMASK --&gt; SSS_DFL_UMASK</title>
<updated>2015-11-05T15:07:59+00:00</updated>
<author>
<name>Petr Cech</name>
<email>pcech@redhat.com</email>
</author>
<published>2015-10-21T12:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=691387507c256e49845d4ca2a7bd558a2b41e4bb'/>
<id>691387507c256e49845d4ca2a7bd558a2b41e4bb</id>
<content type='text'>
We could use SSS_DFL_UMASK instead of DFL_UMASK.

Resolves:
https://fedorahosted.org/sssd/ticket/2424

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We could use SSS_DFL_UMASK instead of DFL_UMASK.

Resolves:
https://fedorahosted.org/sssd/ticket/2424

Reviewed-by: Jakub Hrozek &lt;jhrozek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>util: Continue if setlocale fails</title>
<updated>2015-11-04T08:08:12+00:00</updated>
<author>
<name>Michal Židek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2015-10-19T13:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=43e06ff39584570817949dc5de118d2b7ca854c1'/>
<id>43e06ff39584570817949dc5de118d2b7ca854c1</id>
<content type='text'>
setlocale needs some environment variables
to be set in order to work. These variables
are not present in some special cases. We
should not fail completely in these cases
but continue with the compatible C locale.

Resolves:
https://fedorahosted.org/sssd/ticket/2785

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setlocale needs some environment variables
to be set in order to work. These variables
are not present in some special cases. We
should not fail completely in these cases
but continue with the compatible C locale.

Resolves:
https://fedorahosted.org/sssd/ticket/2785

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_tools: do not allow unexpected free argument</title>
<updated>2015-10-30T10:50:07+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-29T14:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=4940ba14100ad11b0ed1f2a8a4fea5daa34d56ee'/>
<id>4940ba14100ad11b0ed1f2a8a4fea5daa34d56ee</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: use more generic help text</title>
<updated>2015-10-30T10:50:05+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-29T14:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=c8432ffd4cf29fe209b086ef69eacc9683dc5866'/>
<id>c8432ffd4cf29fe209b086ef69eacc9683dc5866</id>
<content type='text'>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: do not free ldb_dn in get_object_dn()</title>
<updated>2015-10-30T10:50:03+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-26T10:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2341c8ccfe6225ee4ac5904c177a9200ba617a04'/>
<id>2341c8ccfe6225ee4ac5904c177a9200ba617a04</id>
<content type='text'>
When only str_dn is requested, ldb_dn is freed. This triggers access
after free since str_dn is part of ldb_dn talloc context.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When only str_dn is requested, ldb_dn is freed. This triggers access
after free since str_dn is part of ldb_dn talloc context.

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: add group-show</title>
<updated>2015-10-30T10:50:02+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-23T11:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=55345aa1aaf1df23e5dfe8d584663f9fe6c4aeb9'/>
<id>55345aa1aaf1df23e5dfe8d584663f9fe6c4aeb9</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2736

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2736

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_override: add user-show</title>
<updated>2015-10-30T10:50:00+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2015-10-20T10:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=53d05f6a88b52b8f7acc15a803c1ef439fa30244'/>
<id>53d05f6a88b52b8f7acc15a803c1ef439fa30244</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2736

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2736

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
