Age | Commit message (Expand) | Author |
2017-12-18 | pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth | Damien Miller |
2017-12-18 | Do not try to put more in command message than will fit when sending | Nicholas Marriott |
2017-12-18 | Add helper function for uri handing in scp where a missing path | Todd C. Miller |
2017-12-18 | Remove unused variable from Thomas Adam. | Nicholas Marriott |
2017-12-18 | Reclaim browser screen real estate in bgplg | job |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-18 | pass negotiated signing algorithm though to sshkey_verify() and | Damien Miller |
2017-12-18 | sshkey_sigtype() function to return the type of a signature; | Damien Miller |
2017-12-17 | Add community/large-community commands and retain parameter input in form | job |
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 |