]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r326738: pw(8): correct expiration period handling
authoreugen <eugen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Dec 2017 13:10:22 +0000 (13:10 +0000)
committereugen <eugen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Dec 2017 13:10:22 +0000 (13:10 +0000)
commit14ff0adbe7cf142bd668f7dc2394b25004f23648
tree917f5f132c08e4e0dbccc838607148d8feff8d01
parentc965ca3a7c1e4e65923ec221eaae1103b795062d
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@326849 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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