Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing library dependencies | 2013-07-02 | 1 | -2/+2 | |
| | |||||
* | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ | 2013-05-16 | 1 | -2/+2 | |
| | |||||
* | Keep track of number of bytes read and written. Needed for upcoming | 2009-05-28 | 1 | -2/+2 | |
| | | | | | changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@ | ||||
* | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | 2002-07-03 | 1 | -3/+3 | |
| | | | | | and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@ | ||||
* | disable ssh-keysign for now (no sbit); netbsd via itojun | 2002-07-01 | 1 | -2/+2 | |
| | |||||
* | extent ssh-keysign protocol: | 2002-05-31 | 1 | -3/+3 | |
| | | | | | | pass # of socket-fd to ssh-keysign, keysign verfies locally used ip-address using this socket-fd, restricts fake local hostnames to actual local hostnames; ok stevesk@ | ||||
* | first version of ssh-keysign manpage, ok deraadt@ | 2002-05-25 | 1 | -2/+2 | |
| | |||||
* | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication | 2002-05-23 | 1 | -0/+18 | |
in protocol v2 (needs to access the hostkeys). |