| Commit message (Expand) | Author | Age | Files | Lines |
* | remove some unused include statements | Arthur de Jong | 2010-06-14 | 1 | -1/+0 |
* | merge r934 from trunk | Arthur de Jong | 2009-06-06 | 1 | -1/+1 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-21 | 1 | -3/+3 |
* | merge r882 from trunk | Arthur de Jong | 2009-05-09 | 1 | -1/+8 |
* | merge r834 from trunk | Arthur de Jong | 2009-04-19 | 1 | -2/+2 |
* | remove comment about limitation that has now been removed | Arthur de Jong | 2008-05-16 | 1 | -4/+0 |
* | correctly implement buffer handling in _nss_ldap_initgrou... | Arthur de Jong | 2008-04-05 | 1 | -21/+39 |
* | properly check the limit (as seen in nis-initgroups.c) | Arthur de Jong | 2008-04-05 | 1 | -1/+4 |
* | 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 | -2/+3 |
* | increment value that is pointed to, not the pointer (fixe... | Arthur de Jong | 2008-01-03 | 1 | -1/+1 |
* | enable the _nss_ldap_initgroups_dyn() function that is no... | Arthur de Jong | 2008-01-01 | 1 | -5/+1 |
* | remove NSLCD_RESULT_UNAVAIL because it's not needed anymo... | Arthur de Jong | 2007-12-25 | 1 | -1/+1 |
* | 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 | -3/+3 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -1/+4 |
* | ensure that all NSS functions can be generated by the mar... | Arthur de Jong | 2007-01-17 | 1 | -53/+51 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | remove _nss_ldap_initgroups_dyn() from interface for now ... | Arthur de Jong | 2006-12-16 | 1 | -0/+2 |
* | rename LDF_ marcos to NSLCD_ macros to have a single name... | Arthur de Jong | 2006-11-28 | 1 | -5/+5 |
* | 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 | -5/+4 |
* | switch to a simpler and more compact framework to generat... | Arthur de Jong | 2006-11-16 | 1 | -30/+13 |
* | 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 |
* | use better names for our thread-local file pointer | Arthur de Jong | 2006-11-10 | 1 | -2/+2 |
* | fix bogus reuse of tmpint32, introducing tmp3int32 | Arthur de Jong | 2006-11-03 | 1 | -5/+4 |
* | rename LOOP to STRINGLIST as that is currently the only s... | Arthur de Jong | 2006-11-03 | 1 | -8/+8 |
* | add _nss_ldap_initgroups_dyn() function | Arthur de Jong | 2006-11-03 | 1 | -3/+54 |
* | make loop macros common, create macros for expanding {set... | Arthur de Jong | 2006-11-03 | 1 | -50/+12 |
* | rename READ_RESPONSE() macro to READ_RESPONSE_CODE() | Arthur de Jong | 2006-11-02 | 1 | -3/+3 |
* | implement NSS side of getgrnam(), getgrgid() and {set,get... | Arthur de Jong | 2006-11-01 | 1 | -0/+145 |