| Commit message (Expand) | Author | Age | Files | Lines |
* | use the AX_TLS macro to find correct thread-local storage... | Arthur de Jong | 2013-01-18 | 1 | -2/+2 |
* | adapt Solaris netgroup lookup code | Arthur de Jong | 2012-12-23 | 1 | -81/+83 |
* | update the netgroup by name request to have one result en... | Arthur de Jong | 2012-12-23 | 1 | -22/+46 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -106/+118 |
* | introduce ent2str() functions for each database (except e... | Arthur de Jong | 2012-10-26 | 1 | -1/+1 |
* | do not clear the netgroup struct because it contains info... | Arthur de Jong | 2012-10-14 | 1 | -1/+0 |
* | clear the *ent structs before writing fields to avoid pro... | Arthur de Jong | 2012-09-15 | 1 | -0/+1 |
* | on Solaris store the errno value in NSS_ARGS(args)->erange | Arthur de Jong | 2012-09-03 | 1 | -7/+4 |
* | split netgroup backend into a "normal" backend and one fo... | Arthur de Jong | 2010-12-30 | 1 | -93/+84 |
* | have a more consistent naming convention for static looku... | Arthur de Jong | 2010-12-13 | 1 | -13/+13 |
* | switch to using SETs to follow the netgroups | Arthur de Jong | 2010-10-15 | 1 | -42/+19 |
* | generate Solaris NSS functions using same macros that are... | Arthur de Jong | 2010-10-10 | 1 | -21/+15 |
* | have one shared file handle per flavour instead of one gl... | Arthur de Jong | 2010-10-09 | 1 | -5/+6 |
* | nss-pam-ldapd fixes for solaris 10 build | Ted Cheng | 2010-10-09 | 1 | -5/+4 |
* | re-introduce {set,get,end}**ent() file handle in Solaris ... | Arthur de Jong | 2010-10-08 | 1 | -1/+4 |
* | merge changes from trunk | Arthur de Jong | 2010-10-04 | 1 | -2/+8 |
|\ |
|
| * | improve consistency of code layout | Arthur de Jong | 2010-10-04 | 1 | -3/+9 |
* | | try to make use of UNUSED() consistent | Arthur de Jong | 2010-10-04 | 1 | -5/+5 |
* | | first attempt to split Solaris and Glibc code more and de... | Arthur de Jong | 2010-10-03 | 1 | -108/+125 |
* | | import Solaris support developed by Ted C. Cheng of Symas... | Arthur de Jong | 2010-09-30 | 1 | -3/+228 |
|/ |
|
* | switch to using nss_status_t throughout the code and prov... | Arthur de Jong | 2010-09-24 | 1 | -4/+4 |
* | implement a global symbol inside the NSS module to allow ... | Arthur de Jong | 2010-06-14 | 1 | -0/+2 |
* | remove some unused include statements | Arthur de Jong | 2010-06-14 | 1 | -1/+0 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-21 | 1 | -11/+6 |
* | merge r865 from trunk | Arthur de Jong | 2009-05-08 | 1 | -2/+2 |
* | remove checking for first entry and always return NSS_STA... | Arthur de Jong | 2008-05-02 | 1 | -11/+5 |
* | do not set errno (and h_errno) if we got the last entry f... | Arthur de Jong | 2008-02-01 | 1 | -7/+1 |
* | remove the nslcd2nss() function because it's not needed w... | Arthur de Jong | 2008-02-01 | 1 | -1/+1 |
* | only start the NSLCD_ACTION_*_ALL requests with the first... | Arthur de Jong | 2008-01-03 | 1 | -3/+5 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -3/+3 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -1/+1 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -1/+2 |
* | ensure that all NSS functions can be generated by the mar... | Arthur de Jong | 2007-01-17 | 1 | -2/+2 |
* | fix netgroup lookups so that _nss_ldap_getnetgrent_r() re... | Arthur de Jong | 2007-01-10 | 1 | -1/+21 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | use our own thread-local file pointer for doing requests ... | Arthur de Jong | 2007-01-08 | 1 | -8/+11 |
* | get rid of nslcd-client.{c,h} and move it to nss/common.{... | Arthur de Jong | 2006-11-27 | 1 | -1/+0 |
* | trip trailing whitespace | Arthur de Jong | 2006-11-25 | 1 | -2/+2 |
* | implement netgroup lookups, including test code | Arthur de Jong | 2006-11-21 | 1 | -16/+43 |
* | implement netgroup lookups | Arthur de Jong | 2006-11-17 | 1 | -0/+83 |