Age | Commit message (Expand) | Author |
2018-10-21 | futex(2) returns an errno value to decode | Philip Guenther |
2018-10-21 | need to unveil() /etc/shells also for -m option; ok florian | Theo de Raadt |
2018-10-19 | Rewrite parse_path_info() to be four lines shorter, simplify ownership | Ingo Schwarze |
2018-10-19 | when printing certificate contents "ssh-keygen -Lf /path/certificate", | Damien Miller |
2018-10-18 | Document new refresh-client flags. | Nicholas Marriott |
2018-10-18 | Fix wrong result on full and outer join, bringer us closer to | Otto Moerbeek |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-10-18 | Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard | Nicholas Marriott |
2018-10-18 | Support for extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-10-18 | Fix not accounting for NUL for allocation size and move to reallocarray | Otto Moerbeek |
2018-10-15 | struct sockaddr_storage is guaranteed to be large enough, no need to check | Florian Obser |
2018-10-11 | don't send new-style rsa-sha2-*-cert-v01@openssh.com names to older | Damien Miller |
2018-10-11 | typo in plain RSA algorithm counterpart names for certificates; | Damien Miller |
2018-10-10 | introducing openssh 7.9 | Theo de Raadt |
2018-10-09 | Treat all PEM_read_bio_PrivateKey() errors when a passphrase is specified | Damien Miller |
2018-10-08 | back it out for now. | Marc Espie |
2018-10-06 | fix problem reported by markweston@cock.li | Marc Espie |
2018-10-05 | Revert KERN_CPTIME2 ENODEV changes in kernel and userspace. | cheloha |
2018-10-05 | Support using service names for port numbers. | Christian Weisgerber |
2018-10-04 | Plug TLS context leak in nc(1) server and client mode. Move | Alexander Bluhm |
2018-10-04 | Update qcow file definitions | ccardenas |
2018-10-04 | When a subsection header contains no letters but only special | Ingo Schwarze |
2018-10-04 | when the peer sends a channel-close message, make sure we close the | Damien Miller |
2018-10-04 | factor out channel status formatting from channel_open_message() so | Damien Miller |
2018-10-04 | include a little more information about the status and disposition of | Damien Miller |
2018-10-04 | explicit_bzero here to be consistent with other kex*.c; | Damien Miller |
2018-10-03 | Do not move the cursor when the mouse wheel is used, GitHub issue 1493. | Nicholas Marriott |
2018-10-03 | Allow ssh_config IdentityAgent directive to accept environment variable | Damien Miller |
2018-10-02 | add DESCRIPTION and .Ss to the toc; suggested by espie@ | Ingo Schwarze |
2018-10-02 | enable the equivalent of -O toc in man.cgi(8) | Ingo Schwarze |
2018-10-02 | Add an option -T html -O toc to add a brief table of contents near | Ingo Schwarze |
2018-10-02 | mention INFO@openssh.com for sending SIGINFO | Damien Miller |
2018-10-02 | Add server support for signalling sessions via the SSH channel/ | Damien Miller |
2018-10-02 | Support a second argument to -O man, | Ingo Schwarze |
2018-10-02 | Render the eqn(7) "sqrt" function as U+221A in UTF-8 output. | Ingo Schwarze |
2018-10-01 | Add missing URI encoding when writing HTTP redirects, | Ingo Schwarze |
2018-10-01 | update currency exchange rates; | Jason McIntyre |
2018-09-30 | telnet argv parsing overflow; from YangX92 | Theo de Raadt |
2018-09-30 | For -w output in -m mode, tweak the handling of bytes that do not | Ingo Schwarze |
2018-09-30 | fix the rest of the bug mitigated in the previous commit: | Ingo Schwarze |
2018-09-29 | Treat NUL like any other byte in the default case; aligns newline count | cheloha |
2018-09-28 | If tpcbench(8) is startet with -r0 it does not print statistics. | Alexander Bluhm |
2018-09-28 | Add unveil(2) to sdiff(1) to the following files: | Ricardo Mestre |
2018-09-28 | Fix white spaces. | Alexander Bluhm |
2018-09-27 | Use same working directory rules for jobs as new windows rather than | Nicholas Marriott |
2018-09-26 | KERN_CPTIME2: set ENODEV if the CPU is offline. | cheloha |
2018-09-26 | Use more appropiate types/limits around strtonum() | kn |
2018-09-26 | Adjust alignment in hostsprint() | kn |
2018-09-26 | remove big ugly TODO comment from start of file. Some of the mentioned | Damien Miller |
2018-09-26 | Document mux proxy mode; added by Markus in openssh-7.4 | Damien Miller |