Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 18:28:41 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/ftpd ftpd.c logwtmp.c
Message-ID:  <201001131828.o0DISxP6000999@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpd.c logwtmp.c 
  Log:
  SVN rev 202209 on 2010-01-13 18:28:41Z by ed
  
  Port ftpd to utmpx.
  
  Unfortunately I have to partially wreck its functionality, though. ftpd
  used to keep a file descriptor to the wtmp, which allowed it to work
  from within a chroot. The current utmpx implementation doesn't offer a
  way to do this. Maybe we can address this in the future, if it turns out
  to be a real issue.
  
  Revision  Changes    Path
  1.215     +16 -18    src/libexec/ftpd/ftpd.c
  1.14      +22 -34    src/libexec/ftpd/logwtmp.c



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