summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/match.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for certificate key types for users and hosts.djm2010-02-261-2/+2
* support CIDR address matching in sshd_config "Match address" blocks, withdjm2008-06-101-1/+4
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* undo the 'delay hostname lookup' changemarkus2002-03-011-2/+2
* delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsersstevesk2002-02-281-2/+2
* make theo and djm happy: bye bye regexpmarkus2001-12-051-3/+4
* prototype pedant. not very creative...itojun2001-06-261-6/+6
* move ip+hostname check to match.cmarkus2001-06-241-21/+5
* add PreferredAuthenticationsmarkus2001-03-101-1/+7
* $OpenBSD$niklas2001-01-291-0/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-1/+1
* some more Copyright fixesmarkus2000-09-071-20/+10
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
* fix match_hostname() logic for auth-rsa: deny access if we have a negative match or no match at allmarkus2000-06-061-2/+2
* initial support for DSA keys. ok deraadt@, niels@markus2000-03-231-0/+18