]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Port ftpd to utmpx.
authored <ed@FreeBSD.org>
Wed, 13 Jan 2010 18:28:41 +0000 (18:28 +0000)
committered <ed@FreeBSD.org>
Wed, 13 Jan 2010 18:28:41 +0000 (18:28 +0000)
commita0af351d02a6107aa858c4b27ec786f93c2cd0cb
treebba33bd7c021d55d4f3ce0d7bc3973c0a2db3b3b
parent14920edb233365f033171b90f9170b4f6d0eb2bd
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.
libexec/ftpd/ftpd.c
libexec/ftpd/logwtmp.c