summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/msg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sync ssh-keysign, ssh-keygen and some dependencies to the newdjm2015-01-151-3/+4
| | | | buffer/key API; mostly mechanical, ok markus@
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* return error on msg send/receive failure (rather than fatal); ok markus@djm2003-11-171-2/+2
|
* s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@djm2002-12-191-3/+3
|
* add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus2002-05-231-0/+31
in protocol v2 (needs to access the hostkeys).