summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dns.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-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-20cast xstrdup to propert u_char *Theo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2005-10-17more cleanups; ok jakob@Kevin Steves
2005-10-17remove #ifdef LWRES; ok jakob@Kevin Steves
2005-10-17fix memory leaks from 2 sources:Kevin Steves
2005-10-13unneeded #include, unused declaration, little knf; ok deraadt@Kevin Steves
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-04-20do not try to look up SSHFP for numerical hostname. ok djm@Jakob Schlyter
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-06-11sync with check_host_key() changeJakob Schlyter
2003-05-15add missing freerrsetJakob Schlyter
2003-05-14sshfp contains fingerprints, not keysJakob Schlyter
2003-05-14rename enumJakob Schlyter
2003-05-14update license, remove 3rd clause. ok author (me)Jakob Schlyter
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter