Age | Commit message (Expand) | Author |
2015-06-04 | systrace(4) STRIOCATTACH can only fail for file(1) if it is already | Nicholas Marriott |
2015-06-04 | tweak SYNOPSIS and usage(); | Jason McIntyre |
2015-06-04 | Make unsetting a global option restore it to the default. Diff lying | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |
2015-06-04 | teminal -> terminal, from Corey Farwell. | Nicholas Marriott |
2015-06-03 | Remove unused defines and functions. | Brian Callahan |
2015-06-03 | Treat a missing mail spool the same as a zero-length mail spool | Todd C. Miller |
2015-06-03 | Move warning on open failure to open_mbox() where we have the file name. | Todd C. Miller |
2015-06-02 | Modernize from(1) a bit. Use getline() to support longer lines and | Todd C. Miller |
2015-06-02 | mention CheckHostIP adding addresses to known_hosts; | Damien Miller |
2015-06-01 | update currency exchange rates; | Jason McIntyre |
2015-06-01 | Missing t at end of response, from Vincent Bernat. | Nicholas Marriott |
2015-06-01 | Clear signal handlers before event_reinit as apparently it can otherwise | Nicholas Marriott |
2015-05-31 | does not need syslog.h | Theo de Raadt |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-05-30 | Support - to read from stdin, from Sebastien Marie. | Nicholas Marriott |
2015-05-29 | Don't use special strings if #() commands fail, just remove the format | Nicholas Marriott |
2015-05-29 | Expand formats again inside #(), and free the temporaries. | Nicholas Marriott |
2015-05-29 | Use RB_MIN to get the lowest index for the current window when creating | Nicholas Marriott |
2015-05-29 | millert points out I can just call tzset() early to avoid having to | Nicholas Marriott |
2015-05-29 | Use gmtime not localtime when we want UTC, I got it right in one place | Nicholas Marriott |
2015-05-29 | Don't stop at the first successful test unless it has generated some | Nicholas Marriott |
2015-05-29 | The case-insensitive flag (c) for string and search tests doesn't make | Nicholas Marriott |
2015-05-29 | I got confused and made the strength multiplier 20, it should be 10. | Nicholas Marriott |
2015-05-29 | file(1) needs access(/etc/localtime) for localtime(). | Nicholas Marriott |
2015-05-29 | Only mmap() on regular files; mmap() on /dev/stdin will happily map as | Nicholas Marriott |
2015-05-29 | Make things a little less confusing by making fill_buffer self-contained | Nicholas Marriott |
2015-05-29 | If reading into buffer, correct the stored file size at EOF, we don't | Nicholas Marriott |
2015-05-29 | Silently fall back to /etc/magic if ~/.magic can't be opened, ok deraadt stsp | Nicholas Marriott |
2015-05-29 | put back SSH1 for now - we want to make sure we don't regress | Damien Miller |
2015-05-28 | probably makes more sense to show "file" as being mandatory; | Jason McIntyre |
2015-05-28 | wrap all moduli-related code in #ifdef WITH_OPENSSL. | Damien Miller |
2015-05-28 | Increase the allowed length of the known host file name in the log | Darren Tucker |
2015-05-28 | Fix typo (keywork->keyword) | Darren Tucker |
2015-05-28 | add error message on ftruncate failure; bz#2176 | Damien Miller |
2015-05-28 | make ssh-keygen default to ed25519 keys when compiled without | Damien Miller |
2015-05-28 | Remove intermediate copy of the moduli file. "make" will rebuild any | Darren Tucker |
2015-05-28 | Remove 1k bit groups. ok deraadt@, markus@ | Darren Tucker |
2015-05-27 | Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over | Darren Tucker |
2015-05-27 | Add a stronger (4k bit) fallback group that sshd can use when the moduli | Darren Tucker |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-05-27 | support PKCS#11 devices with external PIN entry devices | Damien Miller |
2015-05-26 | Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them | Darren Tucker |
2015-05-26 | Exposes number of bytes processed by the sound card (as returned | Alexandre Ratchov |
2015-05-24 | add missing 'c' option to getopt(), case statement was already | Damien Miller |
2015-05-23 | fix a memory leak in an error path | Jonathan Gray |
2015-05-22 | mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332 | Damien Miller |
2015-05-22 | Reorder EscapeChar option parsing to avoid a single-byte out- | Damien Miller |
2015-05-22 | add knob to relax GSSAPI host credential check for multihomed hosts | Damien Miller |
2015-05-22 | Update DH groups | Darren Tucker |