summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/msg.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-22some __func__ and strerror(errno) here; no functional changedjm1-7/+7
2018-07-09replace cast with call to sshbuf_mutable_ptr(); ok djm@markus1-2/+2
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newdjm1-10/+15
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"deraadt1-2/+4
2006-07-22move #include <string.h> out of includes.hstevesk1-1/+2
2006-07-17move #include <unistd.h> out of includes.hstevesk1-1/+4
2006-07-11move #include <errno.h> out of includes.h; ok markus@stevesk1-1/+3
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,djm1-4/+4
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm1-0/+1
2006-03-19RCSID() can diederaadt1-1/+0
2005-05-24Switch atomicio to use a simpler interface; it now returns a size_tavsm1-9/+6
2003-11-17return error on msg send/receive failure (rather than fatal); ok markus@djm1-14/+23
2003-06-28deal with typing of write vs read in atomicioderaadt1-3/+3
2002-12-19s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@djm1-10/+10
2002-07-01%uderaadt1-2/+2
2002-06-24printf type pedantitojun1-3/+3
2002-06-19KNF done automatically while reading....deraadt1-2/+2
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authenticationmarkus1-0/+73