FREEBSD-upgrade (35a034250896584a63204f60fa57e6eddca049ac) | FREEBSD-upgrade (f3fd88507489f6b80402ab7a0fb195ca9c708334) |
---|---|
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 --- 162 unchanged lines hidden (view full) --- 171 be removed from FreeBSD in the future. 172 1736) Agent client reference counting 174 175 We've added code to ssh-agent.c to implement client reference 176 counting; the agent will automatically exit when the last client 177 disconnects. 178 | 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 --- 162 unchanged lines hidden (view full) --- 171 be removed from FreeBSD in the future. 172 1736) Agent client reference counting 174 175 We've added code to ssh-agent.c to implement client reference 176 counting; the agent will automatically exit when the last client 177 disconnects. 178 |
1797) Class-based login restrictions | 1797) Class-based login restrictions (27ceebbc2402) |
180 | 180 |
181 We've added code to auth2.c to enforce the host.allow, host.deny, 182 times.allow and times.deny login class capabilities. | 181 We've added code to auth.c to enforce the host.allow, host.deny, 182 times.allow and times.deny login class capabilities, based on an 183 upstream submission from 184 https://github.com/openssh/openssh-portable/pull/262. |
183 | 185 |
184 This change was introduced in 5b400a39b8ad and been reworked a few 185 times (35762f591338, 076ad2f836d5, fc3c19a9fcee, 8d8b29232156). 186 A simplified version has been submitted as an OpenSSH-portable pull 187 request in https://github.com/openssh/openssh-portable/pull/262. 188 | |
1898) HPN 190 191 We no longer have the HPN patches (adaptive buffer size for 192 increased throughput on high-BxD links), but we recognize and 193 ignore HPN-related configuration options to avoid breaking existing 194 configurations. 195 196 197 198This port was brought to you by (in no particular order) DARPA, NAI 199Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co., 200Suzanne Vega, and a Sanford's #69 Deluxe Marker. 201 202 -- des@FreeBSD.org 203 204$FreeBSD$ | 1868) HPN 187 188 We no longer have the HPN patches (adaptive buffer size for 189 increased throughput on high-BxD links), but we recognize and 190 ignore HPN-related configuration options to avoid breaking existing 191 configurations. 192 193 194 195This port was brought to you by (in no particular order) DARPA, NAI 196Labs, ThinkSec, Nescafé, the Aberlour Glenlivet Distillery Co., 197Suzanne Vega, and a Sanford's #69 Deluxe Marker. 198 199 -- des@FreeBSD.org 200 201$FreeBSD$ |