Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2014-12-13 | The function savestr allows NULL return values during Plan A patching so in | Tobias Stoeckmann |
2014-12-12 | Bounds check the file path used in the 'w' command. Modified version | Jonathan Gray |
2014-12-12 | Rework the pointer swap in the 'P' command to make the intent | Jonathan Gray |
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 |
2014-12-11 | explicitly include sys/param.h in files that use the howmany() macro; | Damien Miller |
2014-12-11 | Make quotactlcmd formatting consistent with others | Philip Guenther |
2014-12-11 | mention AuthorizedKeysCommandUser must be set for | Damien Miller |
2014-12-11 | show in debug output which hostkeys are being tried when attempting | Damien Miller |
2014-12-11 | Make manual reflect reality: | Damien Miller |
2014-12-10 | The macros endtoken and isgood aren't used anywhere... zap them and | Tobias Stoeckmann |
2014-12-10 | Add ALPN support to openssl(1). | Joel Sing |
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 |
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 |
2014-12-09 | put back some information what the character classes actually mean; | Ingo Schwarze |
2014-12-09 | no more ctype(3); | Jason McIntyre |
2014-12-09 | Add some additional sanity checks to kdump. | Jonathan Gray |
2014-12-08 | spaces | Theo de Raadt |
2014-12-08 | Use srandom_deterministic() if a seed is supplied, thereby switching the | Theo de Raadt |
2014-12-08 | Convert syscall argument handling from a giant switch to a giant table. | Philip Guenther |
2014-12-08 | fix a crash with '(' at EOF found with the afl fuzzer | Jonathan Gray |
2014-12-07 | Remove unused variable. | Joel Sing |
2014-12-07 | Handle GF(2^m) EC curves for C code generation. | Joel Sing |
2014-12-07 | make sure we always nul-terminate | Marc Espie |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-06 | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze |
2014-12-05 | implement help(1) | Ingo Schwarze |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze |
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze |
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze |
2014-12-05 | Rework the number handling to avoid an integer overflow/crash | Jonathan Gray |
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
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 |
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-04 | convert KRL code to new buffer API | Damien Miller |
2014-12-04 | Ignore macros that never produce any text when deciding whether | Ingo Schwarze |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |