sshd - Make sshd use utmpx / wtmpx
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 6 Jul 2019 02:21:29 +0000 (19:21 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 6 Jul 2019 02:21:29 +0000 (19:21 -0700)
commit1efada7848f6e1635af0c6c454ef400d0f9a64b4
tree2b9dba544a83e4baec9206808103759732efe8d9
parent0d92c45cd53da8594470f80ff081009c09af6d24
sshd - Make sshd use utmpx / wtmpx

* For now adjust the Makefile for sshd to make it use utmpx and
  wtmpx.  The sshd contrib code expects UTMPX_FILE and WTMPX_FILE
  to be defined in order to use this API.

* sshd's login information is now properly using utmpx/wtmpx so
  'who' whos the full IPV6 address (etc).

Reported-by: dkgroot/NI33
usr.sbin/sshd/Makefile