Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 1996 18:37:12 -0500
From:      jc@irbs.com (John Capo)
To:        bradley@dunn.org (Bradley Dunn)
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Ugh...long usernames
Message-ID:  <Mutt.19961203183712.jc@irbs.com>
In-Reply-To: <Pine.WNT.3.95.961203134718.-365809H-100000@swoosh.dunn.org>; from Bradley Dunn on Dec 3, 1996 13:56:44 -0500
References:  <Pine.WNT.3.95.961203134718.-365809H-100000@swoosh.dunn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Bradley Dunn (bradley@dunn.org):
> 
> >From discussions held on this matter in the past, my understanding is that
> UT_NAMESIZE in <utmp.h> and MAXLOGNAME in <sys/param.h> are the numbers to
> change. So I change both of those numbers to 16, make the world, and hope
> everything works. Any caveats?

/usr/src/include/protocols/rwhod.h:    char    out_name[8];            /* user id */
/usr/src/usr.sbin/lpr/lprm/lprm.c:static char  luser[16];      /* buffer for person */
/usr/src/usr.bin/rdist/main.c:char     user[10];       /* user's name */
/usr/src/usr.bin/rdist/server.c:       static char user[15], group[15];
/usr/src/games/battlestar/externs.h:char uname[9];
/usr/src/release/sysinstall/anonFTP.c:    char uid[8];                  /* UID */
/usr/src/libexec/rexecd/rexecd.c:      char user[16], pass[16];
/usr/src/libexec/rshd/rshd.c:char      username[20] = "USER=";
/usr/include/stdio.h:#define L_cuserid       9       /* size for cuserid(); UT_NAMESIZE + 1 */

I am sure there are more to be tracked down and killed.

John Capo



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