FREEBSD-upgrade (a752e011a862f9256b8a3b36d73ee1bbbcaf7a9b) FREEBSD-upgrade (8974fa45151fda994a663fdfc8a77d9e3bde3c5b)
1 FreeBSD maintainer's guide to OpenSSH-portable
2 ==============================================
3
4 These instructions assume you have a clone of the FreeBSD git repo
5 main branch in src/freebsd/main, and will store vendor trees under
6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd"
7 origin pointing to git(repo).freebsd.org/src.git.
8

--- 146 unchanged lines hidden (view full) ---

155
1567) Class-based login restrictions (27ceebbc2402)
157
158 We've added code to auth.c to enforce the host.allow, host.deny,
159 times.allow and times.deny login class capabilities, based on an
160 upstream submission from
161 https://github.com/openssh/openssh-portable/pull/262.
162
1 FreeBSD maintainer's guide to OpenSSH-portable
2 ==============================================
3
4 These instructions assume you have a clone of the FreeBSD git repo
5 main branch in src/freebsd/main, and will store vendor trees under
6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd"
7 origin pointing to git(repo).freebsd.org/src.git.
8

--- 146 unchanged lines hidden (view full) ---

155
1567) Class-based login restrictions (27ceebbc2402)
157
158 We've added code to auth.c to enforce the host.allow, host.deny,
159 times.allow and times.deny login class capabilities, based on an
160 upstream submission from
161 https://github.com/openssh/openssh-portable/pull/262.
162
1638) Retired patches
1638) Blocklist integration
164
164
165 We include blocklist (https://github.com/zoulasc/blocklist) in FreeBSD,
166 and ssh is patched to report login failures to it.
167
1689) Paths
169
170 A number of paths are changed to match FreeBSD's configuration (e.g.,
171 using /usr/local/ instead of /uxr/X11R6/).
172
17310) Retired patches
174
165 We no longer have HPN patches (adaptive buffer size for increased
166 throughput on high-BxD links) or client-side VersionAddendum, but we
167 recognize and ignore the configuration options to avoid breaking
168 existing configurations.
169
170
171
172This port was brought to you by (in no particular order) DARPA, NAI
173Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co.,
174Suzanne Vega, and a Sanford's #69 Deluxe Marker.
175
176 -- des@FreeBSD.org
175 We no longer have HPN patches (adaptive buffer size for increased
176 throughput on high-BxD links) or client-side VersionAddendum, but we
177 recognize and ignore the configuration options to avoid breaking
178 existing configurations.
179
180
181
182This port was brought to you by (in no particular order) DARPA, NAI
183Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co.,
184Suzanne Vega, and a Sanford's #69 Deluxe Marker.
185
186 -- des@FreeBSD.org