Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/netgroup.c
Commit message (Expand)AuthorAgeFilesLines
* remove checking for first entry and always return NSS_STA...Arthur de Jong2008-05-021-11/+5
* do not set errno (and h_errno) if we got the last entry f...Arthur de Jong2008-02-011-7/+1
* 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-3/+5
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-3/+3
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-1/+1
* 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-2/+2
* fix netgroup lookups so that _nss_ldap_getnetgrent_r() re...Arthur de Jong2007-01-101-1/+21
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* use our own thread-local file pointer for doing requests ...Arthur de Jong2007-01-081-8/+11
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-271-1/+0
* trip trailing whitespaceArthur de Jong2006-11-251-2/+2
* implement netgroup lookups, including test codeArthur de Jong2006-11-211-16/+43
* implement netgroup lookupsArthur de Jong2006-11-171-0/+83