forked from opnsense/src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/stable/13' into stable/22.1
- Loading branch information
Showing
158 changed files
with
375 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE=runtime | ||
PACKAGE=yp | ||
PROG= domainname | ||
|
||
.include <bsd.prog.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
.include <src.opts.mk> | ||
|
||
PACKAGE= dwatch | ||
|
||
SUBDIR= libexec | ||
|
||
.if ${MK_EXAMPLES} != "no" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= dwatch | ||
FILESDIR= ${SHAREDIR}/examples/dwatch | ||
FILES= profile_template | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= dwatch | ||
FILESDIR= ${LIBEXECDIR}/dwatch | ||
FILES= chmod \ | ||
errno \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#$FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= heimbase | ||
LDFLAGS= -Wl,--no-undefined | ||
LIBADD= pthread | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#$FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= heimipcc | ||
PRIVATELIB= | ||
LIBADD= heimbase roken pthread | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#$FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= heimipcs | ||
PRIVATELIB= | ||
LIBADD= heimbase roken pthread | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= heimntlm | ||
LDFLAGS= -Wl,--no-undefined | ||
LIBADD= crypto com_err krb5 roken | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= kadm5clnt | ||
LDFLAGS= -Wl,--no-undefined | ||
LIBADD= com_err krb5 roken | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= kadm5srv | ||
LDFLAGS= -Wl,--no-undefined | ||
LIBADD= com_err hdb krb5 roken | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= kafs5 | ||
LDFLAGS= -Wl,--no-undefined | ||
LIBADD= asn1 krb5 roken | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= roken | ||
LIBADD= crypt | ||
VERSION_MAP= ${KRB5DIR}/lib/roken/version-script.map | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= sl | ||
INTERNALLIB= | ||
SRCS= sl.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
LIB= vers | ||
INTERNALLIB= | ||
SRCS= print_version.c roken.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= digest-service | ||
MAN= | ||
CFLAGS+= -I${KRB5DIR}/kdc \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= hprop | ||
MAN= hprop.8 | ||
SRCS= hprop.c mit_dump.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= ipropd-slave | ||
MAN= | ||
SRCS= ipropd_common.c ipropd_slave.c kadm5_err.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kadmind | ||
MAN= kadmind.8 | ||
SRCS= rpc.c \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kcm | ||
MAN= kcm.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kdc | ||
MAN= kdc.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kdigest | ||
MAN= kdigest.8 | ||
CFLAGS+= -I${KRB5DIR}/lib/asn1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kfd | ||
MAN= kfd.8 | ||
CFLAGS+= -I${KRB5DIR}/lib/asn1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kimpersonate | ||
MAN= kimpersonate.8 | ||
CFLAGS+= -I${KRB5DIR}/lib/hx509 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= asn1_compile | ||
MAN= | ||
LIBROKEN_A= ${.OBJDIR:H:H}/lib/libroken/libroken.a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= make-roken | ||
MAN= | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= slc | ||
LIBROKEN_A= ${.OBJDIR:H:H}/lib/libroken/libroken.a | ||
LIBADD= vers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= hxtool | ||
MAN= | ||
CFLAGS+= -I${KRB5DIR}/lib/hx509 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kadmin | ||
MAN= kadmin.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kcc | ||
MAN= klist.1 kswitch.1 | ||
LINKS= ${BINDIR}/kcc ${BINDIR}/klist \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kdestroy | ||
CFLAGS+=-I${KRB5DIR}/lib/roken | ||
LIBADD= kafs5 krb5 roken vers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kf | ||
MAN= kf.1 | ||
CFLAGS+= -I${KRB5DIR}/lib/asn1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kgetcred | ||
CFLAGS+= -I${KRB5DIR}/lib/asn1 \ | ||
-I${KRB5DIR}/lib/roken | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= kpasswd | ||
CFLAGS+=-I${KRB5DIR}/lib/roken | ||
LIBADD= hdb krb5 roken vers crypto | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
SCRIPTS=krb5-config | ||
MAN= krb5-config.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= ksu | ||
.if defined(ENABLE_SUID_K5SU) | ||
BINMODE=4555 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PACKAGE= kerberos | ||
|
||
PROG= string2key | ||
MAN= string2key.8 | ||
CFLAGS+= -I${KRB5DIR}/kdc \ | ||
|
Oops, something went wrong.