robert
|
0f9ac8040a
|
Use strlcpy(3) to replace the idiomatic
strncpy(d, s, l);
d[l - 1] = '\0';
statements.
|
2004-06-17 14:07:16 +00:00 |
|
davidn
|
1b86060031
|
Portability fixes for other bsd4.4 derivatives.
|
2000-01-15 00:20:22 +00:00 |
|
peter
|
efabb9ccb1
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:35:59 +00:00 |
|
davidn
|
aea1f6bc3c
|
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 |
|