Age | Commit message (Expand) | Author |
2022-02-17 | check for EINTR/EAGAIN failures in the rfd fast-path; | Damien Miller |
2022-02-15 | document the unbound/host-bound options to PubkeyAuthentication; | Damien Miller |
2022-02-11 | Always initialize delim before passing to hpdelim2 which might not set it. | Darren Tucker |
2022-02-10 | revert for imminent OpenSSH release, which wil ship with scp in RCP mode. | Damien Miller |
2022-02-08 | Switch hpdelim interface to accept only ":" as delimiter. | Darren Tucker |
2022-02-07 | use libfido2 1.8.0+ fido_assert_set_clientdata() instead of manually | Damien Miller |
2022-02-06 | remove please from manual pages | Jonathan Gray |
2022-02-04 | Since they are deprecated, move DSA to the end of the default list of | Darren Tucker |
2022-02-01 | allow 'ssh-keygen -Y find-principals' to match wildcard principals | Damien Miller |
2022-02-01 | mark const string array contents const too, i.e. | Damien Miller |
2022-02-01 | better match legacy scp behaviour: show un-expanded paths in error | Damien Miller |
2022-02-01 | Remove explicit kill of privsep preauth child's PID in SIGALRM handler. | Darren Tucker |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-22 | add a ssh_packet_process_read() function that reads from a fd | Damien Miller |
2022-01-22 | Use sshbuf_read() to read directly into the channel input buffer | Damien Miller |
2022-01-22 | Add a sshbuf_read() that attempts to read(2) directly in to a | Damien Miller |
2022-01-21 | add a helper for writing an error message to the stderr_buf and setting | Damien Miller |
2022-01-21 | correct comment and use local variable instead of long indirection; | Damien Miller |
2022-01-21 | When poll(2) returns -1, for some error conditions pfd[].revents is | Theo de Raadt |
2022-01-17 | when decompressing zlib compressed packets, use Z_SYNC_FLUSH instead | Damien Miller |
2022-01-17 | make most of the sftp errors more idiomatic, following the general form | Damien Miller |
2022-01-17 | when transferring multiple files in SFTP mode, create the destination | Damien Miller |
2022-01-14 | allow pin-required FIDO keys to be added to ssh-agent(1). | Damien Miller |
2022-01-14 | ssh-sk: free a resident key's user id | Damien Miller |
2022-01-14 | sshsk_load_resident: don't preallocate resp | Damien Miller |
2022-01-14 | sshsk_sign: trim call to sshkey_fingerprint() | Damien Miller |
2022-01-14 | use status error message to communicate ~user expansion failures; | Damien Miller |
2022-01-12 | Don't log NULL hostname in restricted agent code, printf("%s", NULL) is | Darren Tucker |
2022-01-11 | "void" functions should not return anything. From Tim Rice via -portable. | Darren Tucker |
2022-01-11 | suppress "Connection to xxx closed" messages at LogLevel >= error | Damien Miller |
2022-01-08 | use status error message to communicate ~user expansion failures; | Damien Miller |
2022-01-08 | fix some corner-case bugs in scp sftp-mode handling of ~-prefixed | Damien Miller |
2022-01-08 | more idiomatic error messages; spotted by jsg & deraadt | Damien Miller |
2022-01-08 | add a variant of send_status() that allows overriding the default, | Damien Miller |
2022-01-08 | refactor tilde_expand_filename() and make it handle ~user paths with no | Damien Miller |
2022-01-06 | allow hostbased auth to select RSA keys when only RSA/SHA2 are | Damien Miller |
2022-01-06 | add a helper function to match a key type to a list of signature | Damien Miller |
2022-01-06 | log some details on hostkeys that ssh loads for hostbased authn | Damien Miller |
2022-01-06 | log signature algorithm during verification by monitor; ok markus | Damien Miller |
2022-01-06 | piece of UpdateHostkeys client strictification: when updating known_hosts | Damien Miller |
2022-01-06 | include rejected signature algorithm in error message and not the | Damien Miller |
2022-01-06 | make ssh-keysign use the requested signature algorithm and not the | Damien Miller |
2022-01-06 | stricter UpdateHostkey signature verification logic on the client- | Damien Miller |
2022-01-06 | Fix signature algorithm selection logic for UpdateHostkeys on the | Damien Miller |
2022-01-06 | convert ssh, sshd mainloops from select() to poll(); | Damien Miller |
2022-01-06 | prepare for conversion of ssh, sshd mainloop from select() to poll() | Damien Miller |
2022-01-05 | add a comment so I don't make this mistake again | Damien Miller |
2022-01-05 | fix cut-and-pasto in error message | Damien Miller |
2022-01-05 | allow selection of hash at sshsig signing time; code already supported | Damien Miller |
2022-01-05 | add missing -O option to usage() for ssh-keygen -Y sign; | Damien Miller |