Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
This commit is contained in:
parent
c675f2ec87
commit
8d004b8b0d
@ -112,12 +112,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#
|
||||
#WANT_OPENSSL_MANPAGES= true
|
||||
#
|
||||
# To build usr.bin/opie* and libopie with options to make it accept
|
||||
# being operatred over insecure TTY's. Mainly of use during debugging,
|
||||
# This is also of use if all traffic is routinely encrypted.
|
||||
#
|
||||
#WANT_INSECURE_OPIE= true
|
||||
#
|
||||
# To build sys/modules when building the world (our old way of doing things)
|
||||
#MODULES_WITH_WORLD=true # do not build modules when building kernel
|
||||
#
|
||||
|
@ -24,10 +24,8 @@ INCS= ${OPIE_DIST}/opie.h
|
||||
CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \
|
||||
-DKEY_FILE=${KEYFILE}
|
||||
|
||||
.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true
|
||||
ACCESSFILE?= \"/etc/opieaccess\"
|
||||
CFLAGS+= -DINSECURE_OVERRIDE -DPATH_ACCESS_FILE=${ACCESSFILE}
|
||||
.endif
|
||||
|
||||
LDADD+= -lmd
|
||||
DPADD+= ${LIBMD}
|
||||
|
@ -112,12 +112,6 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
||||
#
|
||||
#WANT_OPENSSL_MANPAGES= true
|
||||
#
|
||||
# To build usr.bin/opie* and libopie with options to make it accept
|
||||
# being operatred over insecure TTY's. Mainly of use during debugging,
|
||||
# This is also of use if all traffic is routinely encrypted.
|
||||
#
|
||||
#WANT_INSECURE_OPIE= true
|
||||
#
|
||||
# To build sys/modules when building the world (our old way of doing things)
|
||||
#MODULES_WITH_WORLD=true # do not build modules when building kernel
|
||||
#
|
||||
|
@ -5,10 +5,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
PROG= opieinfo
|
||||
|
||||
CFLAGS+=-I${OPIE_DIST}
|
||||
|
||||
.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true
|
||||
CFLAGS+=-DINSECURE_OVERRIDE
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBOPIE} ${LIBMD}
|
||||
LDADD= -lopie -lmd
|
||||
|
@ -5,10 +5,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
PROG= opiekey
|
||||
|
||||
CFLAGS+= -I${OPIE_DIST}
|
||||
|
||||
.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true
|
||||
CFLAGS+=-DINSECURE_OVERRIDE
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBOPIE} ${LIBMD}
|
||||
LDADD= -lopie -lmd
|
||||
|
@ -5,10 +5,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
||||
PROG= opiepasswd
|
||||
|
||||
CFLAGS+=-I${OPIE_DIST}
|
||||
|
||||
.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true
|
||||
CFLAGS+=-DINSECURE_OVERRIDE
|
||||
.endif
|
||||
|
||||
DPADD= ${LIBOPIE} ${LIBMD}
|
||||
LDADD= -lopie -lmd
|
||||
|
Loading…
Reference in New Issue
Block a user