Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add clear_cached_addr(), needed for upcoming changes allowing the peer | 2009-05-27 | 1 | -2/+2 | |
| | | | | | address to change. ok markus@ | ||||
* | support remote port forwarding with a zero listen port (-R0:...) to | 2009-02-12 | 1 | -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@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -23/+10 | |
| | | | | and out of sync | ||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -7/+7 | |
| | | | | | - () -> (void) - no variable names | ||||
* | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | 2001-04-12 | 1 | -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@ | 2001-04-05 | 1 | -1/+3 | |
| | |||||
* | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | 2001-02-03 | 1 | -8/+3 | |
| | |||||
* | add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS | 2001-01-29 | 1 | -4/+5 | |
| | |||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -0/+36 | |
rename util.[ch] -> misc.[ch] |