Baptiste Daroussin
|
59856c7d26
|
pw: fail if an invalid entry is found while parsing master.passwd and group
PR: 198554
Reported by: diaran <fbsd@centraltech.co.uk>
MFC after: 2 days
|
2015-07-07 21:05:20 +00:00 |
|
Baptiste Daroussin
|
b3075010f8
|
Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.
|
2012-12-27 19:43:29 +00:00 |
|
Baptiste Daroussin
|
fb2db03194
|
Teach pw(8) about how to use pw/gr API to reduce code duplication
MFC after: 2 months
|
2012-10-30 08:00:53 +00:00 |
|
Robert Drehmel
|
b8938b667e
|
Use strlcpy(3) to replace the idiomatic
strncpy(d, s, l);
d[l - 1] = '\0';
statements.
|
2004-06-17 14:07:16 +00:00 |
|
David Nugent
|
923dc0b2c3
|
Portability fixes for other bsd4.4 derivatives.
|
2000-01-15 00:20:22 +00:00 |
|
Peter Wemm
|
97d92980a9
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:35:59 +00:00 |
|
David Nugent
|
5f12594a29
|
1) Do not blindly ignore file update errors which may occur due to concurrent
updating
2) Add -V <etcdir>, which allows maintaining user/group database in alternate
locations other than /etc.
|
1999-02-23 07:15:11 +00:00 |
|