Age | Commit message (Expand) | Author |
2017-12-17 | Let the Insert key toggle overwrite mode. This matches GNU Emacs behavior. | Brian Callahan |
2017-12-17 | Use proper BN functions for error reporting; from kshe | Otto Moerbeek |
2017-12-15 | Use the canonical idiom to check strlcat(3). An unchecked strlcat call | Theo Buehler |
2017-12-15 | Instead of pointlessly falling through other cases and ending up doing | Theo Buehler |
2017-12-15 | Make sure the double is cast to a long if the format string is %D, %O, %U. | Theo Buehler |
2017-12-14 | Replace ED25519's private SHA-512 implementation with a call to the | Christian Weisgerber |
2017-12-14 | when -h is passed don't print any header, as is common practise in other syst... | Jasper Lievisse Adriaanse |
2017-12-14 | Enable the awk scripts to generate ex_def.h and options_def.h. | Martijn van Duren |
2017-12-13 | Fix array index by signed char; from martijn@ | Todd C. Miller |
2017-12-13 | Fix sign compare warnings; OK martijn@ | Todd C. Miller |
2017-12-13 | Enable compiler warnings; OK martijn@ | Todd C. Miller |
2017-12-12 | Use bn_checkp() always; from kshe | Otto Moerbeek |
2017-12-12 | Minor cleanup from kshe | Otto Moerbeek |
2017-12-12 | optimize add, sub and mul; from kshe; ok tom@ | Otto Moerbeek |
2017-12-12 | Create a persistent umac128.c source file: #define the output size and | Christian Weisgerber |
2017-12-12 | Fix 2 bugs introduced by previous. | Martijn van Duren |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-12-11 | Fix and change y command in the following ways: | Martijn van Duren |
2017-12-11 | fix the description of delete-non-matching-lines; | Jason McIntyre |
2017-12-10 | ssh/lib hasn't worked towards our code-sharing goals for a quit while, | Theo de Raadt |
2017-12-10 | - add max-count to SYNOPSIS | Jason McIntyre |
2017-12-10 | sort -r in the description list, and make its grammar match those | Jason McIntyre |
2017-12-10 | Put remote client info back into the ClientAlive connection termination | Darren Tucker |
2017-12-10 | -r restricted mode blocks certain operations as ~ operations. | Theo de Raadt |
2017-12-09 | Add support for the non-standard grep -m extension. | Paul Irofti |
2017-12-09 | recognize .openbsd.randomdata section and indicate it roughly, so | Theo de Raadt |
2017-12-08 | Make the r command filename obligatory, similar to what FreeBSD and NetBSD | Martijn van Duren |
2017-12-08 | repair columns; from kshe59@zohu.eu | Theo de Raadt |
2017-12-08 | Add missing length checks to make sure we don't dereference a pointer | Todd C. Miller |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-12-08 | remove description of 'at' field which was removed from vmstat.c -r1.21 | Jasper Lievisse Adriaanse |
2017-12-08 | time_t printing needs %lld and (long long) casts | Theo de Raadt |
2017-12-08 | fix ordering in previous to ensure errno isn't clobbered before | Damien Miller |
2017-12-08 | for some reason unix_listener() logged most errors twice with each | Damien Miller |
2017-12-07 | Make the command formatting more consistent. | Martijn van Duren |
2017-12-07 | zap a few stray backslashes from the time thesse two were #defines; from | Otto Moerbeek |
2017-12-07 | Let it compile again. | Kenneth R Westerback |
2017-12-06 | be consistent in where we call fflush | Marc Espie |
2017-12-06 | strdup -> bstrdup; from Michael W. Bombardieri | Otto Moerbeek |
2017-12-06 | don't accept junk after "yes" or "no" responses to hostkey prompts. | Damien Miller |
2017-12-05 | Replace atoi and strtol conversions for integer arguments to config | Darren Tucker |
2017-12-05 | Add missing break for rdomain. Prevents spurious "Deprecated option" | Darren Tucker |
2017-12-05 | Fix a case where we could go off the end of the buffer. | Todd C. Miller |
2017-12-05 | Seperate real and user timer interfaces | Jeremie Courreges-Anglas |
2017-12-05 | strip_comments is also called for dot lines, so sometimes the comment | Marc Espie |
2017-12-05 | use a global BN_CTX; from kshe with a twist from myself | Otto Moerbeek |
2017-12-05 | include the addr:port in bind/listen failure messages | Damien Miller |
2017-12-02 | make 0Z do what the original dc and gnu bcc do; ok tom@ | Otto Moerbeek |
2017-12-02 | Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@ | Otto Moerbeek |
2017-12-01 | fix buglet in split_number() and optimize count_digits(); | Otto Moerbeek |