<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/util, branch list_tevent_req</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>UTIL: Use standard maximum value of type size_t</title>
<updated>2013-09-03T13:55:42+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-09-03T07:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=58dee4047788964ed4b0f6c5d6512967f390ac21'/>
<id>58dee4047788964ed4b0f6c5d6512967f390ac21</id>
<content type='text'>
It is better to use standard constant for maximum value of type size_t,
instead of reinventing wheel with own defined constant SIZE_T_MAX

This patch replace string "SIZE_T_MAX" -&gt; "SIZE_MAX"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is better to use standard constant for maximum value of type size_t,
instead of reinventing wheel with own defined constant SIZE_T_MAX

This patch replace string "SIZE_T_MAX" -&gt; "SIZE_MAX"
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Explicitly include header file sys/socket.h</title>
<updated>2013-08-28T20:02:49+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-28T06:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=9d54fa809d7bf1b647e50081958ef33456c591bf'/>
<id>9d54fa809d7bf1b647e50081958ef33456c591bf</id>
<content type='text'>
We use constant AF_INET6 in util.c, but we do not explicitly include header
file sys/socket.h. This header file was indirectly incuded by another header
file netdb.h (netdb.h -&gt; netinet/in.h -&gt; sys/socket.h), but other platform can
have other dependencies among header files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use constant AF_INET6 in util.c, but we do not explicitly include header
file sys/socket.h. This header file was indirectly incuded by another header
file netdb.h (netdb.h -&gt; netinet/in.h -&gt; sys/socket.h), but other platform can
have other dependencies among header files.
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL: Create new wraper header file sss_endian.h</title>
<updated>2013-08-28T20:02:49+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-28T06:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=1658c567191c35beaddffafdb079abe33248037b'/>
<id>1658c567191c35beaddffafdb079abe33248037b</id>
<content type='text'>
Some platform have header file endian.h and anothers have sys/endian.h.
We nedd to use conditional build to handle it correctly, therefore new header
file sss_endian.h was created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some platform have header file endian.h and anothers have sys/endian.h.
We nedd to use conditional build to handle it correctly, therefore new header
file sss_endian.h was created.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new option to control subdomain enumeration</title>
<updated>2013-08-28T16:07:04+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-28T08:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=33c865412732554ef255e93c4e7a58b0bce963c6'/>
<id>33c865412732554ef255e93c4e7a58b0bce963c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Read enumerate state for subdomains from cache</title>
<updated>2013-08-28T16:06:57+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-08-21T15:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=a6cca9c284724fafd670a3163812f248ba53ad97'/>
<id>a6cca9c284724fafd670a3163812f248ba53ad97</id>
<content type='text'>
The enumerate flag will be read from the cache for subdomains and
the domain object will be created accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The enumerate flag will be read from the cache for subdomains and
the domain object will be created accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>krb5: Fetch ccname template from krb5.conf</title>
<updated>2013-08-28T09:00:03+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-27T17:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=dcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a'/>
<id>dcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a</id>
<content type='text'>
In order to use the same defaults in all system daemons that needs to know how
to generate or search for ccaches we introduce ode here to take advantage of
the new option called default_ccache_name provided by libkrb5.

If set this variable we establish the same default for all programs that surce
it out of krb5.conf therefore providing a consistent experience across the
system.

Related:
https://fedorahosted.org/sssd/ticket/2036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to use the same defaults in all system daemons that needs to know how
to generate or search for ccaches we introduce ode here to take advantage of
the new option called default_ccache_name provided by libkrb5.

If set this variable we establish the same default for all programs that surce
it out of krb5.conf therefore providing a consistent experience across the
system.

Related:
https://fedorahosted.org/sssd/ticket/2036
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Add support for KEYRING cache type</title>
<updated>2013-08-27T15:05:15+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-15T23:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=aeb1e654c337037b6bdb350e1ec8aaa065e86794'/>
<id>aeb1e654c337037b6bdb350e1ec8aaa065e86794</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/2036
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/2036
</pre>
</div>
</content>
</entry>
<entry>
<title>KRB5: Add low-level debugging to sss_get_ccache_name_for_principal</title>
<updated>2013-08-27T15:01:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2013-08-23T14:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=d9816ac73176ee1f4d9c1fbf4861918d01dda798'/>
<id>d9816ac73176ee1f4d9c1fbf4861918d01dda798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak insss_krb5_get_error_message</title>
<updated>2013-08-22T18:05:14+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-21T09:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=e0b89ca1cc4160f5a9beb15c39dd685edb6021cd'/>
<id>e0b89ca1cc4160f5a9beb15c39dd685edb6021cd</id>
<content type='text'>
warning reported by cppcheck
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning reported by cppcheck
</pre>
</div>
</content>
</entry>
<entry>
<title>Use brackets around macros.</title>
<updated>2013-08-22T18:05:14+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-08-21T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=6f6f757d31ddbab13e5b4c2c1aad3e7d0dae722a'/>
<id>6f6f757d31ddbab13e5b4c2c1aad3e7d0dae722a</id>
<content type='text'>
warnings reported by cppcheck.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warnings reported by cppcheck.
</pre>
</div>
</content>
</entry>
</feed>
