Bill Paul 6daf17201b gethostbynis.c:
- Fix problem described in PR #1079: _gethostbynisaddr() doesn't
  work. Make it accept the same arguments as all the other
  gethostby*addr() functions and properly convert the supplied IP
  address into a text string so that yp_match() can find it in the
  hosts.byaddr map.

- Also fix potential memory leak: copy the results of yp_match() to
  a static buffer and free the result (yp_match() returns dynamically
  allocated memory).

ether_addr.c:

- Since I was in the neighborhood, fix ether_ntohost() and
  ether_hostton() so that they don't bogusly for a free(result)
  when yp_match() fails.
1996-03-16 21:25:59 +00:00
..
1996-03-11 03:08:51 +00:00
1995-12-30 07:01:50 +00:00
1996-02-23 19:56:55 +00:00
1996-03-16 21:25:59 +00:00
1996-02-09 12:25:08 +00:00
1995-12-26 13:25:13 +00:00
1995-10-22 14:40:55 +00:00
1996-02-12 04:57:03 +00:00