* src/su.c: Split check_perms() in to a PAM (check_perms_pam) and

a non-PAM (check_perms_nopam) version.
This commit is contained in:
nekral-guest
2011-06-13 18:26:58 +00:00
parent 40a16a1b04
commit 927c2f06a3
2 changed files with 75 additions and 62 deletions

View File

@@ -2,6 +2,8 @@
* src/su.c (save_caller_context): Extract from main() the code
used to save the caller's context.
* src/su.c: Split check_perms() in to a PAM (check_perms_pam) and
a non-PAM (check_perms_nopam) version.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>