* NEWS, src/newusers.c: Implement the -r, --system option.

* src/newusers.c: Use a bool when possible instead of int
	integers.
	* src/newusers.c: Avoid implicit conversion of pointers / integers
	/ chars to booleans.
	* src/newusers.c: Ignore the return value of pam_end() before
	exiting.
	* src/newusers.c: Ignore return value of setlocale(),
	bindtextdomain(), and textdomain().
	* src/newusers.c: Avoid multi-statements lines.
	* src/newusers.c: Add brackets and parenthesis.
This commit is contained in:
nekral-guest
2008-06-09 19:36:08 +00:00
parent e41460cae5
commit 2a267ca05f
3 changed files with 90 additions and 63 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
$Id$
shadow-4.1.1 -> shadow-4.1.2 UNRELEASED
*** general:
- newusers
* Implement the -r, --system option.
shadow-4.1.1 -> shadow-4.1.2 25-05-2008
*** security: