summaryrefslogtreecommitdiff
path: root/nss/aliases.c
AgeCommit message (Expand)Author
2008-01-03only start the NSLCD_ACTION_*_ALL requests with the first call to getent() in...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-01-17ensure that all NSS functions can be generated by the marcos in common.h and ...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-11-28rename LDF_ marcos to NSLCD_ macros to have a single namespaceArthur de Jong
2006-11-27get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t...Arthur de Jong
2006-11-17do some refactoring in the generated code and add some documentation on gener...Arthur de Jong
2006-11-16switch to a simpler and more compact framework to generate methods (one reade...Arthur de Jong
2006-11-10rename nss/exports.h to nss/prototypes.hArthur de Jong
2006-11-10use better names for our thread-local file pointerArthur de Jong
2006-11-03rename LOOP to STRINGLIST as that is currently the only supported formatArthur de Jong
2006-11-03make loop macros common, create macros for expanding {set,get,end}ent() funct...Arthur de Jong
2006-11-02rename some constants and switch to a more sane naming schemeArthur de Jong
2006-11-02rename READ_RESPONSE() macro to READ_RESPONSE_CODE()Arthur de Jong
2006-11-01always set *errnop correctlyArthur de Jong
2006-10-31implement reading of alias information through getaliasbyname()Arthur de Jong
2006-10-31make code consistent by adding headers, removing trailing whitespace and prop...Arthur de Jong
2006-10-25add some basic minimal NSS code that can be generated from macrosArthur de Jong