summaryrefslogtreecommitdiff
path: root/lib/libc/gen/pw_scan.c
Commit message (Collapse)AuthorAgeFilesLines
* Staticize usage(). Cosmetics.Philippe Charnier1997-10-101-2/+5
| | | | Notes: svn path=/head/; revision=30260
* Submitted by: archie@whistle.comJulian Elischer1996-06-201-2/+2
| | | | | | | | This program should COMPLAIN about uids > 65K but not abort.. they are after all legal, and some of us NEED them! Notes: svn path=/head/; revision=16552
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8857
* Be sure to properly fail if there are not enough fields. ProblemDavid Greenman1995-01-271-2/+4
| | | | | | | reported by MARC Giannoni <marc@cmc.eng.comsat.com>, this fix is by me. Notes: svn path=/head/; revision=5964
* Maintain pw_fields, and output same to password database.Garrett Wollman1994-09-201-0/+17
| | | | | | | | | | | | | | !!!!!!!! NB !!!!!!!! You MUST pwd_mkdb /etc/master.passwd before attempting to use the new libc, or things may go wrong. (I doubt anything actually /will/ go wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.) The database format is, however, backwards-compatible, so old executables will still work. Notes: svn path=/head/; revision=2916
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+122
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553