Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
281371d8
Commit
281371d8
authored
Oct 23, 2021
by
HardenedBSD Sync Service
Browse files
Merge branch 'freebsd/current/main' into hardened/current/master
parents
835ff695
7b1e19ad
Changes
11
Hide whitespace changes
Inline
Side-by-side
lib/Makefile
View file @
281371d8
...
...
@@ -218,7 +218,7 @@ SUBDIR.${MK_BHYVE}+= libvmmapi
SUBDIR.${MK_OPENMP}
+=
libomp
.
endif
.if
!defined(COMPAT_32BIT)
SUBDIR.${MK_OPENSSH}
+=
libcbor
SUBDIR.${MK_OPENSSH}
+=
libcbor
libfido2
.
endif
SUBDIR.${MK_OPENSSL}
+=
libmp
SUBDIR.${MK_PF}
+=
libpfctl
...
...
lib/libfido2/Makefile
0 → 100644
View file @
281371d8
PACKAGE
=
ssh
LIB
=
fido2
PRIVATELIB
=
DIST
=
${SRCTOP}
/contrib/libfido2
.PATH
:
${DIST}/src ${DIST}
SRCS
+=
aes256.c
SRCS
+=
assert.c
SRCS
+=
authkey.c
SRCS
+=
bio.c
SRCS
+=
blob.c
SRCS
+=
buf.c
SRCS
+=
cbor.c
SRCS
+=
compress.c
SRCS
+=
config.c
SRCS
+=
cred.c
SRCS
+=
credman.c
SRCS
+=
dev.c
SRCS
+=
ecdh.c
SRCS
+=
eddsa.c
SRCS
+=
err.c
SRCS
+=
es256.c
SRCS
+=
hid_freebsd.c
SRCS
+=
hid_unix.c
SRCS
+=
hid.c
SRCS
+=
info.c
SRCS
+=
io.c
SRCS
+=
iso7816.c
SRCS
+=
largeblob.c
SRCS
+=
log.c
SRCS
+=
pin.c
SRCS
+=
random.c
SRCS
+=
reset.c
SRCS
+=
rs256.c
SRCS
+=
u2f.c
SRCS
+=
openbsd-compat/freezero.c
SRCS
+=
openbsd-compat/recallocarray.c
CFLAGS
+=
-I
${DIST}
/src
-I
${SRCTOP}
/contrib/libcbor/src
-I
${
.CURDIR
}
/../libcbor
CFLAGS
+=
-D_FIDO_INTERNAL
CFLAGS
+=
-DHAVE_ARC4RANDOM_BUF
CFLAGS
+=
-DHAVE_CLOCK_GETTIME
CFLAGS
+=
-DHAVE_DEV_URANDOM
CFLAGS
+=
-DHAVE_ERR_H
CFLAGS
+=
-DHAVE_EXPLICIT_BZERO
CFLAGS
+=
-DHAVE_GETLINE
CFLAGS
+=
-DHAVE_GETOPT
CFLAGS
+=
-DHAVE_GETPAGESIZE
CFLAGS
+=
-DHAVE_GETRANDOM
CFLAGS
+=
-DHAVE_OPENSSLV_H
CFLAGS
+=
-DHAVE_READPASSPHRASE
CFLAGS
+=
-DHAVE_SIGNAL_H
CFLAGS
+=
-DHAVE_STRLCAT
CFLAGS
+=
-DHAVE_STRLCPY
CFLAGS
+=
-DHAVE_STRSEP
CFLAGS
+=
-DHAVE_SYSCONF
CFLAGS
+=
-DHAVE_SYS_RANDOM_H
CFLAGS
+=
-DHAVE_TIMESPECSUB
CFLAGS
+=
-DHAVE_TIMINGSAFE_BCMP
CFLAGS
+=
-DHAVE_UNISTD_H
CFLAGS
+=
-DTLS
=
__thread
CFLAGS
+=
-D_FIDO_MAJOR
=
1
CFLAGS
+=
-D_FIDO_MINOR
=
9
CFLAGS
+=
-D_FIDO_PATCH
=
0
LIBADD
=
crypto z
WARNS
=
2
MAN
=
.
include
<bsd.lib.mk>
share/mk/src.libnames.mk
View file @
281371d8
...
...
@@ -20,6 +20,7 @@ _PRIVATELIBS= \
cbor
\
devdctl
\
event1
\
fido2
\
gmock
\
gtest
\
gmock_main
\
...
...
@@ -350,6 +351,7 @@ _DP_pam= radius tacplus opie md util
_DP_pam
+=
krb5
.
endif
.if
${MK_OPENSSH}
!=
"no"
_DP_fido2
+=
crypto z
_DP_pam
+=
ssh
.
endif
.if
${MK_NIS}
!=
"no"
...
...
@@ -706,6 +708,7 @@ LIBCAP_SYSCTLDIR= ${OBJTOP}/lib/libcasper/services/cap_sysctl
LIBCAP_SYSLOGDIR
=
${OBJTOP}
/lib/libcasper/services/cap_syslog
LIBCBORDIR
=
${OBJTOP}
/lib/libcbor
LIBBSDXMLDIR
=
${OBJTOP}
/lib/libexpat
LIBFIDO2DIR
=
${OBJTOP}
/lib/libfido2
LIBKVMDIR
=
${OBJTOP}
/lib/libkvm
LIBPTHREADDIR
=
${OBJTOP}
/lib/libthr
LIBMDIR
=
${OBJTOP}
/lib/msun
...
...
sys/dev/random/nehemiah.c
View file @
281371d8
...
...
@@ -68,7 +68,7 @@ VIA_RNG_store(void *buf)
#ifdef __GNUCLIKE_ASM
__asm
__volatile
(
"movl $0,%%edx
\n\t
"
"
xstore
"
"
.byte 0x0f, 0xa7, 0xc0
"
:
"=a"
(
retval
),
"+d"
(
rate
),
"+D"
(
buf
)
:
:
"memory"
...
...
tools/build/mk/OptionalObsoleteFiles.inc
View file @
281371d8
...
...
@@ -7153,6 +7153,9 @@ OLD_FILES+=usr/bin/ssh-keyscan
OLD_FILES+=usr/lib/libprivatecbor.a
OLD_FILES+=usr/lib/libprivatecbor.so
OLD_LIBS+=usr/lib/libprivatecbor.so.5
OLD_FILES+=/usr/lib/libprivatefido2.a
OLD_FILES+=/usr/lib/libprivatefido2.so
OLD_LIBS+=/usr/lib/libprivatefido2.so.5
OLD_FILES+=usr/lib/pam_ssh.so
OLD_LIBS+=usr/lib/pam_ssh.so.6
OLD_FILES+=usr/lib/libprivatessh.a
...
...
usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
View file @
281371d8
--
-- Copyright (C) 2010 The FreeBSD Foundation
-- All rights reserved.
--
-- This documentation was written by Shteryana Sotirova Shopova under
-- sponsorship from the FreeBSD Foundation.
...
...
usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3
View file @
281371d8
.\"-
.\" Copyright (C) 2010 The FreeBSD Foundation
.\" All rights reserved.
.\"
.\" This documentation was written by Shteryana Sotirova Shopova under
.\" sponsorship from the FreeBSD Foundation.
...
...
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.c
View file @
281371d8
...
...
@@ -2,7 +2,6 @@
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2010 The FreeBSD Foundation
* All rights reserved.
*
* This software was developed by Shteryana Sotirova Shopova under
* sponsorship from the FreeBSD Foundation.
...
...
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
View file @
281371d8
...
...
@@ -2,7 +2,6 @@
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2010 The FreeBSD Foundation
* All rights reserved.
*
* This software was developed by Shteryana Sotirova Shopova under
* sponsorship from the FreeBSD Foundation.
...
...
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_sys.c
View file @
281371d8
...
...
@@ -2,8 +2,7 @@
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2010 The FreeBSD Foundation
* All rights reserved.
*
* This software was developed by Shteryana Sotirova Shopova under
* sponsorship from the FreeBSD Foundation.
*
...
...
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
View file @
281371d8
#-
# Copyright (C) 2010 The FreeBSD Foundation
# All rights reserved.
#
# This software was developed by Shteryana Sotirova Shopova under
# sponsorship from the FreeBSD Foundation.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment