summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/opacket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove last traces of old packet API!djm2019-01-191-289/+0
* allow sshpkt_fatal() to take a varargs format; we'll use this to givedjm2019-01-191-7/+7
* begin landing remaining refactoring of packet parsing API, starteddjm2019-01-191-1/+2
* add RCSIDs to these; they make syncing portable a bit easierdjm2017-10-201-0/+1
* unifdef WITH_SSH1djm2017-04-301-20/+0
* remove roaming support; ok djm@markus2016-01-141-12/+0
* more OPENSSL=no fixes; ok dtucker@djm2015-04-271-2/+6
* avoid more fatal/exit in the packet.c paths that ssh-keyscandjm2015-01-301-16/+33
* avoid fatal() calls in packet codedjm2015-01-281-2/+23
* update packet.c & isolate, introduce struct sshmarkus2015-01-191-0/+277