summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/shell01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: Do chroot() after successful loginSebastian Huber2014-11-201-1/+37
|
* shell: Get supplementary group IDs in login checkSebastian Huber2014-11-201-0/+13
|
* shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber2014-11-204-0/+177
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.