| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix uninitialised variable | Mark R Bannister | 2015-01-19 | 1 | -1/+1 |
* | Use right h_errnop for retrying with larger buffer | Nalin Dahyabhai | 2014-03-02 | 1 | -1/+1 |
* | Fix crash when retrieving large networks entries | Lukas Slebodnik | 2014-03-02 | 1 | -2/+0 |
* | use the AX_TLS macro to find correct thread-local storage... | Arthur de Jong | 2013-01-18 | 1 | -2/+2 |
* | merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and renam... | Arthur de Jong | 2012-12-23 | 1 | -12/+12 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -97/+107 |
* | refactor the read_result() functions into a common macro ... | Arthur de Jong | 2012-10-28 | 1 | -37/+1 |
* | combine read_hostent_erronempty() and read_hostent_nexton... | Arthur de Jong | 2012-10-28 | 1 | -67/+31 |
* | introduce ent2str() functions for each database (except e... | Arthur de Jong | 2012-10-26 | 1 | -33/+46 |
* | return correct error for buffer too small (Solaris) | Arthur de Jong | 2012-10-13 | 1 | -1/+4 |
* | clear the *ent structs before writing fields to avoid pro... | Arthur de Jong | 2012-09-15 | 1 | -0/+1 |
* | fix host name lookups for Solaris (tested with Solaris 10) | Arthur de Jong | 2012-09-14 | 1 | -75/+52 |
* | on Solaris store the errno value in NSS_ARGS(args)->erange | Arthur de Jong | 2012-09-03 | 1 | -7/+7 |
* | switch to a common back-end with a common constructor and... | Arthur de Jong | 2010-12-16 | 1 | -24/+17 |
* | have a more consistent naming convention for static looku... | Arthur de Jong | 2010-12-13 | 1 | -13/+13 |
* | fix assignment in if statement (was broken in r1262) | Arthur de Jong | 2010-12-13 | 1 | -4/+4 |
* | also try to support older Solaris releases that do not ha... | Arthur de Jong | 2010-10-11 | 1 | -4/+19 |
* | generate Solaris NSS functions using same macros that are... | Arthur de Jong | 2010-10-10 | 1 | -156/+84 |
* | re-introduce {set,get,end}**ent() file handle in Solaris ... | Arthur de Jong | 2010-10-08 | 1 | -0/+2 |
* | merge changes from trunk | Arthur de Jong | 2010-10-04 | 1 | -1/+2 |
|\ |
|
| * | improve consistency of code layout | Arthur de Jong | 2010-10-04 | 1 | -1/+2 |
| * | merge some of the changes for Solaris portability to ease... | Arthur de Jong | 2010-10-04 | 1 | -7/+7 |
* | | try to make use of UNUSED() consistent | Arthur de Jong | 2010-10-04 | 1 | -8/+8 |
* | | first attempt to split Solaris and Glibc code more and de... | Arthur de Jong | 2010-10-03 | 1 | -150/+121 |
* | | import Solaris support developed by Ted C. Cheng of Symas... | Arthur de Jong | 2010-09-30 | 1 | -1/+241 |
|/ |
|
* | switch to using nss_status_t throughout the code and prov... | Arthur de Jong | 2010-09-24 | 1 | -11/+11 |
* | 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 | -2/+2 |
* | 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 |