summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/canohost.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add clear_cached_addr(), needed for upcoming changes allowing the peerandreas2009-05-271-2/+2
| | | | | address to change. ok markus@
* support remote port forwarding with a zero listen port (-R0:...) todjm2009-02-121-1/+3
| | | | | dyamically allocate a listen port at runtime (this is actually specified in rfc4254); bz#1003 ok markus@
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-23/+10
| | | | and out of sync
* prototype pedant. not very creative...itojun2001-06-261-7/+7
| | | | | - () -> (void) - no variable names
* 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]