| Commit message (Expand) | Author | Age | Files | Lines |
* | do not set errno (and h_errno) if we got the last entry f... | Arthur de Jong | 2008-02-01 | 1 | -8/+0 |
* | 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 | -7/+3 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -8/+8 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -6/+7 |
* | fix a few bugs found thanks to the new warnings | Arthur de Jong | 2007-02-17 | 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 | -74/+68 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | extract some more common macros | Arthur de Jong | 2006-12-31 | 1 | -8/+3 |
* | only set h_errno to error value on problems and change th... | Arthur de Jong | 2006-12-18 | 1 | -7/+23 |
* | get rid of nslcd-client.{c,h} and move it to nss/common.{... | Arthur de Jong | 2006-11-27 | 1 | -1/+0 |
* | fix problem with allocated array for storing addresses, p... | Arthur de Jong | 2006-11-24 | 1 | -17/+23 |
* | do some refactoring in the generated code and add some do... | Arthur de Jong | 2006-11-17 | 1 | -10/+9 |
* | switch to a simpler and more compact framework to generat... | Arthur de Jong | 2006-11-16 | 1 | -4/+4 |
* | properly filter out empty returned address records and re... | Arthur de Jong | 2006-11-15 | 1 | -9/+33 |
* | rename nss/exports.h to nss/prototypes.h | Arthur de Jong | 2006-11-10 | 1 | -1/+1 |
* | switch to using prototypes that are defined in glibc 2.3.6 | Arthur de Jong | 2006-11-10 | 1 | -2/+2 |
* | add test code for host database and add const to function... | Arthur de Jong | 2006-11-10 | 1 | -1/+1 |
* | use better names for our thread-local file pointer | Arthur de Jong | 2006-11-10 | 1 | -2/+2 |
* | implement initial host database lookups NSS-side | Arthur de Jong | 2006-11-03 | 1 | -0/+210 |