From owner-cvs-all Wed Jan 2 10:54:48 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 2BCB037B416; Wed, 2 Jan 2002 10:54:41 -0800 (PST) Received: (from yar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g02Isfu18590; Wed, 2 Jan 2002 10:54:41 -0800 (PST) (envelope-from yar) Message-Id: <200201021854.g02Isfu18590@freefall.freebsd.org> From: Yar Tikhiy Date: Wed, 2 Jan 2002 10:54:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl X-FreeBSD-CVS-Branch: HEAD 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/01/02 10:54:41 PST Modified files: usr.sbin/adduser adduser.perl Log: Allow weird characters in usernames if an admin persists on that: a) Convert all the remaining older Perl system() calls to the new, more secure LIST format so they are robust to whitespace and shell metacharacters in their arguments. b) Add a new option: -force, which allows adding usernames containing characters that are otherwise illegal. PR: bin/22860 bin/31049 Revision Changes Path 1.52 +27 -8 src/usr.sbin/adduser/adduser.perl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message