summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/canohost.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)markus2001-04-121-1/+3
| | | | | similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :)
* move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@stevesk2001-04-051-1/+3
|
* make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@markus2001-02-031-8/+3
|
* add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNSmarkus2001-01-291-4/+5
|
* $OpenBSD$niklas2001-01-291-0/+2
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+36
rename util.[ch] -> misc.[ch]