Changeset acf9a8d in rtems for testsuites

Timestamp:
11/14/14 13:31:54 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
395e5d4
Parents:
002f351
git-author:
Sebastian Huber <sebastian.huber@…> (11/14/14 13:31:54)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/20/14 09:30:22)
Message:

shell: Use crypt_r() in rtems_shell_login_check()

Use '*" to disable shell login instead of '!' according to the Linux man
page. Use getpwnam_r() instead of getpwnam(). Do not access the user
environment directly. Update the user environment only after a
successful login check.

(No files)

Note: See TracChangeset for help on using the changeset viewer.