Age | Commit message (Expand) | Author |
2017-01-30 | Small correction to the known_hosts section on when it is updated. | Darren Tucker |
2017-01-30 | When a flag option is used in a format, it should use the number form | Nicholas Marriott |
2017-01-30 | Rework fill mode handling for -man -Thtml. | Ingo Schwarze |
2017-01-30 | revise keys/principals command hang fix (bz#2655) to consume entire | Damien Miller |
2017-01-30 | small cleanup post SSHv1 removal: | Damien Miller |
2017-01-30 | some explicit NULL tests when dumping configured forwardings; | Damien Miller |
2017-01-30 | misplaced braces in test; from Karsten Weiss | Damien Miller |
2017-01-30 | don't dereference authctxt before testing != NULL, it causes compilers | Damien Miller |
2017-01-29 | Add -n to break-pane. | Nicholas Marriott |
2017-01-29 | Fix typo in ~C error message for bad port forward cancellation. | Darren Tucker |
2017-01-29 | eliminate one useless struct and one level of indirection; | Ingo Schwarze |
2017-01-29 | obvious protection against null pointer, because it's quite possible for cgn | Marc Espie |
2017-01-28 | Add a warning "new sentence, new line". | Ingo Schwarze |
2017-01-28 | Simplify usage of print_otag() even more: | Ingo Schwarze |
2017-01-28 | .Bl -column with zero columns is legal, so don't segfalt on it. | Ingo Schwarze |
2017-01-28 | Do not clear the key table when changing session on a client, so that | Nicholas Marriott |
2017-01-27 | warn about invalid output options | Ingo Schwarze |
2017-01-27 | warn about missing one-line description; | Ingo Schwarze |
2017-01-27 | Parse the section number from the content of preformatted pages | Ingo Schwarze |
2017-01-27 | If parsing a page reveals that it is neither mdoc(7) nor man(7), | Ingo Schwarze |
2017-01-27 | fix base directory detection for makewhatis -t | Ingo Schwarze |
2017-01-27 | Always register names taken from file names in the names ohash. | Ingo Schwarze |
2017-01-26 | oscp -> ocsp; | Jason McIntyre |
2017-01-26 | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze |
2017-01-25 | Clear option before adding to array if no -a, reported by Michael | Nicholas Marriott |
2017-01-25 | Revert previous for now, it will break TERM=screen. | Nicholas Marriott |
2017-01-25 | If xterm-keys is on, use xterm(1) style keys for Home and End as well as | Nicholas Marriott |
2017-01-25 | off-by-one, leading to segfaults. Trivial fix. | Marc Espie |
2017-01-25 | cetificate -> certificate; | Jason McIntyre |
2017-01-25 | +arm64 | Theo de Raadt |
2017-01-25 | Add the style sheet used on man.openbsd.org to the source tree. | Ingo Schwarze |
2017-01-25 | Improve HTML formatting of .Bl -tag. | Ingo Schwarze |
2017-01-24 | Add -S noverifytime to ftp to permit an unvalidated TLS connection when | Bob Beck |
2017-01-24 | Fixed keys for choose mode, and remove the last mode keys bits. | Nicholas Marriott |
2017-01-24 | Fix set -u on array options. | Nicholas Marriott |
2017-01-24 | Make update-environment an array as well. | Nicholas Marriott |
2017-01-24 | Convert terminal-overrides to an array option. | Nicholas Marriott |
2017-01-24 | Remove some lies about terminal-overrides from tmux.1. | Nicholas Marriott |
2017-01-24 | server-info can become an alias rather than a command. | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-24 | If given an array option without an index either show or set all items, | Nicholas Marriott |
2017-01-24 | Shorten a long line, and don't leak buffer in paste_add if size is zero. | Nicholas Marriott |
2017-01-24 | Add a -groups option to openssl s_client, which allows supported EC curves | Joel Sing |
2017-01-23 | Open /dev/ptm before pledge() and save it to be used for PTMGET later | Nicholas Marriott |
2017-01-23 | Relink opencvs to the build. | Joris Vink |
2017-01-22 | Accept the OSC 52 escape sequence inside tmux to add a new buffer, from | Nicholas Marriott |
2017-01-21 | Dedup prototype for really_kill(). | Martin Natano |
2017-01-21 | Use errno to make the debug message more descriptive. | Martin Natano |
2017-01-21 | Expose the close-on-exec flag near the R/W flags. | Theo de Raadt |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |