Lines Matching +full:secure +full:- +full:monitor
2 .include "${SRCTOP}/secure/ssh.mk"
4 PROG= sshd-session
5 SRCS= sshd-session.c auth-rhosts.c auth-passwd.c \
6 audit.c audit-bsm.c audit-linux.c platform.c \
8 auth.c auth2.c auth2-methods.c auth-options.c session.c \
9 auth2-chall.c groupaccess.c \
10 auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
11 auth2-none.c auth2-passwd.c auth2-pubkey.c auth2-pubkeyfile.c \
12 monitor.c monitor_wrap.c auth-krb5.c \
13 auth2-gss.c gss-serv.c gss-serv-krb5.c \
14 loginrec.c auth-pam.c auth-shadow.c auth-sia.c \
15 sftp-server.c sftp-common.c \
16 sandbox-null.c sandbox-rlimit.c sandbox-systrace.c sandbox-darwin.c \
17 sandbox-seccomp-filter.c sandbox-capsicum.c sandbox-pledge.c \
18 sandbox-solaris.c uidswap.c $(SKSRCS)
21 # gss-genr.c really belongs in libssh; see src/secure/lib/libssh/Makefile
22 SRCS+= gss-genr.c
30 CFLAGS+= -DUSE_BSM_AUDIT=1 -DHAVE_GETAUDIT_ADDR=1
35 CFLAGS+= -DUSE_BLACKLIST=1 -I${SRCTOP}/contrib/blocklist/include
38 LDFLAGS+=-L${LIBBLACKLISTDIR}
45 CFLAGS+= -I${KRB5_DIR}/include \
46 -I${KRB5_SRCTOP}/include \
47 -I${KRB5_OBJTOP}/lib
54 CFLAGS+= -DLIBWRAP=1