CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2016/09/21 10:55:42

Modified files:
        usr.bin/ssh    : match.c addrmatch.c 

Log message:
Revert two recent changes to negated address matching. The new
behaviour offers unintuitive surprises. We'll find a better way
to deal with single negated matches.

match.c 1.31:
> fix matching for pattern lists that contain a single negated match,
> e.g. "Host !example"
>
> report and patch from Robin Becker. bz#1918 ok dtucker@

addrmatch.c 1.11:
> fix negated address matching where the address list consists of a
> single negated match, e.g. "Match addr !192.20.0.1"
>
> Report and patch from Jakub Jelen. bz#2397 ok dtucker@

Reply via email to