git: sshd - Make sshd use utmpx / wtmpx

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jul 5 19:25:17 PDT 2019


commit 1efada7848f6e1635af0c6c454ef400d0f9a64b4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jul 5 19:21:29 2019 -0700

    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

Summary of changes:
 usr.sbin/sshd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1efada7848f6e1635af0c6c454ef400d0f9a64b4


-- 
DragonFly BSD source repository


More information about the Commits mailing list