Date: Fri, 15 Feb 2002 09:31:15 -0800 (PST) From: Yar Tikhiy <yar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl Message-ID: <200202151731.g1FHVF195831@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2002/02/15 09:31:15 PST
Modified files: (Branch: RELENG_4)
usr.sbin/adduser adduser.perl
Log:
MFC rev1.50-1.58:
o Fix two typical Perl bugs: "0" vs. 0 and 0 vs. undefined.
o Convert the rest of older system() calls to the new LIST format.
o Add '-h' to chown(1) options so symbolic links within a new user's
home directory belong to him.
o Make code and username warning message consistent.
o Introduce a new configuration variable: the regular expression to
match new usernames against. Thus an admin can customize restrictions
on a username now. This closes a number of PRs demanding to allow
various non-alphanumeric characters in usernames while still protecting
the others from shooting in their foot.
Not objected by: iedowse (who committed rev1.54)
Revision Changes Path
1.44.2.4 +51 -18 src/usr.sbin/adduser/adduser.perl
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202151731.g1FHVF195831>
