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