summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-06-26Remove handling of unreachable state in slot_stop().Alexandre Ratchov
2018-06-26whitespaceDamien Miller
2018-06-25fix NULL dereference in open_listen_match_tcpip()Damien Miller
2018-06-25If there are only two panes, always use the other pane as the lastNicholas Marriott
2018-06-25Delete substantial amounts of codeIngo Schwarze
2018-06-25Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze
2018-06-25Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze
2018-06-25Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze
2018-06-25Delete support for style=width attributes, which are no longer used.Ingo Schwarze
2018-06-25Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze
2018-06-25Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze
2018-06-25Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze
2018-06-25For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze
2018-06-24Minor cosmetic improvement from KOIE Hidetaka.Nicholas Marriott
2018-06-24Fix a quirk noticed by espie@: let "jot" without any argument do theIngo Schwarze
2018-06-22Add --dry-run as synonym to -C/--check.Vadim Zhukov
2018-06-22Constrain IPKTS/OPKTS from floating down beyond the rest of theKenneth R Westerback
2018-06-22Remove unused function.rob
2018-06-21Shuffle fields around to eliminate blanks spots resulting fromKenneth R Westerback
2018-06-21Fix DEBUG messageReyk Floeter
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-20Remove unused variable. Make clang happier.Kenneth R Westerback
2018-06-19Rename some unused fields in struct uvmexp toKenneth R Westerback
2018-06-19Enable ldap(1) in the build.Reyk Floeter
2018-06-19Plug getaddrinfo(3) memory leakJeremie Courreges-Anglas
2018-06-19spelling;Jason McIntyre
2018-06-19allow bare port numbers to appear in PermitListen directives, e.g.Damien Miller
2018-06-18Revert previous: style=height is still used by roff_html.c, and itIngo Schwarze
2018-06-17"filter" is optional; from matthew martinJason McIntyre
2018-06-17Add heuristic for IPv6 addresses.Florian Obser
2018-06-17use size_tTheo de Raadt
2018-06-17incorrect pointer used, hence gecos expansion was ignoredTheo de Raadt
2018-06-15invalidate supplemental group cache used by temporarily_use_uid()Damien Miller
2018-06-14Return from magic_test does not need to be copied because the callerNicholas Marriott
2018-06-13fix some formatting which groff was complaining about;Jason McIntyre
2018-06-13various tweaks;Jason McIntyre
2018-06-13Update AuthorizedKeysCommand example: only match ^sshPublicKey: lines.Reyk Floeter
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-12Use sizeof(char *) not sizeof(char **) when allocating an arrayTodd C. Miller
2018-06-11Fix some compiler warnings; from Thomas Adam.Nicholas Marriott
2018-06-10unbreak SendEnv; patch from tb@Damien Miller
2018-06-10delete support for the HTML style=height property, which is no longer usedIngo Schwarze
2018-06-10In HTML output, for lists that have an -indent argument, just useIngo Schwarze
2018-06-10When formatting man(7) documents that do not contain .SH macrosIngo Schwarze
2018-06-09Make it possible to resize multiple panes by dragging corners, from DanNicholas Marriott
2018-06-09sort previous;Jason McIntyre
2018-06-09slightly better wording re handing of $TERM, from Jakub JelenDamien Miller
2018-06-09add a SetEnv directive for sshd_config to allow an administrator toDamien Miller
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-06-09reorder child environment preparation so that variables read fromDamien Miller