Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 18:43:32 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/crypto/openssh config.h defines.h loginrec.c sshd.c
Message-ID:  <201001131843.o0DIhgQk002327@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-13 18:43:32 UTC

  FreeBSD src repository

  Modified files:
    crypto/openssh       config.h defines.h loginrec.c sshd.c 
  Log:
  SVN rev 202213 on 2010-01-13 18:43:32Z by ed
  
  Make OpenSSH work with utmpx.
  
  - Partially revert r184122 (sshd.c). Our ut_host is now big enough to
    fit proper hostnames.
  
  - Change config.h to match reality.
  
  - defines.h requires UTMPX_FILE to be set by <utmpx.h> before it allows
    the utmpx code to work. This makes no sense to me. I've already
    mentioned this upstream.
  
  - Add our own platform-specific handling of lastlog. The version I will
    send to the OpenSSH folks will use proper autoconf generated
    definitions instead of `#if 1'.
  
  Revision  Changes    Path
  1.26      +22 -22    src/crypto/openssh/config.h
  1.5       +1 -1      src/crypto/openssh/defines.h
  1.18      +32 -2     src/crypto/openssh/loginrec.c
  1.51      +1 -2      src/crypto/openssh/sshd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001131843.o0DIhgQk002327>