summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getnetgrent.c
AgeCommit message (Expand)Author
2016-05-31PR 51002 David Binderman: fix wrong printing code not enabled by default.dholland
2012-03-20Use C89 definitions.matt
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2008-04-05whitespace fixrtr
2007-02-07Add "local" versions of getnetgrent() et al. and now call those for the NISoster
2007-02-06nsdispatch()-ify getnetgrent() and friends.oster
2006-10-15fix incomplete initializerschristos
2006-08-03Remove leftover debugging message. Problem pointed out by Kurt Schreinertron
2006-07-27back out last change as it is actually a visible function.dogcow
2006-07-27define _ng_cycle to be static, so gcc won't whing about its implicit decl.dogcow
2006-07-27move include of StringList.h before netgroup.hchristos
2006-07-27add an _ng_cycle function to print the list of netgroups that are are dups.christos
2006-03-19Coverity 2278: Avoid leak on allocation failure.christos
2005-07-25PR/30832: Tomas Skäre: Freed memory used in lib/libc/getnetgrent.cchristos
2002-05-26__STDC__ is always defined on NetBSD.wiz
2000-01-22Delint.mycroft
2000-01-22Delint.mycroft
1999-11-28* check the result of sl_init() and sl_add()lukem
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-04-18specifically include stdarg/varargs.hlukem
1999-01-22pre nsswitch default was more like "files [notfound=return] nis"lukem
1999-01-21Fix two problems with the recent nsswitch changes to netgroups:thorpej
1999-01-19* `passwd' defaults to `compat', and `passwd_compat' defaults to `nis'lukem
1999-01-19convert to new nsdispatch(3)lukem
1999-01-18delintchristos
1999-01-16pull nsswitch up to main branchlukem
1998-07-27Make these compile without __AUDIT__.mycroft
1998-07-26const poisoning.mycroft
1998-02-26trivial changes to reduce lint complaintsperry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-01-17Add stringlist implementationlukem
1996-12-20ifdef YP, needs rpcsvc/ypclnt.h for protoscgd
1996-04-27- grab prototypes from netgroup.hchristos
1995-02-25clean up Id's on files previously imported...cgd
1994-12-12Rework indirect reference support as outlined by my recent message tojtc
1994-12-12Return null for empty strings in triplets, not the empty string.christos
1994-12-11- Changed all internal libc references of {v,}err{x,} and {v,}warn{x,} tochristos
1994-12-04New netgroup implementation; replaces Rick's old one that did notchristos
1994-10-19 needs stdlib.hcgd
1994-09-19Fix null pointer dereference, per Rolf Grossman.mycroft
1994-05-17From 4.4-Lite.mycroft