summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-06-07fix regression caused by recent permitlisten option commit:Damien Miller
2018-06-06switch config file parsing to getline(3) as this avoids static limitsMarkus Friedl
2018-06-06man bits for permitlisten authorized_keys optionDamien Miller
2018-06-06man bits for PermitListenDamien Miller
2018-06-06permitlisten option for authorized_keys; ok markus@Damien Miller
2018-06-06Add a PermitListen directive to control which server-side addressesDamien Miller
2018-06-04Zap unused mifi_t.kn
2018-06-04Zap unused sockaddr.kn
2018-06-03Increment the lines counter when skipping a line to avoid an infiniteNicholas Marriott
2018-06-03rock AND roll!Jason McIntyre
2018-06-01Avoid some unnecessary calls to strlen(3) in systat uvm.Alexander Bluhm
2018-06-01add missing punctuation after %i in ssh_config.5, and make the grammaticalJason McIntyre
2018-06-01update currency exchange rates;Jason McIntyre
2018-06-01oops - further adjustment to text neccessary;Jason McIntyre
2018-06-01%U needs to be escaped; tweak text;Jason McIntyre
2018-06-01Apply umask to all incoming files and directories not just files.Darren Tucker
2018-06-01whitespaceDamien Miller
2018-06-01make ssh_remote_ipaddr() capable of being called after the ssh->stateDamien Miller
2018-06-01return correct exit code when searching for and hashing known_hostsDamien Miller
2018-06-01make UID available as a %-expansion everywhere that the username isDamien Miller
2018-06-01prefer argv0 to "ssh" when re-executing ssh for ProxyJump directive;Damien Miller
2018-05-30calling err after fgets assumes we're not at EOF.Marc Espie
2018-05-30tweak previous;Jason McIntyre
2018-05-30Add uvm view to show all values being collected in uvmexp.Kenneth R Westerback
2018-05-29Remove redundant value= attributes from option elements,Ingo Schwarze
2018-05-29If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume itNicholas Marriott
2018-05-29Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze
2018-05-29Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze
2018-05-28John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze
2018-05-28URL-fragment strings can only contain certain characters.Ingo Schwarze
2018-05-28When looking for panes, ignore dead ones (with -1 fileNicholas Marriott
2018-05-28Document escaping inside conditionals, from "sadie-parayno" in GitHubNicholas Marriott
2018-05-28Mention column-number-mode in the tutorial to clear up a potentiallyBrian Callahan
2018-05-26Start with baby steps towards responsive design:Ingo Schwarze
2018-05-26Use em units rather than ex units for horizontal lengths.Ingo Schwarze
2018-05-25Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze
2018-05-25Do not ban PTY allocation when a sshd session is restricted becauseDamien Miller
2018-05-25Fix return value confusion in several functions (readdir, download andDamien Miller
2018-05-25If select() fails in ssh_packet_read_seqnr go directly to the error pathDarren Tucker
2018-05-24Make server_client_get_cwd used (almost) everywhere we need to work outNicholas Marriott
2018-05-24Improve logging of the environment etc for new panes.Nicholas Marriott
2018-05-22drop unnecessary timerclear; tv_sec & tv_usec are assigned immediatelycheloha
2018-05-22Allow escaping , and } with # in #{}; GitHub issue 1332.Nicholas Marriott
2018-05-22support ProxyJump=none to disable ProxyJump functionality; bz#2869Damien Miller
2018-05-21Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze
2018-05-21Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze
2018-05-20Use <span> rather than abusing <i> for .Pa;Ingo Schwarze
2018-05-20various minor improvementsIngo Schwarze
2018-05-20Protect against malicious manual pages containing .ll requests withIngo Schwarze
2018-05-20-T should not actually select the pane.Nicholas Marriott