* src/groupmems.c: Add functions process_flags() and check_perms()

from code of main().
	* src/groupmems.c: Harmonize the failure message in case of PAM
	failure with the other programs.
This commit is contained in:
nekral-guest
2008-07-27 00:59:42 +00:00
parent e6c015e0d0
commit d4227e75cd
2 changed files with 60 additions and 38 deletions

View File

@@ -1,3 +1,10 @@
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: Add functions process_flags() and check_perms()
from code of main().
* src/groupmems.c: Harmonize the failure message in case of PAM
failure with the other programs.
2008-07-27 Nicolas François <nicolas.francois@centraliens.net>
* src/groupmems.c: Remove isgroup(), which always returns TRUE.