source: rtems/testsuites/libtests/Makefile.am @ acf9a8d

4.115
Last change on this file since acf9a8d was acf9a8d, checked in by Sebastian Huber <sebastian.huber@…>, on 11/14/14 at 13:31:54

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.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS = POSIX
4_SUBDIRS += shell01
5_SUBDIRS += pwdgrp01
6_SUBDIRS += crypt01
7_SUBDIRS += sha
8_SUBDIRS += i2c01
9_SUBDIRS += newlib01
10_SUBDIRS += block17
11_SUBDIRS += exit02
12_SUBDIRS += exit01
13_SUBDIRS += utf8proc01
14_SUBDIRS += md501
15_SUBDIRS += sparsedisk01
16_SUBDIRS += block16
17_SUBDIRS += block15
18_SUBDIRS += block14
19_SUBDIRS += block13
20_SUBDIRS += rbheap01
21_SUBDIRS += flashdisk01
22_SUBDIRS += capture01
23
24_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
25    deviceio01 devnullfatal01 dumpbuf01 gxx01 top\
26    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
27    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
28    termios termios01 termios02 termios03 termios04 termios05 \
29    termios06 termios07 termios08 \
30    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
31    block08 block09 block10 block11 block12 stringto01 \
32    tar01 tar02 tar03 \
33    math mathf mathl complex \
34    mouse01 uid01
35
36if NETTESTS
37if HAS_POSIX
38_SUBDIRS += mghttpd01
39endif
40_SUBDIRS += ftp01
41_SUBDIRS += syscall01
42endif
43
44if DLTESTS
45_SUBDIRS += dl01 dl02
46endif
47
48include $(top_srcdir)/../automake/test-subdirs.am
49include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.