<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/tools, branch token3</title>
<subtitle>System Security Services Daemon [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/'/>
<entry>
<title>Fix two minor typos</title>
<updated>2013-07-25T15:43:05+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2013-07-24T13:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=898c4f965aeea2aa029ad56b9e9f48abce17a582'/>
<id>898c4f965aeea2aa029ad56b9e9f48abce17a582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TOOLS: Update all services with sss_debuglevel</title>
<updated>2013-07-19T15:36:48+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-07-19T13:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=943109edd1f6545f7d45d619f631b5d03c5c859b'/>
<id>943109edd1f6545f7d45d619f631b5d03c5c859b</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2007

PAC, SSH, SUDO and AUTOFS services' debug levels weren't modified when
sss_debuglevel tool was used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2007

PAC, SSH, SUDO and AUTOFS services' debug levels weren't modified when
sss_debuglevel tool was used.
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_cache: Add option to invalidate all entries</title>
<updated>2013-07-10T14:37:15+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-06-19T15:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=9651a27ec14f3a378e861ca39852480f37f1ef08'/>
<id>9651a27ec14f3a378e861ca39852480f37f1ef08</id>
<content type='text'>
Option -E/--everething was added to invalide all types of entries.

https://fedorahosted.org/sssd/ticket/1988
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option -E/--everething was added to invalide all types of entries.

https://fedorahosted.org/sssd/ticket/1988
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not copy special files when creating homedir</title>
<updated>2013-07-09T21:47:49+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-06-26T12:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=eca766c0801ed859a8b50e23cb94fa79acd866f4'/>
<id>eca766c0801ed859a8b50e23cb94fa79acd866f4</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1778

When trying to copy special file, only message is logged now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1778

When trying to copy special file, only message is logged now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor typos</title>
<updated>2013-06-12T13:13:38+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2013-06-11T16:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=1091c0ae2f1596ceb161e5b765a91c23c413b369'/>
<id>1091c0ae2f1596ceb161e5b765a91c23c413b369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New utility function sss_get_domain_name</title>
<updated>2013-06-06T22:14:13+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-05-28T22:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=02d1cb8935d5c9b57cd05dfdbfe6ed38e0d61c28'/>
<id>02d1cb8935d5c9b57cd05dfdbfe6ed38e0d61c28</id>
<content type='text'>
Instead of copying a block of code that checks whether domain is a subdomain
and uses only name of FQDN as appropriate, wrap the logic into a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of copying a block of code that checks whether domain is a subdomain
and uses only name of FQDN as appropriate, wrap the logic into a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add utility functions for formatting fully-qualified names</title>
<updated>2013-05-30T11:44:35+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-05-10T16:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=1987bff88e01c74d647dd2db4f541ac311537e1a'/>
<id>1987bff88e01c74d647dd2db4f541ac311537e1a</id>
<content type='text'>
Instead of using printf-like functions directly, provide two wrappers
that would encapsulate formatting the fully-qualified names. No
functional change is present in this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using printf-like functions directly, provide two wrappers
that would encapsulate formatting the fully-qualified names. No
functional change is present in this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move nscd.c from tools to util</title>
<updated>2013-05-21T14:40:12+00:00</updated>
<author>
<name>Ondrej Kos</name>
<email>okos@redhat.com</email>
</author>
<published>2013-05-20T15:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=db78f4c750943fcd4b60bca5f3fdfd6cc5d3d4f8'/>
<id>db78f4c750943fcd4b60bca5f3fdfd6cc5d3d4f8</id>
<content type='text'>
Preparation for the following patch which will include the nscd.c in the
monitor code due to newly introduced function for checking the nscd
configuration file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparation for the following patch which will include the nscd.c in the
monitor code due to newly introduced function for checking the nscd
configuration file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing critical format string issues.</title>
<updated>2013-05-20T20:37:25+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-05-17T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=7486dea9f5f7b2a6fbbacc6db740a82140b6377c'/>
<id>7486dea9f5f7b2a6fbbacc6db740a82140b6377c</id>
<content type='text'>
--missing arguments.
--format '%s', but argument is integer.
--wrong format string, examle: '%\n'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--missing arguments.
--format '%s', but argument is integer.
--wrong format string, examle: '%\n'
</pre>
</div>
</content>
</entry>
<entry>
<title>Inform about function duplication.</title>
<updated>2013-04-17T09:39:57+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-04-16T11:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=714ba5f50551a42df324714358dc379b351d4a53'/>
<id>714ba5f50551a42df324714358dc379b351d4a53</id>
<content type='text'>
sss_mc_set_recycled is a static function, that should not
be used outside nsssrv_mmap_cache.c. The sss_cache tool
is an exception, because in the case when sssd is not running,
sss_cache must invalidate the memory cache file. That is why
sss_mc_set_recycled was copied to the tools_mc_util.c
(as helper function for sss_memcache_invalidate function).
It was duplicated to allow this function to remain static
(and invisible to any .h files), so that it is not used anywhere else.
Wrong usage of this function might cause race conditions and corrupt
the cache.

I'll add comments about the duplication to the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sss_mc_set_recycled is a static function, that should not
be used outside nsssrv_mmap_cache.c. The sss_cache tool
is an exception, because in the case when sssd is not running,
sss_cache must invalidate the memory cache file. That is why
sss_mc_set_recycled was copied to the tools_mc_util.c
(as helper function for sss_memcache_invalidate function).
It was duplicated to allow this function to remain static
(and invisible to any .h files), so that it is not used anywhere else.
Wrong usage of this function might cause race conditions and corrupt
the cache.

I'll add comments about the duplication to the code.
</pre>
</div>
</content>
</entry>
</feed>
