summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-14 14:31:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-20 10:30:22 +0100
commitacf9a8dd54d1b1cb01e361784146a062a29e1487 (patch)
treec3f16482ba4bbbf827b137186086b7f21eafb451 /testsuites/libtests/configure.ac
parentlibcsupport: Minimal /etc/passwd and /etc/group (diff)
downloadrtems-acf9a8dd54d1b1cb01e361784146a062a29e1487.tar.bz2
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.
Diffstat (limited to 'testsuites/libtests/configure.ac')
-rw-r--r--testsuites/libtests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac
index b1a7277948..80245f9c64 100644
--- a/testsuites/libtests/configure.ac
+++ b/testsuites/libtests/configure.ac
@@ -66,6 +66,7 @@ AS_IF([test x"$HAVE_LIBDL" = x"yes"],[
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
+shell01/Makefile
pwdgrp01/Makefile
crypt01/Makefile
sha/Makefile