* NEWS, src/gpasswd.c: Use getopt_long instead of getopt. Added

support for long options --add (-a), --delete (-d),
	--remove-password (-r), --restrict (-R), --administrators (-A),
	and --members (-M)
	* man/gpasswd.1.xml: Document the new long options.
	* src/gpasswd.c: The sgrp structure is only used if SHADOWGRP is
	defined.
This commit is contained in:
nekral-guest
2008-08-22 02:28:15 +00:00
parent 7cc0389757
commit cfeacc4d67
4 changed files with 34 additions and 7 deletions

4
NEWS
View File

@@ -6,6 +6,10 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
- packaging
* Added support for OpenPAM.
- gpasswd
* Added support for long options --add (-a), --delete (-d),
--remove-password (-r), --restrict (-R), --administrators (-A), and
--members (-M).
- groupmems
* Check if user exist before they are added to groups.
* Avoid segfault in case the specified group does not exist in /etc/group.