mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
disable SRA
this impacts negatively to POLA since once autologin is enabled, telnet will prompt for a password using getpass() and thus not allow the usual signal characters or C-]
This commit is contained in:
parent
6d4aa00ac1
commit
0dc115d939
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74702
@ -3,10 +3,10 @@
|
||||
LIB= telnet
|
||||
|
||||
SRCS= genget.c getent.c misc.c encrypt.c auth.c \
|
||||
enc_des.c sra.c pk.c
|
||||
enc_des.c pk.c
|
||||
|
||||
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
|
||||
-DSRA -I${TELNETDIR} \
|
||||
-I${TELNETDIR} \
|
||||
|
||||
NOPIC= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user