Module Name:src
Committed By: nia
Date: Sun Dec 12 14:33:13 UTC 2021
Modified Files:
src/usr.sbin/user: user.c
Log Message:
Fix copypasto in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/usr.sbin/user/user.c
Please note that diffs are not
Module Name:src
Committed By: nia
Date: Sun Dec 12 14:33:13 UTC 2021
Modified Files:
src/usr.sbin/user: user.c
Log Message:
Fix copypasto in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/usr.sbin/user/user.c
Please note that diffs are not
Module Name:src
Committed By: nia
Date: Fri Dec 10 20:06:29 UTC 2021
Modified Files:
src/usr.sbin/user: user.c
Log Message:
useradd(8): Recognize Argon2 passwords as "valid" when they are given
on the command line.
Reported by Robert Nestor on current-users@.
To generat
Module Name:src
Committed By: nia
Date: Fri Dec 10 20:06:29 UTC 2021
Modified Files:
src/usr.sbin/user: user.c
Log Message:
useradd(8): Recognize Argon2 passwords as "valid" when they are given
on the command line.
Reported by Robert Nestor on current-users@.
To generat
Module Name:src
Committed By: wiz
Date: Mon Jul 29 09:33:21 UTC 2019
Modified Files:
src/usr.sbin/user: user.c
Log Message:
Fix warning in userdel -r.
If the 'rm -rf' works, then the home directory does not exist any more,
and rmdir() on it will return an error (ENOENT).
Module Name:src
Committed By: wiz
Date: Mon Jul 29 09:33:21 UTC 2019
Modified Files:
src/usr.sbin/user: user.c
Log Message:
Fix warning in userdel -r.
If the 'rm -rf' works, then the home directory does not exist any more,
and rmdir() on it will return an error (ENOENT).
Hi all,
On Wed, 28 Nov 2012 11:20:59 +, Brett Lymn wrote:
> Module Name: src Committed By: blymn Date: Wed Nov
28 11:20:58 UTC 2012
>
> Modified Files:
> src/usr.sbin/user: user.c
>
> Log Message:
> Google Code In bug fix by Philip Hayes, fi
Module Name:src
Committed By: wiz
Date: Thu Dec 31 20:14:19 UTC 2009
Modified Files:
src/usr.sbin/user: usermgmt.conf.5
Log Message:
Bump date for gid_range.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/user/usermgmt.conf.5
Please note that d
Module Name:src
Committed By: mlelstv
Date: Thu Dec 31 19:59:31 UTC 2009
Modified Files:
src/usr.sbin/user: user.c usermgmt.conf.5
Log Message:
Add new keyword gid_range to usermgmt.conf which specifies a default
GID range for groupadd(8).
To generate a diff of this comm