aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2022-09-15 14:21:33 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2022-09-15 14:43:50 +0000
commitc140e2d6d13100da39b47c842d7155ea77264ade (patch)
tree8157db559ba296c9dd10f70b479b1b5f67faf281
parent8c5425c07fd880d878782d15430893e6d6b95b44 (diff)
downloadsrc-c140e2d6d13100da39b47c842d7155ea77264ade.tar.gz
src-c140e2d6d13100da39b47c842d7155ea77264ade.zip
Add deprecation notices for OPIE.
Differential Revision: https://reviews.freebsd.org/D36593
-rw-r--r--contrib/opie/opie.42
-rw-r--r--contrib/opie/opieaccess.53
-rw-r--r--contrib/opie/opieinfo.13
-rw-r--r--contrib/opie/opiekey.13
-rw-r--r--contrib/opie/opiekeys.53
-rw-r--r--contrib/opie/opiepasswd.13
-rw-r--r--lib/libpam/modules/pam_opie/pam_opie.86
-rw-r--r--lib/libpam/modules/pam_opieaccess/pam_opieaccess.86
8 files changed, 27 insertions, 2 deletions
diff --git a/contrib/opie/opie.4 b/contrib/opie/opie.4
index 3ac19324a39d..9db1755cf24c 100644
--- a/contrib/opie/opie.4
+++ b/contrib/opie/opie.4
@@ -26,6 +26,8 @@
.TH OPIE 4 "January 10, 1995"
.SH NAME
.B OPIE \- One-time Passwords In Everything
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
.SH DESCRIPTION
.LP
OPIE is a package derived from the Bellcore S/Key Version 1 distribution
diff --git a/contrib/opie/opieaccess.5 b/contrib/opie/opieaccess.5
index 41b1ec0e03b7..00dc64745427 100644
--- a/contrib/opie/opieaccess.5
+++ b/contrib/opie/opieaccess.5
@@ -21,6 +21,9 @@
.SH NAME
/etc/opieaccess \- OPIE database of trusted networks
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
.SH DESCRIPTION
The
.I opieaccess
diff --git a/contrib/opie/opieinfo.1 b/contrib/opie/opieinfo.1
index 41cdebe8dec4..5eb0a01ba43b 100644
--- a/contrib/opie/opieinfo.1
+++ b/contrib/opie/opieinfo.1
@@ -34,6 +34,9 @@ opieinfo \- Extract sequence number and seed for future OPIE challenges.
.I user_name
]
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
.SH DESCRIPTION
.I opieinfo
takes an optional user name and writes the current sequence number
diff --git a/contrib/opie/opiekey.1 b/contrib/opie/opiekey.1
index bc62b9460d90..d593ce169990 100644
--- a/contrib/opie/opiekey.1
+++ b/contrib/opie/opiekey.1
@@ -52,6 +52,9 @@ type
.I sequence_number seed
.sp 0
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
.SH DESCRIPTION
.I opiekey
takes the optional count of the number of responses to
diff --git a/contrib/opie/opiekeys.5 b/contrib/opie/opiekeys.5
index 26f08ed06ff8..954d545f90c0 100644
--- a/contrib/opie/opiekeys.5
+++ b/contrib/opie/opiekeys.5
@@ -22,6 +22,9 @@
.SH NAME
/etc/opiekeys \- OPIE database of user key information
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
.SH DESCRIPTION
The
.I opiekeys
diff --git a/contrib/opie/opiepasswd.1 b/contrib/opie/opiepasswd.1
index 5ce6cb010b4f..aa6fc5771e16 100644
--- a/contrib/opie/opiepasswd.1
+++ b/contrib/opie/opiepasswd.1
@@ -45,6 +45,9 @@ system.
.I user_name
]
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
.SH DESCRIPTION
.I opiepasswd
will initialize the system information to allow one to use OPIE to login.
diff --git a/lib/libpam/modules/pam_opie/pam_opie.8 b/lib/libpam/modules/pam_opie/pam_opie.8
index 968985a6c9f6..0b4cae1c4195 100644
--- a/lib/libpam/modules/pam_opie/pam_opie.8
+++ b/lib/libpam/modules/pam_opie/pam_opie.8
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 7, 2001
+.Dd September 15, 2022
.Dt PAM_OPIE 8
.Os
.Sh NAME
@@ -46,6 +46,10 @@
.Ar control-flag
.Pa pam_opie
.Op Ar options
+.Sh DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in
+.Fx 14.0
+and later.
.Sh DESCRIPTION
The OPIE authentication service module for PAM,
.Nm
diff --git a/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8 b/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8
index 5521a85d1d44..87d901187ee9 100644
--- a/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8
+++ b/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 26, 2007
+.Dd September 15, 2022
.Dt PAM_OPIEACCESS 8
.Os
.Sh NAME
@@ -46,6 +46,10 @@
.Ar control-flag
.Pa pam_opieaccess
.Op Ar options
+.Sh DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in
+.Fx 14.0
+and later.
.Sh DESCRIPTION
The
.Nm