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