Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-14 | Switch man(1) to the mandoc implementation. | Ingo Schwarze | |
OK krw@ naddy@ sthen@ "commit it now" deraadt@ I won't remove the files in src/usr.bin/man, such that we can quickly switch back in case a problem is found. | |||
2014-12-14 | minimally document -IOKTW; requested by naddy@ | Ingo Schwarze | |
2014-12-14 | Remove redundant NULL checks before free - BN_free(), BIO_free_all() and | Joel Sing | |
EC_GROUP_free() all have implicit NULL checks. | |||
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing | |
2014-12-14 | Handle ed command "s" as a one line command, which it is. | Tobias Stoeckmann | |
Prevents arbitrary ed command executions in following lines. ok millert | |||
2014-12-13 | just released mandoc 1.13.2 | Ingo Schwarze | |
2014-12-13 | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze | |
Do not show bogus quotes when .Bl -column phrases are quoted. | |||
2014-12-13 | The function savestr allows NULL return values during Plan A patching so in | Tobias Stoeckmann | |
case of out of memory conditions, Plan B can step in. In many cases, NULL value is not properly handled, so use xstrdup here (it's outside Plan A/B patching, which means that even Plan B relies on successful operations). | |||
2014-12-12 | Bounds check the file path used in the 'w' command. Modified version | Jonathan Gray | |
of a diff from Sebastien Marie to prevent a crash found by Sebastien with the afl fuzzer. | |||
2014-12-12 | Rework the pointer swap in the 'P' command to make the intent | Jonathan Gray | |
clearer and avoid a crash on 'g;P' found by Sebastien Marie with the afl fuzzer. | |||
2014-12-12 | revert chunk I didn't mean to commit yet; via jmc@ | Damien Miller | |
2014-12-11 | slightly reshuffle some code to reduce the diff with portable; | Ingo Schwarze | |
no functional change | |||
2014-12-11 | explicitly include sys/param.h in files that use the howmany() macro; | Damien Miller | |
from portable | |||
2014-12-11 | Make quotactlcmd formatting consistent with others | Philip Guenther | |
Fix some indentation in the generated .c file | |||
2014-12-11 | mention AuthorizedKeysCommandUser must be set for | Damien Miller | |
AuthorizedKeysCommand to be run; bz#2287 | |||
2014-12-11 | show in debug output which hostkeys are being tried when attempting | Damien Miller | |
hostbased auth; patch from Iain Morgan | |||
2014-12-11 | Make manual reflect reality: | Damien Miller | |
sftp-server's -d option accepts a "%d" option, not a "%h" one. bz#2316; reported by Kirk Wolf | |||
2014-12-10 | The macros endtoken and isgood aren't used anywhere... zap them and | Tobias Stoeckmann | |
their data structures. ok jsg, millert | |||
2014-12-10 | Add ALPN support to openssl(1). | Joel Sing | |
Based on OpenSSL. | |||
2014-12-10 | better error value for invalid signature length | Damien Miller | |
2014-12-09 | Fix division by zero for files with long lines (> 1024) in Plan B mode | Tobias Stoeckmann | |
by supporting arbitrarily long lines just like Plan A does. ok tedu | |||
2014-12-09 | Add pane_dead_status for exit status of dead panes. | Nicholas Marriott | |
2014-12-09 | init crmsg to something so it doesn't crash on invalid wtmp files. | Ted Unangst | |
from david higgs | |||
2014-12-09 | put back some information what the character classes actually mean; | Ingo Schwarze | |
while here, remove the lie that regex(3) character classes would depend on the locale; ok jmc@ | |||
2014-12-09 | no more ctype(3); | Jason McIntyre | |
2014-12-09 | Add some additional sanity checks to kdump. | Jonathan Gray | |
Fixes a variety of crashes found with the afl fuzzer. ok miod@ on an earlier version. | |||
2014-12-08 | spaces | Theo de Raadt | |
2014-12-08 | Use srandom_deterministic() if a seed is supplied, thereby switching the | Theo de Raadt | |
subsystem out of strong random mode. No effective change from what we've been doing for a while. Result is it becomes 1 line of code. ok millert | |||
2014-12-08 | Convert syscall argument handling from a giant switch to a giant table. | Philip Guenther | |
While at it, use formatters for fds, counts, ids of all types, and "small buffer sizes" that always show them in decimal, while paths, pointers, and "big buffer sizes" get formatters that always show them in hex. The -d option only affects args when the -n option is used or for unknown syscalls, as well as syscall return values, and unrecognized ioctls. ok otto@ millert@ | |||
2014-12-08 | fix a crash with '(' at EOF found with the afl fuzzer | Jonathan Gray | |
ok deraadt@ tobias@ | |||
2014-12-07 | Remove unused variable. | Joel Sing | |
From Benjamin Baier <programmer at netzbasis.de> | |||
2014-12-07 | Handle GF(2^m) EC curves for C code generation. | Joel Sing | |
From Minux Ma. | |||
2014-12-07 | make sure we always nul-terminate | Marc Espie | |
problem spotted by jsg@ reorg so that the nul termination is obvious. | |||
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback | |
ok tedu@ | |||
2014-12-06 | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze | |
Improving an unhelpful error message reported by millert@. | |||
2014-12-05 | implement help(1) | Ingo Schwarze | |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze | |
This gets rid of the last bogus entries in base and Xenocara. | |||
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze | |
improves semantic analysis of more than 300 manuals. | |||
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze | |
for different representations of the same string end up in the same database entry. Improves name classification for 500 manuals. | |||
2014-12-05 | Rework the number handling to avoid an integer overflow/crash | Jonathan Gray | |
found with the afl fuzzer. This is tedu's simplified version of an earlier patch from me. ok tedu@ | |||
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze | |
do not clobber the existing names flags; instead, OR the additional flags into them. | |||
2014-12-04 | remove a kerberosV leftover. ok miod | Ted Unangst | |
2014-12-04 | key_in_file() wrapper is no longer used | Damien Miller | |
2014-12-04 | correctly store .Dt and .TH information in the names table | Ingo Schwarze | |
2014-12-04 | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze | |
2014-12-04 | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze | |
that occurred in the document a NAME_SYN entry in the names table. | |||
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller | |
Allow textfile or KRL-based revocation of hostkeys. | |||
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze | |
in particular .sp which uses "v", when the scale is not specified; cures groff-mandoc differences in about a dozen Xenocara manuals | |||
2014-12-04 | convert KRL code to new buffer API | Damien Miller | |
ok markus@ | |||
2014-12-04 | Ignore macros that never produce any text when deciding whether | Ingo Schwarze | |
vertical whitespace is needed before a section or subsection. Cures groff-mandoc differences in more than 300 manuals, mostly Xenocara, some curses, a few GNU. |