Age | Commit message (Expand) | Author |
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 |
2017-12-01 | update currency exchange rates; | Jason McIntyre |
2017-11-30 | Default unknowns to application/octet-stream instead of x-not-regular-file. | Anthony J. Bentley |
2017-11-29 | Mixing -url with any of -host, -port, or -path should be a usage error | Philip Guenther |
2017-11-29 | Recognize .Bl -column at parse time, and not only at validation time, | Ingo Schwarze |
2017-11-29 | fold bsqrt_stop into bsqrt; from kshe; ok tom@ | Otto Moerbeek |
2017-11-29 | simplify print_ascii; from kshe; ok tom@ | Otto Moerbeek |
2017-11-29 | fcntl(F_GETOWN) doesn't have an argument, so don't display it. While | Philip Guenther |
2017-11-29 | Pledge can be done earlier; from kshe | Otto Moerbeek |
2017-11-29 | Import updated moduli. | Darren Tucker |
2017-11-28 | Have sftp print a warning about shell cleanliness when decoding the first | Darren Tucker |
2017-11-28 | duplicate word, found by igor(1) | Ingo Schwarze |
2017-11-28 | zap newline in warn(); from kshe | Otto Moerbeek |
2017-11-28 | Allow TLS ciphers and protocols to be specified for nc(1). | Joel Sing |
2017-11-28 | Need to remove fktrace here too | Philip Guenther |
2017-11-28 | zap dead stores; prompted by a diff from kshe | Otto Moerbeek |
2017-11-28 | garbage collect a few functions that are not really needed; from kshe | Otto Moerbeek |
2017-11-28 | document that the 'e' command is non-portable; from kshe; ok jmc@ | Otto Moerbeek |
2017-11-28 | more whitespace errors | Damien Miller |
2017-11-28 | whitespace at EOL | Damien Miller |
2017-11-27 | Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers" | Jeremie Courreges-Anglas |