]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/chage.c, src/chfn.c, src/chgpasswd.c, src/chpasswd.c,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 13 Nov 2011 16:24:57 +0000 (16:24 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 13 Nov 2011 16:24:57 +0000 (16:24 +0000)
commit57f9d5ae9ce460fd580f6f7b2cd0909fc530218b
tree01a56e578e86735b33f218946623a481ff819a74
parent2ecea675ee7bb4df5d456f6769dc6b2b1f5fec79
* src/chage.c, src/chfn.c, src/chgpasswd.c, src/chpasswd.c,
src/chsh.c, src/groupadd.c, src/groupdel.c, src/groupmems.c,
src/groupmod.c, src/newusers.c, src/useradd.c, src/userdel.c,
src/usermod.c: Provide the PAM error
message instead of our own, and log error to syslog.
* src/groupmems.c: Exit with exit rather than fail_exit in usage().
* src/newusers.c: Check the number of arguments.
* src/newusers.c: Do not create the home directory when it is not
changed.
* src/useradd.c: Set the group password to "!" rather "x" if there
are no gshadow file.
14 files changed:
ChangeLog
src/chage.c
src/chfn.c
src/chgpasswd.c
src/chpasswd.c
src/chsh.c
src/groupadd.c
src/groupdel.c
src/groupmems.c
src/groupmod.c
src/newusers.c
src/useradd.c
src/userdel.c
src/usermod.c