summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/canohost.h
AgeCommit message (Expand)Author
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2009-05-27Add clear_cached_addr(), needed for upcoming changes allowing the peerAndreas Gunnarsson
2009-02-12support remote port forwarding with a zero listen port (-R0:...) toDamien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-05move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@Kevin Steves
2001-02-03make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@Markus Friedl
2001-01-29add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNSMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl