summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/addrmatch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366djm2018-07-311-13/+12
* Revert two recent changes to negated address matching. The newdjm2016-09-211-3/+2
* downgrade an error() to a debug2() to match similar casesdjm2016-08-231-3/+3
* fix negated address matching where the address list consists of adjm2016-08-231-2/+3
* xmalloc.h is unusedmarkus2015-07-081-2/+1
* Cast the sizeof to socklen_t so it'll work even if the supplied len isdtucker2014-01-191-3/+3
* Cast socklen_t when comparing to size_t and use socklen_t to iterate overdtucker2014-01-191-3/+3
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
* fix strlcpy truncation check. from carsten at debian org, ok markusdtucker2012-06-211-2/+2
* 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