summaryrefslogtreecommitdiffstats
path: root/pw/pw_vpw.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless assignement of linelenBaptiste Daroussin2015-12-291-2/+0
|
* pw: fail if an invalid entry is found while parsing master.passwd and groupBaptiste Daroussin2015-07-071-0/+7
| | | | | | PR: 198554 Reported by: diaran <fbsd@centraltech.co.uk> MFC after: 2 days
* Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.Baptiste Daroussin2012-12-271-169/+67
|
* Teach pw(8) about how to use pw/gr API to reduce code duplicationBaptiste Daroussin2012-10-301-0/+302
| | | | MFC after: 2 months
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-316/+0
| | | | | | | for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting is a two-module system, consisting of a base compute module and a CPU expansion module. SGI's NUMAFlex architecture can be an excellent platform to test CPU affinity and NUMA-aware features in FreeBSD.
* Use strlcpy(3) to replace the idiomaticRobert Drehmel2004-06-171-4/+2
| | | | | | | strncpy(d, s, l); d[l - 1] = '\0'; statements.
* Portability fixes for other bsd4.4 derivatives.David Nugent2000-01-151-1/+3
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
|
* 1) Do not blindly ignore file update errors which may occur due to concurrentDavid Nugent1999-02-231-0/+316
updating 2) Add -V <etcdir>, which allows maintaining user/group database in alternate locations other than /etc.