summaryrefslogtreecommitdiff
path: root/nss/services.c
AgeCommit message (Expand)Author
2010-10-08correctly name shared file handleArthur de Jong
2010-10-04improve consistency of code layoutArthur de Jong
2010-09-24switch to using nss_status_t throughout the code and provide compatibility co...Arthur de Jong
2010-07-27use htons() instead of ntohs() (thanks Ted C. Cheng)Arthur de Jong
2010-06-14remove some unused include statementsArthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
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-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur 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-25implement server end of service name lookup and fix client end to translate b...Arthur de Jong
2006-11-17do some refactoring in the generated code and add some documentation on gener...Arthur de Jong
2006-11-16implement reading of services entitiesArthur de Jong