summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing library dependenciesmarkus2013-07-021-2/+2
|
* switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@dtucker2013-05-161-2/+2
|
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-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_configmarkus2002-07-031-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 itojunmarkus2002-07-011-2/+2
|
* extent ssh-keysign protocol:markus2002-05-311-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@markus2002-05-251-2/+2
|
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-0/+18
in protocol v2 (needs to access the hostkeys).