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