Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/networks.c
Commit message (Expand)AuthorAgeFilesLines
* do not set errno (and h_errno) if we got the last entry f...Arthur de Jong2008-02-011-8/+0
* remove the nslcd2nss() function because it's not needed w...Arthur de Jong2008-02-011-1/+1
* only start the NSLCD_ACTION_*_ALL requests with the first...Arthur de Jong2008-01-031-8/+3
* correct calls to NSLCD_ACTION_NETWORK_BYNAME and NSLCD_AC...Arthur de Jong2007-10-211-3/+3
* flag the address family parameter as unusedArthur de Jong2007-07-131-1/+1
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-5/+5
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-4/+4
* add gcc attributes to some functions and parametersArthur de Jong2007-02-171-1/+2
* ensure that all NSS functions can be generated by the mar...Arthur de Jong2007-01-171-77/+42
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* implement network name lookups on server side plus some f...Arthur de Jong2006-11-281-3/+6
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-271-1/+0
* do some refactoring in the generated code and add some do...Arthur de Jong2006-11-171-6/+5
* switch to a simpler and more compact framework to generat...Arthur de Jong2006-11-161-2/+2
* implement network information lookups through NSSArthur de Jong2006-11-151-0/+188