Files
rtems/testsuites/libtests/shell01/shell01.doc
Sebastian Huber acf9a8dd54 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.
2014-11-20 10:30:22 +01:00

12 lines
212 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: shell01
directives:
- rtems_shell_login_check
concepts:
- Ensure that rtems_shell_login_check() works as expected.