| Commit message (Expand) | Author | Age | Files | Lines |
* | switch to a common back-end with a common constructor and... | Arthur de Jong | 2010-12-16 | 1 | -23/+9 |
* | 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 | -2/+2 |
* | also try to support older Solaris releases that do not ha... | Arthur de Jong | 2010-10-11 | 1 | -2/+13 |
* | generate Solaris NSS functions using same macros that are... | Arthur de Jong | 2010-10-10 | 1 | -136/+54 |
* | have one shared file handle per flavour instead of one gl... | Arthur de Jong | 2010-10-09 | 1 | -4/+4 |
* | nss-pam-ldapd fixes for solaris 10 build | Ted Cheng | 2010-10-09 | 1 | -4/+4 |
* | re-introduce {set,get,end}**ent() file handle in Solaris ... | Arthur de Jong | 2010-10-08 | 1 | -0/+3 |
* | merge changes from trunk | Arthur de Jong | 2010-10-04 | 1 | -6/+10 |
|\ |
|
| * | improve consistency of code layout | Arthur de Jong | 2010-10-04 | 1 | -5/+14 |
* | | 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 | -45/+72 |
* | | import Solaris support developed by Ted C. Cheng of Symas... | Arthur de Jong | 2010-09-30 | 1 | -4/+165 |
|/ |
|
* | switch to using nss_status_t throughout the code and prov... | Arthur de Jong | 2010-09-24 | 1 | -6/+6 |
* | 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 | -5/+5 |
* | only start the NSLCD_ACTION_*_ALL requests with the first... | Arthur de Jong | 2008-01-03 | 1 | -3/+4 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -2/+2 |
* | 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 | -17/+15 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | rename LDF_ marcos to NSLCD_ macros to have a single name... | Arthur de Jong | 2006-11-28 | 1 | -4/+4 |
* | get rid of nslcd-client.{c,h} and move it to nss/common.{... | Arthur de Jong | 2006-11-27 | 1 | -1/+0 |
* | do some refactoring in the generated code and add some do... | Arthur de Jong | 2006-11-17 | 1 | -4/+3 |
* | switch to a simpler and more compact framework to generat... | Arthur de Jong | 2006-11-16 | 1 | -31/+12 |
* | 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 | -1/+1 |
* | make loop macros common, create macros for expanding {set... | Arthur de Jong | 2006-11-03 | 1 | -31/+3 |
* | rename some constants and switch to a more sane naming sc... | Arthur de Jong | 2006-11-02 | 1 | -6/+6 |
* | rename READ_RESPONSE() macro to READ_RESPONSE_CODE() | Arthur de Jong | 2006-11-02 | 1 | -3/+3 |
* | always set *errnop correctly | Arthur de Jong | 2006-11-01 | 1 | -0/+3 |
* | implement _nss_ldap_{set,get,end}pwent() functions with t... | Arthur de Jong | 2006-11-01 | 1 | -4/+35 |
* | make code consistent by adding headers, removing trailing... | Arthur de Jong | 2006-10-31 | 1 | -1/+3 |
* | clear up protocol macros while implementing getpwuid() an... | Arthur de Jong | 2006-10-31 | 1 | -10/+26 |
* | get rid of some empty lines | Arthur de Jong | 2006-10-30 | 1 | -5/+0 |
* | return read data in struct and fix some marcos | Arthur de Jong | 2006-10-30 | 1 | -11/+10 |
* | add some basic minimal NSS code that can be generated fro... | Arthur de Jong | 2006-10-25 | 1 | -0/+86 |