summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-22add a ssh_packet_process_read() function that reads from a fdDamien Miller
2022-01-22Use sshbuf_read() to read directly into the channel input bufferDamien Miller
2022-01-22Add a sshbuf_read() that attempts to read(2) directly in to aDamien Miller
2022-01-21add a helper for writing an error message to the stderr_buf and settingDamien Miller
2022-01-21correct comment and use local variable instead of long indirection;Damien Miller
2022-01-21When poll(2) returns -1, for some error conditions pfd[].revents isTheo de Raadt
2022-01-17when decompressing zlib compressed packets, use Z_SYNC_FLUSH insteadDamien Miller
2022-01-17make most of the sftp errors more idiomatic, following the general formDamien Miller
2022-01-17when transferring multiple files in SFTP mode, create the destinationDamien Miller
2022-01-14allow pin-required FIDO keys to be added to ssh-agent(1).Damien Miller
2022-01-14ssh-sk: free a resident key's user idDamien Miller
2022-01-14sshsk_load_resident: don't preallocate respDamien Miller
2022-01-14sshsk_sign: trim call to sshkey_fingerprint()Damien Miller
2022-01-14use status error message to communicate ~user expansion failures;Damien Miller
2022-01-12Don't log NULL hostname in restricted agent code, printf("%s", NULL) isDarren Tucker
2022-01-11"void" functions should not return anything. From Tim Rice via -portable.Darren Tucker
2022-01-11suppress "Connection to xxx closed" messages at LogLevel >= errorDamien Miller
2022-01-08use status error message to communicate ~user expansion failures;Damien Miller
2022-01-08fix some corner-case bugs in scp sftp-mode handling of ~-prefixedDamien Miller
2022-01-08more idiomatic error messages; spotted by jsg & deraadtDamien Miller
2022-01-08add a variant of send_status() that allows overriding the default,Damien Miller
2022-01-08refactor tilde_expand_filename() and make it handle ~user paths with noDamien Miller
2022-01-06allow hostbased auth to select RSA keys when only RSA/SHA2 areDamien Miller
2022-01-06add a helper function to match a key type to a list of signatureDamien Miller
2022-01-06log some details on hostkeys that ssh loads for hostbased authnDamien Miller
2022-01-06log signature algorithm during verification by monitor; ok markusDamien Miller
2022-01-06piece of UpdateHostkeys client strictification: when updating known_hostsDamien Miller
2022-01-06include rejected signature algorithm in error message and not theDamien Miller
2022-01-06make ssh-keysign use the requested signature algorithm and not theDamien Miller
2022-01-06stricter UpdateHostkey signature verification logic on the client-Damien Miller
2022-01-06Fix signature algorithm selection logic for UpdateHostkeys on theDamien Miller
2022-01-06convert ssh, sshd mainloops from select() to poll();Damien Miller
2022-01-06prepare for conversion of ssh, sshd mainloop from select() to poll()Damien Miller
2022-01-05add a comment so I don't make this mistake againDamien Miller
2022-01-05fix cut-and-pasto in error messageDamien Miller
2022-01-05allow selection of hash at sshsig signing time; code already supportedDamien Miller
2022-01-05add missing -O option to usage() for ssh-keygen -Y sign;Damien Miller
2022-01-05move sig_process_opts() to before sig_sign(); no functional code changeDamien Miller
2022-01-05NULL deref when using find-principals when matching an allowed_signersDamien Miller
2022-01-01spellingJonathan Gray
2022-01-01fix memleak in process_extension(); oss-fuzz issue #42719Damien Miller
2022-01-01spellingJonathan Gray
2021-12-26split method list search functionality from authmethod_lookup() intoDamien Miller
2021-12-22sort -H and -h in SYNOPSIS/usage();Jason McIntyre
2021-12-19document host-bound publickey authenticationDamien Miller
2021-12-19document agent protocol extensionsDamien Miller
2021-12-19PubkeyAuthentication=yes|no|unbound|host-boundDamien Miller
2021-12-19document destination-constrained keysDamien Miller
2021-12-19Use hostkey parsed from hostbound userauth requestDamien Miller