Age | Commit message (Expand) | Author |
2017-03-20 | recallocarray array that has remote data | Theo de Raadt |
2017-03-20 | simplify example. list of ports variables was non-exahustive, which means | Ted Unangst |
2017-03-20 | Silently ignore invalid -m input formats rather than erroring out. | Ingo Schwarze |
2017-03-20 | openssh-7.5 | Damien Miller |
2017-03-19 | expand TAO in the correct place; from michael reed | Jason McIntyre |
2017-03-18 | Correct description of MANPATH, and a few more improvements | Ingo Schwarze |
2017-03-18 | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze |
2017-03-18 | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze |
2017-03-18 | Use recallocarray for growth of the jobs, just because it is a little | Theo de Raadt |
2017-03-17 | Document man(1) section selection priority, | Ingo Schwarze |
2017-03-17 | choose_server() does not always return malloc'd memory so pass | Todd C. Miller |
2017-03-17 | Fix a couple of argument types. | Nicholas Marriott |
2017-03-17 | Add h and l for collapse and expand in choose mode with vi(1) keys, from | Nicholas Marriott |
2017-03-17 | Update HISTORY and AUTHORS: we no longer use SQLite. | Ingo Schwarze |
2017-03-17 | Fix regression in mdoc_html.c 1.150, man_html 1.87: | Ingo Schwarze |
2017-03-16 | Redraw after killp -a. | Nicholas Marriott |
2017-03-16 | syslogd(8) -Z generates log files with time in ISO format and UTC. | Alexander Bluhm |
2017-03-15 | There's no need to realloc() a chunk of memory when you don't care | Todd C. Miller |
2017-03-15 | Invalidate the cursor when we think we should have wrapped. | Nicholas Marriott |
2017-03-15 | In URIs in apropos(1) result tables, | Ingo Schwarze |
2017-03-15 | Mention the manual page name and section in the HTML page <title>. | Ingo Schwarze |
2017-03-15 | Minimal support for deep linking into man(7) pages. | Ingo Schwarze |
2017-03-15 | It's annoying that people keep writing URIs including redundant parts | Ingo Schwarze |
2017-03-15 | Try to avoid moving the cursor to the start of the next line when | Nicholas Marriott |
2017-03-15 | disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.com | Markus Friedl |
2017-03-15 | annoying whitespace die die die | Theo de Raadt |
2017-03-15 | accidents happen to the best of us; ok djm | Theo de Raadt |
2017-03-15 | fix regression in 7.4: deletion of PKCS#11-hosted keys would fail | Damien Miller |
2017-03-15 | Fix segfault when sshd attempts to load RSA1 keys (can only happen | Damien Miller |
2017-03-14 | Mark the sshd_config UsePrivilegeSeparation option as deprecated, | Damien Miller |
2017-03-14 | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze |
2017-03-14 | Fix convtime() overflow test on boundary condition, spotted by & ok djm. | Darren Tucker |
2017-03-14 | Check for integer overflow when parsing times in convtime(). Reported by | Darren Tucker |
2017-03-13 | When aborting switch-to-buffer keep current buffer instead of | Florian Obser |
2017-03-13 | Port ctags-style, less(1) :t internal searching from terminal output | Ingo Schwarze |
2017-03-13 | Print title="..." in addition to id="..." attributes for macro keys | Ingo Schwarze |
2017-03-13 | Log where panes are created. | Nicholas Marriott |
2017-03-13 | Revert previous, breaks normal short targets, reported by Theo Buehler. | Nicholas Marriott |
2017-03-11 | allow ssh to use certificates accompanied by a private key file but no | Damien Miller |
2017-03-11 | Use sizeof directly instead of a macro from the scary <struct.h> | Philip Guenther |
2017-03-11 | Improve detection of recursive eqn(7) "define" statements: | Ingo Schwarze |
2017-03-11 | Fix calculation of size for full size splits. | Nicholas Marriott |
2017-03-11 | Only look for window and pane parts of target as a sesson and window if | Nicholas Marriott |
2017-03-11 | Don't count the initial block twice when computing how many bytes | Markus Friedl |
2017-03-11 | In markdown, autolinks are dangerous. Different compilers disagree | Ingo Schwarze |
2017-03-10 | krl.c | Darren Tucker |
2017-03-10 | When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains | Damien Miller |
2017-03-10 | better match sshd config parser behaviour: fatal() if line is overlong, | Damien Miller |
2017-03-10 | ensure hostname is lower-case before hashing it; bz#2591 reported by | Damien Miller |
2017-03-10 | make hostname matching really insensitive to case; bz#2685, | Damien Miller |