Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2018 16:56:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 226609] Expand ut_user from 32 characters to 64 to support longer usernames
Message-ID:  <bug-226609-8-d48JnQJ1Ns@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226609-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226609-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226609

Brooks Davis <brooks@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks@FreeBSD.org

--- Comment #1 from Brooks Davis <brooks@FreeBSD.org> ---
The layout of struct utmpx is part of the libc ABI and the format of files
stored on disk so this can't just be changed.  The effort required to make this
change properly would be substantial.  At a minimum, libc compatibility shims
would be required with new symbol versions and a mechanism to handle there
change in the format of /var/run/utx.active, /var/log/utx.lastlogin, and
/var/log/utx.log.  See getutxent(3) for one set of effected interfaces.  A
number of syscalls use MAXLOGNAME and might need to be altered as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226609-8-d48JnQJ1Ns>