From owner-cvs-all Fri Feb 15 9:31:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B84BA37B419; Fri, 15 Feb 2002 09:31:15 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1FHVF195831; Fri, 15 Feb 2002 09:31:15 -0800 (PST) (envelope-from yar) Message-Id: <200202151731.g1FHVF195831@freefall.freebsd.org> From: Yar Tikhiy Date: Fri, 15 Feb 2002 09:31:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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