summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2018-11-29update for libtls default cert changes.Ted Unangst
2018-11-29Better handle automatic column width assignments in the presence ofIngo Schwarze
2018-11-28Allow reverse sort orderkn
2018-11-28Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE,Ingo Schwarze
2018-11-28additional check needed after the previous (box drawing) patchIngo Schwarze
2018-11-28Handle UTF-8 in word-separators option, GitHub issue 1551.Nicholas Marriott
2018-11-28don't truncate user or host name in "user@host's password: " prompts.Damien Miller
2018-11-28In -T utf8 output mode, render tbl(7) borders with the UnicodeIngo Schwarze
2018-11-27LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn'tMartijn van Duren
2018-11-27handle -s and -i in a uniform fashion, do not try to change the node typeMarc Espie
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-11-26Implement tbl(7) lines in -T html output,Ingo Schwarze
2018-11-26When a conditional block is closed by putting "\}" on a text lineIngo Schwarze
2018-11-26Place mandoc.css into the public domain.Ingo Schwarze
2018-11-26Simplify writing of tbl(7) cells by using the new feature of passingIngo Schwarze
2018-11-26Support more than one style attribute one the same HTML element.Ingo Schwarze
2018-11-25Let cells containing nothing but \^ extend the cell above.Ingo Schwarze
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2018-11-24Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze
2018-11-23When a font escape appears in the middle of a string,Ingo Schwarze
2018-11-23tweak previous;Jason McIntyre
2018-11-23add a ssh_config "Match final" predicateDamien Miller
2018-11-22Correct and shorten the description of the sort order of apropos(1)Ingo Schwarze
2018-11-22In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze
2018-11-22In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze
2018-11-22Do not use PWD unless it actually matches the real working directory.Nicholas Marriott
2018-11-21add st. andrew's day and put the entry for st. patrick's day in a formatJason McIntyre
2018-11-20Fix when ber_free_elements is called with a NULL-value.Martijn van Duren
2018-11-19Improve POSIX compliance by making case-insensitive extendedIngo Schwarze
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andNicholas Marriott
2018-11-19Utilize sigio with sockets.Visa Hankala
2018-11-19silence (to log level debug2) failure messages when loading the defaultDamien Miller
2018-11-18Fix inverted logic for redirecting ProxyCommand stderr to /dev/null.Darren Tucker
2018-11-18small clean up of dired sectionMark Lumsden
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha
2018-11-17Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case anClaudio Jeker
2018-11-17fix undo in transpose-paragraph.Mark Lumsden
2018-11-16redirect stderr of ProxyCommands to /dev/null when ssh is started withDamien Miller
2018-11-16make grandparent-parent-child sshbuf chains robust to use-after-freeDamien Miller
2018-11-16use path_absolute() for pathname checks; from Manoj AmpalamDamien Miller
2018-11-16disallow empty incoming filename or ones that refer to the currentDamien Miller
2018-11-16fix bug in client that was keeping a redundant ssh-agent socket aroundDamien Miller
2018-11-16fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options.Damien Miller
2018-11-16support a prefix of '@' to suppress echo of sftp batch commands;Damien Miller
2018-11-15Add [template] to display-panes and choose-{buffer,client,tree} usagekn
2018-11-14Remove slurpit definition. Leftover from earlier cleanup by otto@.Martijn van Duren
2018-11-14Make sed's -i flag more compatible with what gsed does.Martijn van Duren
2018-11-14didn't found -> didn't find.Theo Buehler
2018-11-13commit again the cleanup part that didn't break anythingMarc Espie
2018-11-13Initialize context property in alignment test handler function.Nicholas Marriott