index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
dns.c
Age
Commit message (
Expand
)
Author
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-20
cast xstrdup to propert u_char *
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2005-10-17
more cleanups; ok jakob@
Kevin Steves
2005-10-17
remove #ifdef LWRES; ok jakob@
Kevin Steves
2005-10-17
fix memory leaks from 2 sources:
Kevin Steves
2005-10-13
unneeded #include, unused declaration, little knf; ok deraadt@
Kevin Steves
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2005-04-20
do not try to look up SSHFP for numerical hostname. ok djm@
Jakob Schlyter
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-11-12
update SSHFP validation. ok markus@
Jakob Schlyter
2003-10-14
include SSHFP lookup code (not enabled by default). ok markus@
Jakob Schlyter
2003-06-11
sync with check_host_key() change
Jakob Schlyter
2003-05-15
add missing freerrset
Jakob Schlyter
2003-05-14
sshfp contains fingerprints, not keys
Jakob Schlyter
2003-05-14
rename enum
Jakob Schlyter
2003-05-14
update license, remove 3rd clause. ok author (me)
Jakob Schlyter
2003-05-14
add experimental support for verifying hos keys using DNS as described
Jakob Schlyter