summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/shell01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-161-2/+0
| | | | This define was superfluous, undocumented and used inconsistently.
* 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.