* src/su.c: Extract the authentication from the main function.

This commit is contained in:
nekral-guest
2011-06-13 18:26:16 +00:00
parent dc90c77285
commit 3abd71c526
2 changed files with 186 additions and 177 deletions

View File

@@ -16,6 +16,7 @@
* src/su.c: Define shellstr before the environment so that
restricted_shell is called only once. This will allow moving the
environment definition after the switch to the new user.
* src/su.c: Extract the authentication from the main function.
2011-06-10 Nicolas François <nicolas.francois@centraliens.net>