freebsd-dev/usr.sbin/pwd_mkdb
Brian Somers 15344a5690 Verify that the username length is smaller than MAXLOGNAME when
asked to verify a passwd file (pwd_mkdb -C).

Entries with oversized usernames are still permitted when building
the passwd database.

When entries are >= MAXLOGNAME in length, they are correctly stored
in passwd, pwd.db and spwd.db but are only correctly retrieved by
getpwent*() and getpwuid*().  getpwnam*() truncates to MAXLOGNAME - 1
when reading from a file (breaking at least sh, tcsh and bash)
and utilities such as su(1) check, complain and fail if the
passed name is >= MAXLOGNAME in length.

MFC after:	3 weeks
2009-05-20 08:32:25 +00:00
..
Makefile
pwd_mkdb.8 Add endianness support. 2005-02-28 21:05:30 +00:00
pwd_mkdb.c Verify that the username length is smaller than MAXLOGNAME when 2009-05-20 08:32:25 +00:00