summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2019-07-19Accept the verbose flag when searching for host keys in known hostsDamien Miller
2019-07-18fix off-by-one in sshbuf_dtob64() base64 wrapping that could causeDamien Miller
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniqueDamien Miller
2019-07-15support PKCS8 as an optional format for storage of private keys,Damien Miller
2019-07-15two more bounds-checking sshbuf counterparts to common stringDamien Miller
2019-07-14add some functions to perform random-access read/write operationsDamien Miller
2019-07-12include SHA2-variant RSA key algorithms in KEX proposal; allowsDamien Miller
2019-07-12print explicit "not modified" message if a file was requested forDamien Miller
2019-07-10Fix a typo and make <esc><right> move right to the closest end of a wordTheo Buehler
2019-07-09cap the number of permiopen/permitlisten directives we're willing toDamien Miller
2019-07-07Remove some set but never used variables. ok daraadt@Darren Tucker
2019-07-05still compile uuencode.c, unbreaks buildTheo de Raadt
2019-07-05revert header removal that snuck into previousDamien Miller
2019-07-05add a local implementation of BSD realpath() for sftp-server useDamien Miller
2019-07-04fatal() if getgrnam() cannot find "tty"Theo de Raadt
2019-07-04stat() returns precisely -1 to indicate errorTheo de Raadt
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28asprintf returns -1, not an arbitrary value < 0. Also upon error theTheo de Raadt
2019-06-28oops, from asouTheo de Raadt
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2019-06-27fix NULL deference (bzero) on error path added in last commit;Damien Miller
2019-06-26Remove unneeded unlink of xauthfile on error path. From Erik Sjölund viaDarren Tucker
2019-06-23fix mismatch proto/decl from key shielding change; spotted via oss-fuzzDamien Miller
2019-06-21Add protection for private keys at rest in RAM against speculationDamien Miller
2019-06-21print the correct AuthorizedPrincipalsCommand rather than anDamien Miller
2019-06-19from tim:Jason McIntyre
2019-06-14slightly more instructive error message when the user specifies multipleDamien Miller
2019-06-14process agent requests for RSA certificate private keys using correctDamien Miller
2019-06-14for public key authentication, check AuthorizedKeysFiles files beforeDamien Miller
2019-06-14if passed a bad fd, log what it wasDamien Miller
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenJason McIntyre
2019-06-12deraadt noticed some inconsistency in the way we denote the "Hostname" andJason McIntyre
2019-06-11consistent lettering for "HostName" keyword; from lauri tirkkonenJason McIntyre
2019-06-07Typo and spelling fixes in comments and error messages. Patch fromDarren Tucker
2019-06-07Check for user@host when parsing sftp target. This allows user@[1.2.3.4]Darren Tucker
2019-06-06Replace calls to ssh_malloc_init() by a static init of malloc_options.Otto Moerbeek
2019-05-31fix ssh-keysign fd handling problem introduced in r1.304 caused by a typoDamien Miller
2019-05-29Make the standard output messages of both methods of changing a keyMark Lumsden
2019-05-20tweak previous;Jason McIntyre
2019-05-20embiggen format buffer size for certificate serial number soDamien Miller
2019-05-20When signing certificates with an RSA key, default to using theDamien Miller
2019-05-16Move a variable declaration to the block where it's used to make thingsDarren Tucker
2019-05-15When doing the fork+exec'ing for ssh-keysign, rearrange the socketTheo de Raadt
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
2019-05-10For PermitOpen violations add the remote host and port toFlorian Obser
2019-05-03Use the correct (according to POSIX) format for left-justificationDarren Tucker
2019-05-03Free channel objects on exit path. Patch from markus at blueflash.cc,Darren Tucker
2019-05-03Free host on exit path. Patch from markus at blueflash.cc, ok djm@Darren Tucker
2019-05-03Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djmDarren Tucker