freebsd-skq/usr.sbin/inetd
hrs 50371a834c MFC 281734-281736,287997-287998:
- Fix a crash on a rpc entry when an IPv6 address is explicitly
  specified in -a flag.

- Fix a bug that sockaddr_in was used where sockaddr_in6 should have
  been used.  This was not actually harmful because offsetof(struct
  sockaddr_in, sin_port) is equal to offsetof(struct sockaddr_in6,
  sin6_port).

- Remove unused union p_un.

- Use NI_MAXHOST-long buffer for getnameinfo().
  Although INET6_ADDRSTRLEN was designed to hold the longest
  IPv6 address in IPv4-mapped address format a long time ago,
  getnameinfo() can return scope identifier in addition to it.
2015-09-20 22:27:19 +00:00
..
builtins.c Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
inetd.8
inetd.c MFC 281734-281736,287997-287998: 2015-09-20 22:27:19 +00:00
inetd.h Replace the use of wall clock time with monotonically increasing 2012-06-04 18:02:09 +00:00
Makefile
pathnames.h