* src/su.c: Merge environment setting blocks after the creation of

the session.
This commit is contained in:
nekral-guest
2011-06-13 18:27:12 +00:00
parent b63c830547
commit 5d6f4f8ea4
2 changed files with 60 additions and 55 deletions

View File

@@ -5,6 +5,8 @@
* src/su.c: Split check_perms() in to a PAM (check_perms_pam) and
a non-PAM (check_perms_nopam) version.
* src/su.c: Cleanup check_perms_nopam().
* src/su.c: Merge environment setting blocks after the creation of
the session.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>