* NEWS, src/groupmems.c: Added syslog support.

* src/groupmems.c: members() renamed display_members() to
	avoid name clash with its members argument.
	* src/groupmems.c: Report failure to unlock to syslog.
	* src/groupmems.c: Harmonize error messages.
	* src/groupmems.c: Report failures to write the new group file to
	syslog (gr_close() failure).
	* src/groupmems.c: Don't use fail_exit for non-failure exit.
This commit is contained in:
nekral-guest
2008-08-09 23:28:30 +00:00
parent e069125a2c
commit e3e99974f8
3 changed files with 35 additions and 12 deletions

1
NEWS
View File

@@ -16,6 +16,7 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
* Everybody is allowed to list the users of a group.
* /etc/group is open readonly when one just wants to list the users of a
group.
* Added syslog support.
shadow-4.1.2 -> shadow-4.1.2.1 26-06-2008