* NEWS, src/pwconv.c, src/pwunconv.c, src/grpconv.c,

src/grpunconv.c, man/pwconv.8.xml: Add --root option.
	* src/pwconv.c, src/pwunconv.c, src/grpconv.c, src/grpunconv.c:
	Add --help option.
	* src/pwconv.c, src/pwunconv.c, src/grpconv.c, src/grpunconv.c:
	Add process_flags() and usage().
This commit is contained in:
nekral-guest
2011-11-06 18:38:04 +00:00
parent c017dd73aa
commit bf90350fe7
7 changed files with 288 additions and 19 deletions

8
NEWS
View File

@@ -43,6 +43,10 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
* Add --root option.
- grpck
* NIS entries were dropped by -s (sort).
- grpconv
* Add --root option.
- grpunconv
* Add --root option.
-login
* Fixed limits support (non PAM enabled versions only)
* Added support for infinite limits and group based limits (non PAM
@@ -73,6 +77,10 @@ shadow-4.1.4.3 -> shadow-4.1.5 UNRELEASED
* Fix parsing of gshadow entries.
- pwpck
* NIS entries were dropped by -s (sort).
- pwconv
* Add --root option.
- pwunconv
* Add --root option.
- useradd
* If the skeleton directory contained hardlinked files, copies of the
hardlink were removed from the skeleton directory.