CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/06/12 16:36:00
Modified files:
usr.bin/ssh : servconf.c servconf.h srclimit.c sshd_config.5
Log message:
split PerSourcePenalties address tracking. Previously it used one
shared table and overflow policy for IPv4 and IPv6 addresses, now
it will use separate tables and optionally different overflow
policies.
This prevents misbehaviour from IPv6 addresses (which are vastly easier
to obtain many of) from affecting IPv4 connections and may allow for
stricter overflow policies.
ok deraadt@