summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/addrmatch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for certificate key types for users and hosts.djm2010-02-261-1/+77
* o cannot be NULL here but use xfree() to be consistent; ok djm@stevesk2008-12-101-2/+3
* support CIDR address matching in .ssh/authorized_keys from="..." stanzasdjm2008-06-101-5/+6
* fix fatal() when performing address matching and connection isdjm2008-06-101-3/+5
* support CIDR address matching in sshd_config "Match address" blocks, withdjm2008-06-101-0/+416