Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/19/2005 19:13:38
Module Name: src
Committed By: christos
Date: Wed Jan 19 19:13:38 UTC 2005
Modified Files:
src/lib/libc/gen: pw_scan.c
Log Message:
- test for too long username (from Greg Woods)
- centralize id and time_t parsing, providing better error checking of
numeric values; previously the code would accept 12foo as an expiration
or change time.
- fix issue with dereferencing null flags in compat code.
- ansify, KNF
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/gen/pw_scan.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.