<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sss_client, branch subdommem</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 warnings: uninitialized variable</title>
<updated>2013-07-22T09:44:09+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2013-07-18T09:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=08e3f641a8b8d6b5d7eb0b523599702eda960da2'/>
<id>08e3f641a8b8d6b5d7eb0b523599702eda960da2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance PAC responder for AD users</title>
<updated>2013-06-06T21:58:56+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2013-05-10T07:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=92af6f25864b5c389b57d0f659686801b45ca58c'/>
<id>92af6f25864b5c389b57d0f659686801b45ca58c</id>
<content type='text'>
This patch modifies the PAC responder so that it can be used with the AD
provider as well. The main difference is that the POSIX UIDs and GIDs
are now lookup up with the help of the SID instead of being calculated
algorithmically. This was necessary because the AD provider allows
either algorithmic mapping or reading the value from attributes stored
in AD.

Fixes https://fedorahosted.org/sssd/ticket/1558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch modifies the PAC responder so that it can be used with the AD
provider as well. The main difference is that the POSIX UIDs and GIDs
are now lookup up with the help of the SID instead of being calculated
algorithmically. This was necessary because the AD provider allows
either algorithmic mapping or reading the value from attributes stored
in AD.

Fixes https://fedorahosted.org/sssd/ticket/1558
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename SAFEALIGN macros.</title>
<updated>2013-05-14T16:29:52+00:00</updated>
<author>
<name>Michal Zidek</name>
<email>mzidek@redhat.com</email>
</author>
<published>2013-04-15T14:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=2fa8d6655ac37f9bdeb34420000052d921f4a543'/>
<id>2fa8d6655ac37f9bdeb34420000052d921f4a543</id>
<content type='text'>
https://fedorahosted.org/sssd/ticket/1772

SAFEALIGN macros have been renamed in this patch to
make it easy to pick the right macro when data is copied
from byte buffer to a variable or vice versa.

The renamed macros are placed in new header file to
avoid code duplication (the old ones were defined in
two files, one for the client code and one for the rest
of sssd).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/sssd/ticket/1772

SAFEALIGN macros have been renamed in this patch to
make it easy to pick the right macro when data is copied
from byte buffer to a variable or vice versa.

The renamed macros are placed in new header file to
avoid code duplication (the old ones were defined in
two files, one for the client code and one for the rest
of sssd).
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: Use separate field for domain name in client requests</title>
<updated>2013-05-07T12:23:51+00:00</updated>
<author>
<name>Jan Cholasta</name>
<email>jcholast@redhat.com</email>
</author>
<published>2013-04-26T08:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/sssd.git/commit/?id=28e55560008f21a532b103b3f612c6fca2a54d76'/>
<id>28e55560008f21a532b103b3f612c6fca2a54d76</id>
<content type='text'>
Instead of appending @domain to names when the --domain option of sss_ssh_* is
used, put domain name in a separate field in client requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of appending @domain to names when the --domain option of sss_ssh_* is
used, put domain name in a separate field in client requests.
</pre>
</div>
</content>
</entry>
<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/sssd.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/sssd.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/sssd.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/sssd.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/sssd.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/sssd.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>
</feed>
