Bill Paul cbe78b44aa Fix a few NIS-related bogons:
- Clear the _yp_innetgr flag immediately after calling setnetgrent() from
  innetgr(). We only need the flag set to temporarily alter setnetgrent()'s
  behavior. Previously, it was being cleared too late.

- When in NIS-only mode, innetgr() was wasting time doing unecessary
  extra processing after it had already found a match.

- Remember to free memory allocated by the NIS functions during innetgr()
  searches.
1996-04-15 16:17:04 +00:00
..
1996-04-15 16:17:04 +00:00
1996-04-05 08:53:38 +00:00
1996-02-23 19:56:55 +00:00
1996-02-09 12:25:08 +00:00
1995-12-26 13:25:13 +00:00
1996-03-25 14:34:26 +00:00
1996-03-31 22:31:51 +00:00