Age | Commit message (Expand) | Author |
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 |
2014-12-03 | document -o and -a; requested by yon | Jason McIntyre |
2014-12-03 | Fix buffer overflow in .PS parsing. Found by afl and based on a | Todd C. Miller |
2014-12-02 | Add -F to if-shell to allow it to be used to check for format or option | Nicholas Marriott |
2014-12-02 | Permit option values to be used in formats. | Nicholas Marriott |
2014-12-02 | convert select() to poll(). This is one of the most complicated | Theo de Raadt |
2014-12-02 | Conversion of braindead select() path to braindead poll() path. | Theo de Raadt |
2014-12-02 | Remove dead stores found by llvm checker and mark functions that | Todd C. Miller |
2014-12-02 | Fix lowzero running out of bounds in pack_vector(). Problem seen by | Otto Moerbeek |
2014-12-02 | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-12-01 | Another fix for insertion from Balazs Kezes. On insertion, size the line | Nicholas Marriott |
2014-12-01 | An internal function called xrealloc() is actually a fail-hard | Theo de Raadt |