* src/chfn.c: Added fail_exit(). Check if the passwd file is

locked. Report failures to unlock to stderr and syslog.
	* src/chfn.c: Is case of failure, use fail_exit() rather than
	exit().
	* src/chfn.c: Ignore the return value of pam_end().
This commit is contained in:
nekral-guest
2008-08-07 08:01:44 +00:00
parent 7fc596fb8a
commit ccc49e8841
2 changed files with 48 additions and 36 deletions

View File

@@ -1,3 +1,11 @@
2008-08-06 Nicolas François <nicolas.francois@centraliens.net>
* src/chfn.c: Added fail_exit(). Check if the passwd file is
locked. Report failures to unlock to stderr and syslog.
* src/chfn.c: Is case of failure, use fail_exit() rather than
exit().
* src/chfn.c: Ignore the return value of pam_end().
2008-08-06 Nicolas François <nicolas.francois@centraliens.net>
* lib/groupio.c, lib/groupio.h, lib/pwio.c, lib/pwio.h,