]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r326738: pw(8): correct expiration period handling
authoreugen <eugen@FreeBSD.org>
Thu, 14 Dec 2017 13:06:41 +0000 (13:06 +0000)
committereugen <eugen@FreeBSD.org>
Thu, 14 Dec 2017 13:06:41 +0000 (13:06 +0000)
commit1eed2435c301f30ed21b4cda9e191f395dc81961
tree9bef8c175a58bb8f1767bef0dc9c1cfc849e62ff
parentb943e7684ac8157a9704285d72a28eec93eb9041
MFC r326738: pw(8): correct expiration period handling
  and command line overrides to preconfigured values for -e, -p and -w flags.

  Use non-negative symbols instead of magic values
  in passwd_val/pw_password functions.

PR: 223431
Submitted by: Yuri Pankov (in part, patch for the manual)
Approved by: mav (mentor)
Relnotes: yes
usr.sbin/pw/psdate.c
usr.sbin/pw/psdate.h
usr.sbin/pw/pw.8
usr.sbin/pw/pw.h
usr.sbin/pw/pw_conf.c
usr.sbin/pw/pw_user.c