History log of /sssd/src/sss_client/nss_group.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>

88e68607e474ab2ce46c562753ef2e988516d1e9 03-Jul-2015 Lukas Slebodnik <lslebodn@redhat.com>

sss_client: Use initgr mmap cache in client code Resolves: https://fedorahosted.org/sssd/ticket/2485 Reviewed-by: Michal Židek <mzidek@redhat.com>

684405758a96bd9fb47480d44f2e1a2f038f8def 01-Jul-2014 Michal Zidek <mzidek@redhat.com>

Suppress safealign warnings with DISCARD_ALIGN. These warnings were all false positives. fixes: https://fedorahosted.org/sssd/ticket/1359 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

8bf65dbab8703697c85b033beb5c189fce17b036 10-Dec-2013 Michal Zidek <mzidek@redhat.com>

Properly align buffer when storing pointers. Properly align buffer address to sizeof(char *) when storing pointers to strings. resolves: https://fedorahosted.org/sssd/ticket/1359

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

4f76afc76610a26da85438e5657a6cb5e83c787a 13-Aug-2012 Jakub Hrozek <jhrozek@redhat.com>

sss_client: Group lookups should work even when fastcache cannot be initialized https://fedorahosted.org/sssd/ticket/1415

10eae23e2483733d4ca3c21f15b5bdb3f04c9839 19-Mar-2012 Simo Sorce <simo@redhat.com>

sss_client: shared memory cache group map support

fd9847469ce7056d88baea965af70c467ef80331 23-Feb-2012 Simo Sorce <simo@redhat.com>

nss_group: Cache the result from sssd when the glibc provided buffer is too small.

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_"