History log of /sssd/src/sss_client/nss_passwd.c
Revision Date Author Comments Expand
537e277876a7e4b81e68eb3836586b1a765ba0dc 03-Jul-2015 Lukas Slebodnik <lslebodn@redhat.com>

sss_client: Re-check memcache after acquiring the lock Resolves: https://fedorahosted.org/sssd/ticket/2581 Reviewed-by: Michal Židek <mzidek@redhat.com>

a171d77f40aa92e240e91aa4bafe5a392a98b5a2 03-Dec-2013 Michal Zidek <mzidek@redhat.com>

sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate. resolves: https://fedorahosted.org/sssd/ticket/1359

287e76479d68db4134274d4a4fca5fe0fbc9a605 22-Nov-2012 Jan Cholasta <jcholast@redhat.com>

Fix errors reported by rpmlint

1171986bdc3011555c5b62a9d9ee9f7481f48cdc 19-Mar-2012 Simo Sorce <simo@redhat.com>

sss_client: shared memory cache passwd map support

fd3714d0cf068f3c782c1fff32105fc51cc97a0e 18-Jan-2012 Stephen Gallagher <sgallagh@redhat.com>

NSS: Add sss_readrep_copy_string There were many places in the client code where we were duplicating a loop to copy data in from the response buffer. This patch turns those loops into a function for easier maintenance and easier-to-read *readrep() routines.

22c7230dc0c8d41a189eb758be78991d183de1f7 14-Jan-2012 Stephen Gallagher <sgallagh@redhat.com>

NSS: Validate input string lengths Also fixes a return value bug where we were returning errno error codes instead of nss_status codes. Fixes https://fedorahosted.org/sssd/ticket/1135

c89589fa349f38214c9cb8d9389c0fd557e5dca2 22-Nov-2010 Simo Sorce <ssorce@redhat.com>

sss_client: make code thread-safe Add mutexes around nss operations and serialize them. This is necessary because nss operations may have global state. For pam it is sufficient to protect socket operations instead. As pam functions use only the provided pam handler. Fixes: https://fedorahosted.org/sssd/ticket/640

f1ac7d7859b26f0f36f5e8ffacda609f8ece80e5 13-Oct-2010 Stephen Gallagher <sgallagh@redhat.com>

Rename group.c and passwd.c for clarity Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"