* Compilation fix for PAM support (pamh needs to be

global since the function split).
* End the PAM transaction in fail_exit().
* Document check_flags().
This commit is contained in:
nekral-guest
2007-12-30 21:48:55 +00:00
parent d1bee8b593
commit 3b7497b063
2 changed files with 28 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
2007-12-29 Nicolas François <nicolas.francois@centraliens.net>
2007-12-30 Nicolas François <nicolas.francois@centraliens.net>
* src/groupadd.c: Compilation fix for PAM support (pamh needs to be
global since the function split).
* src/groupadd.c: End the PAM transaction in fail_exit().
* src/groupadd.c: Document check_flags().
2007-12-30 Nicolas François <nicolas.francois@centraliens.net>
* src/vipw.c: Compilation fix for non-gshadow support.