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