summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/addrmatch.c
AgeCommit message (Expand)Author
2014-01-19Cast the sizeof to socklen_t so it'll work even if the supplied len isDarren Tucker
2014-01-19Cast socklen_t when comparing to size_t and use socklen_t to iterate overDarren Tucker
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2012-06-21fix strlcpy truncation check. from carsten at debian org, ok markusDarren Tucker
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2008-12-10o cannot be NULL here but use xfree() to be consistent; ok djm@Kevin Steves
2008-06-10support CIDR address matching in .ssh/authorized_keys from="..." stanzasDamien Miller
2008-06-10fix fatal() when performing address matching and connection isDamien Miller
2008-06-10support CIDR address matching in sshd_config "Match address" blocks, withDamien Miller