<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd2.git/src/sss_client, branch master</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>Add client library for SID related lookups</title>
<updated>2013-05-03T18:06:29+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-02-27T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=2a9af1f71887f02935e2fb6ad5023afba5b6d43e'/>
<id>2a9af1f71887f02935e2fb6ad5023afba5b6d43e</id>
<content type='text'>
This patch add a library for client side lookups for a SID or with a
SID through the calls:
- sss_nss_getsidbyname
- sss_nss_getsidbyid
- sss_nss_getnamebysid
- sss_nss_getidbysid
The library is called libsss_nss_idmap and the contributed spec file
will create two new packages libsss_nss_idmap and
libsss_nss_idmap-devel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch add a library for client side lookups for a SID or with a
SID through the calls:
- sss_nss_getsidbyname
- sss_nss_getsidbyid
- sss_nss_getnamebysid
- sss_nss_getidbysid
The library is called libsss_nss_idmap and the contributed spec file
will create two new packages libsss_nss_idmap and
libsss_nss_idmap-devel.
</pre>
</div>
</content>
</entry>
<entry>
<title>sudo client: remove dead code</title>
<updated>2013-04-24T20:26:54+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-04-22T09:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=9602c7f43cae0b06c584fe64ced474ee76623d97'/>
<id>9602c7f43cae0b06c584fe64ced474ee76623d97</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1889

Fixes two minor coverity issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1889

Fixes two minor coverity issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sss_client breakage.</title>
<updated>2013-03-18T13:20:33+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-03-16T14:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=3a4186ae40d0c3b7be46a4c973166f6048fcfe38'/>
<id>3a4186ae40d0c3b7be46a4c973166f6048fcfe38</id>
<content type='text'>
Adding missing dependencies for linker. Missing dependency was
introduced by commit 22d381367c27910fe82f476a76b9f4ede555e35a
in changed file src/sss_client/nss_mc_common.c

All function declaration for io.c was moved from util.h to separate file io.h,

https://fedorahosted.org/sssd/ticket/1838
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding missing dependencies for linker. Missing dependency was
introduced by commit 22d381367c27910fe82f476a76b9f4ede555e35a
in changed file src/sss_client/nss_mc_common.c

All function declaration for io.c was moved from util.h to separate file io.h,

https://fedorahosted.org/sssd/ticket/1838
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing unused header file providers.h</title>
<updated>2013-03-13T18:43:20+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-03-11T18:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=7c0f319813a13723ebe8dc85b004565b63d5e44d'/>
<id>7c0f319813a13723ebe8dc85b004565b63d5e44d</id>
<content type='text'>
Header file "providers.h" is not included in any other
file and function "dp_process_init" declared in this header file
has no implementation.

Header file protos.h is not also included in any other file and even
hole content is commented out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Header file "providers.h" is not included in any other
file and function "dp_process_init" declared in this header file
has no implementation.

Header file protos.h is not also included in any other file and even
hole content is commented out.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reuse sss_open_cloexec at other places in code.</title>
<updated>2013-03-13T18:41:33+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-03-08T13:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=22d381367c27910fe82f476a76b9f4ede555e35a'/>
<id>22d381367c27910fe82f476a76b9f4ede555e35a</id>
<content type='text'>
Functions open_cloexec and openat_cloexec were renamed with prefix
"sss_" and moved to separete file. Replacing duplicated code of
function sss_open_cloexec everywhere in the source code.

https://fedorahosted.org/sssd/ticket/1794
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions open_cloexec and openat_cloexec were renamed with prefix
"sss_" and moved to separete file. Replacing duplicated code of
function sss_open_cloexec everywhere in the source code.

https://fedorahosted.org/sssd/ticket/1794
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for krb5 1.11's responder callback.</title>
<updated>2013-03-08T20:58:03+00:00</updated>
<author>
<name>Nathaniel McCallum</name>
<email>npmccallum@redhat.com</email>
</author>
<published>2013-03-08T17:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=b40583c6d52b72e41bf01106534535e54b4fba4f'/>
<id>b40583c6d52b72e41bf01106534535e54b4fba4f</id>
<content type='text'>
krb5 1.11 adds support for a new method for responding to
structured data queries. This method, called the responder,
provides an alternative to the prompter interface.

This patch adds support for this method. It takes the password
and provides it via a responder instead of the prompter. In the
case of OTP authentication, it also disables the caching of
credentials (since the credentials are one-time only).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
krb5 1.11 adds support for a new method for responding to
structured data queries. This method, called the responder,
provides an alternative to the prompter interface.

This patch adds support for this method. It takes the password
and provides it via a responder instead of the prompter. In the
case of OTP authentication, it also disables the caching of
credentials (since the credentials are one-time only).
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Doxygen configuration to 1.8.1</title>
<updated>2013-03-06T11:40:57+00:00</updated>
<author>
<name>Thorsten Scherf</name>
<email>tscherf@redhat.com</email>
</author>
<published>2013-03-04T15:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=f0d860c4a1048a05fd7fb9e7dd674474ad8a82f3'/>
<id>f0d860c4a1048a05fd7fb9e7dd674474ad8a82f3</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1819
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1819
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add debug message to autofs client"</title>
<updated>2013-03-01T09:22:39+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-03-01T09:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=35c3d98374d7ce3cb1f37eaa012af83eb82a731a'/>
<id>35c3d98374d7ce3cb1f37eaa012af83eb82a731a</id>
<content type='text'>
This reverts commit 30c76633788c498b7d34e7e5944a3d36f26ec2db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 30c76633788c498b7d34e7e5944a3d36f26ec2db.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug message to autofs client</title>
<updated>2013-03-01T09:10:21+00:00</updated>
<author>
<name>Pavel Březina</name>
<email>pbrezina@redhat.com</email>
</author>
<published>2013-02-27T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=30c76633788c498b7d34e7e5944a3d36f26ec2db'/>
<id>30c76633788c498b7d34e7e5944a3d36f26ec2db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32</title>
<updated>2013-01-16T14:31:48+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2013-01-16T08:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd2.git/commit/?id=1cde5866227feccf482f82c112c352c103afbc59'/>
<id>1cde5866227feccf482f82c112c352c103afbc59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
