summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/match.c
AgeCommit message (Expand)Author
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-20be strict with tolower() castingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2002-03-01undo the 'delay hostname lookup' changeMarkus Friedl
2002-02-28delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsersKevin Steves
2002-02-11support up to 40 algorithms per proposalMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05make theo and djm happy: bye bye regexpMarkus Friedl
2001-06-27tridge@samba.orgMarkus Friedl
2001-06-24move ip+hostname check to match.cMarkus Friedl
2001-03-10add PreferredAuthenticationsMarkus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus Friedl
2000-06-06fix match_hostname() logic for auth-rsa: deny access if we have a negative ma...Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt