From owner-cvs-usrsbin Tue Dec 10 07:22:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07842 for cvs-usrsbin-outgoing; Tue, 10 Dec 1996 07:22:19 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA07750; Tue, 10 Dec 1996 07:20:41 -0800 (PST) Received: from ole.cs.tu-berlin.de (wosch@ole.cs.tu-berlin.de [130.149.22.3]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id QAA02323; Tue, 10 Dec 1996 16:17:07 +0100 From: Wolfram Schneider Received: (wosch@localhost) by ole.cs.tu-berlin.de (8.8.4/8.6.6) id QAA11571; Tue, 10 Dec 1996 16:17:05 +0100 (MET) Date: Tue, 10 Dec 1996 16:17:05 +0100 (MET) Message-Id: <199612101517.QAA11571@ole.cs.tu-berlin.de> To: Joerg Wunsch Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, David Nugent Subject: cvs commit: src/usr.sbin/pw - Imported sources In-Reply-To: <199612092355.PAA15426@freefall.freebsd.org> References: <199612092355.PAA15426@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joerg Wunsch writes: >joerg 96/12/09 15:55:28 > Log Message: > Upgrade from the author, reflecting all my wishes resulting out of the > sysinstall use of this tool (plus some bug fixes). It's wish time? ;-) pw_user.c o the user name length limit should not be hard coded. o the comma, tab and some other characters are not valid for user names (mail headers are 7 bit) Wolfram