Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/hosts.c
Commit message (Expand)AuthorAgeFilesLines
* only set h_errno to error value on problems and change th...Arthur de Jong2006-12-181-7/+23
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-271-1/+0
* fix problem with allocated array for storing addresses, p...Arthur de Jong2006-11-241-17/+23
* do some refactoring in the generated code and add some do...Arthur de Jong2006-11-171-10/+9
* switch to a simpler and more compact framework to generat...Arthur de Jong2006-11-161-4/+4
* properly filter out empty returned address records and re...Arthur de Jong2006-11-151-9/+33
* rename nss/exports.h to nss/prototypes.hArthur de Jong2006-11-101-1/+1
* switch to using prototypes that are defined in glibc 2.3.6Arthur de Jong2006-11-101-2/+2
* add test code for host database and add const to function...Arthur de Jong2006-11-101-1/+1
* use better names for our thread-local file pointerArthur de Jong2006-11-101-2/+2
* implement initial host database lookups NSS-sideArthur de Jong2006-11-031-0/+210