summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Recommit everything, add chpass, improve history (except for a few files that...Cameron Katri2021-05-021-23/+4
* Make pw_scan(3) more compatible with getpwent(3) et. al. when processingIan Lepore2018-07-262-0/+17
* Revert r336619, it appears to cause problems with ssh, and probably otherIan Lepore2018-07-231-2/+1
* Set the pw_class field to NULL when scanning the non-master passwd file.Ian Lepore2018-07-221-1/+2
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* Remove unused includes.Xin LI2018-01-011-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* Renumber copyright clause 4Warner Losh2017-02-282-0/+248
* Minor style tweaks.Pedro F. Giffuni2014-08-131-0/+68
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-103-316/+0
* It is believed the last subsystem that limited ID sizes to somethingKen Smith2009-07-221-7/+18
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-092-8/+0
* POSIXed strtoll() (and ours one too) can set errno to EINVAL, so checkAndrey A. Chernov2006-03-141-1/+1
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)Andre Oppermann2006-03-141-0/+68
* add missing endusershell() call. Original version was incorrect.Philippe Charnier2004-01-181-1/+3
* Do not allow empty GIDs for non-NIS entries.Maxim Konovalov2002-10-111-0/+7
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISMaxim Konovalov2002-10-021-2/+2
* Disqualify UID/GID with non-numeric character.Maxim Konovalov2002-09-251-3/+13
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+1
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Bring a comment in line with the code, and fix some spelling errorsDima Dorfman2002-03-091-4/+3
* Fix SCM ID's.David E. O'Brien2002-02-011-6/+4
* Correct some egregious style bugs.Dag-Erling Smørgrav2001-12-041-13/+21
* Add a missing error check. This fixes a bug that would cause pwd_mkdb toDag-Erling Smørgrav2001-12-041-1/+2
* Use the right format string for printing ULONG_MAX.David Malone2001-03-051-2/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-062-27/+34
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-091-5/+14
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS inSheldon Hearn1999-12-021-1/+8
* Allow empty UIDs if we are processing NIS records. I am not entirelyEivind Eklund1999-11-221-2/+4
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add aSheldon Hearn1999-11-152-4/+15
* Flag empty UID entries as errors (to stop typos from turning intoEivind Eklund1999-11-061-1/+6
* Back out previous commit. I mistook passing commentary from bde forSheldon Hearn1999-08-311-9/+6
* Only issue a warning for the first occurrence of a UID > USHRT_MAX andSheldon Hearn1999-08-301-6/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Staticize usage(). Cosmetics.Philippe Charnier1997-10-101-2/+5
* Submitted by: archie@whistle.comJulian Elischer1996-06-201-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Be sure to properly fail if there are not enough fields. ProblemDavid Greenman1995-01-271-2/+4
* Maintain pw_fields, and output same to password database.Garrett Wollman1994-09-201-0/+17
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-262-0/+158