<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git/src/sss_client, branch f23</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>sss_client: Re-check memcache after acquiring the lock</title>
<updated>2015-07-03T13:17:12+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-06-30T16:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=537e277876a7e4b81e68eb3836586b1a765ba0dc'/>
<id>537e277876a7e4b81e68eb3836586b1a765ba0dc</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2581

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2581

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_client: Use unique lock for memory cache</title>
<updated>2015-07-03T13:17:08+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-06-30T18:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0ed6114c6b2cc9d7e0c09842d19f0987e9ebbb4a'/>
<id>0ed6114c6b2cc9d7e0c09842d19f0987e9ebbb4a</id>
<content type='text'>
Previously the sma lock was used as for communication with
responder. However it would cause a deadlock in case of
re-checking memcache after acquiring the lock and before communication with
responder..

Required by:
https://fedorahosted.org/sssd/ticket/2581

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the sma lock was used as for communication with
responder. However it would cause a deadlock in case of
re-checking memcache after acquiring the lock and before communication with
responder..

Required by:
https://fedorahosted.org/sssd/ticket/2581

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_client: Use initgr mmap cache in client code</title>
<updated>2015-07-03T13:17:02+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-06-30T14:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=88e68607e474ab2ce46c562753ef2e988516d1e9'/>
<id>88e68607e474ab2ce46c562753ef2e988516d1e9</id>
<content type='text'>
Resolves:
https://fedorahosted.org/sssd/ticket/2485

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves:
https://fedorahosted.org/sssd/ticket/2485

Reviewed-by: Michal Židek &lt;mzidek@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libwbclient-sssd: update interface to version 0.12</title>
<updated>2015-05-26T08:23:40+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2015-05-15T09:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=1270ffe9f3809f2fd488ef4a320d344ae107ab87'/>
<id>1270ffe9f3809f2fd488ef4a320d344ae107ab87</id>
<content type='text'>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_client: Fix warning "_" redefined</title>
<updated>2015-05-22T10:42:28+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-05-19T11:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=0a111b876c59ea7b5eab4b33449966d6005dc5b1'/>
<id>0a111b876c59ea7b5eab4b33449966d6005dc5b1</id>
<content type='text'>
"enum sss_authtok_type" is defined in sss_client/pam_message.h
So it's better to include it instead of "util/authtok.h".

"util/authtok.h" includes many header files including "util/util.h"

  CC       src/util/crypto/nss/libsss_crypt_la-nss_base64.lo
src/sss_client/pam_sss.c:48:0: error: "_" redefined [-Werror]
 #define _(STRING) dgettext (PACKAGE, STRING)
 ^
In file included from ../sssd/src/util/authtok.h:23:0,
                 from ../sssd/src/sss_client/pam_message.h:29,
                 from ../sssd/src/sss_client/pam_sss.c:43:
src/util/util.h:55:0: note: this is the location of the previous definition
 #define _(STRING) gettext (STRING)
 ^

Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"enum sss_authtok_type" is defined in sss_client/pam_message.h
So it's better to include it instead of "util/authtok.h".

"util/authtok.h" includes many header files including "util/util.h"

  CC       src/util/crypto/nss/libsss_crypt_la-nss_base64.lo
src/sss_client/pam_sss.c:48:0: error: "_" redefined [-Werror]
 #define _(STRING) dgettext (PACKAGE, STRING)
 ^
In file included from ../sssd/src/util/authtok.h:23:0,
                 from ../sssd/src/sss_client/pam_message.h:29,
                 from ../sssd/src/sss_client/pam_sss.c:43:
src/util/util.h:55:0: note: this is the location of the previous definition
 #define _(STRING) gettext (STRING)
 ^

Reviewed-by: Pavel Březina &lt;pbrezina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sss_client: Fix mixed enums</title>
<updated>2015-05-18T16:29:20+00:00</updated>
<author>
<name>Lukas Slebodnik</name>
<email>lslebodn@redhat.com</email>
</author>
<published>2015-04-29T13:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=2ec676521edc2c6cd464b30e9b08d383ec23a9c4'/>
<id>2ec676521edc2c6cd464b30e9b08d383ec23a9c4</id>
<content type='text'>
Error: PW.MIXED_ENUM_TYPE: [#def4]
sssd-1.12.90/src/sss_client/pam_message.c:159: mixed_enum_type: enumerated type mixed with another type
 #  157|                               &amp;buf[rp]);
 #  158|
 #  159|-&gt;     rp += add_authtok_item(SSS_PAM_ITEM_AUTHTOK, pi-&gt;pam_authtok_type,
 #  160|                              pi-&gt;pam_authtok, pi-&gt;pam_authtok_size, &amp;buf[rp]);
 #  161|

Error: PW.MIXED_ENUM_TYPE: [#def5]
sssd-1.12.90/src/sss_client/pam_message.c:162: mixed_enum_type: enumerated type mixed with another type
 #  160|                              pi-&gt;pam_authtok, pi-&gt;pam_authtok_size, &amp;buf[rp]);
 #  161|
 #  162|-&gt;     rp += add_authtok_item(SSS_PAM_ITEM_NEWAUTHTOK, pi-&gt;pam_newauthtok_type,
 #  163|                              pi-&gt;pam_newauthtok, pi-&gt;pam_newauthtok_size,
 #  164|

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Error: PW.MIXED_ENUM_TYPE: [#def4]
sssd-1.12.90/src/sss_client/pam_message.c:159: mixed_enum_type: enumerated type mixed with another type
 #  157|                               &amp;buf[rp]);
 #  158|
 #  159|-&gt;     rp += add_authtok_item(SSS_PAM_ITEM_AUTHTOK, pi-&gt;pam_authtok_type,
 #  160|                              pi-&gt;pam_authtok, pi-&gt;pam_authtok_size, &amp;buf[rp]);
 #  161|

Error: PW.MIXED_ENUM_TYPE: [#def5]
sssd-1.12.90/src/sss_client/pam_message.c:162: mixed_enum_type: enumerated type mixed with another type
 #  160|                              pi-&gt;pam_authtok, pi-&gt;pam_authtok_size, &amp;buf[rp]);
 #  161|
 #  162|-&gt;     rp += add_authtok_item(SSS_PAM_ITEM_NEWAUTHTOK, pi-&gt;pam_newauthtok_type,
 #  163|                              pi-&gt;pam_newauthtok, pi-&gt;pam_newauthtok_size,
 #  164|

Reviewed-by: Pavel Reichl &lt;preichl@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>PAM: add PAM responder unit test</title>
<updated>2015-05-08T07:14:33+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2015-03-19T12:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=ea422c7061072c125eb53b40d7f3ca444d886913'/>
<id>ea422c7061072c125eb53b40d7f3ca444d886913</id>
<content type='text'>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_sss: move message encoding into separate file</title>
<updated>2015-05-08T07:14:31+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2015-03-18T15:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=bf6c3f07d653d474da9e43b2b7cced57fc4ea069'/>
<id>bf6c3f07d653d474da9e43b2b7cced57fc4ea069</id>
<content type='text'>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_sss: add pre-auth and 2fa support</title>
<updated>2015-05-08T07:14:09+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2015-02-12T22:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=e5698314b87e147c0223d0d8bcac206733dfae8c'/>
<id>e5698314b87e147c0223d0d8bcac206733dfae8c</id>
<content type='text'>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IPA: create preauth indicator file at startup</title>
<updated>2015-05-08T07:14:07+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2015-03-24T10:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/sssd.git/commit/?id=deb28a893c76f7c94b6cc8e596742665e23d97d5'/>
<id>deb28a893c76f7c94b6cc8e596742665e23d97d5</id>
<content type='text'>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Lukáš Slebodník &lt;lslebodn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
