Age | Commit message (Expand) | Author |
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 |
2015-05-21 | Support "ssh-keygen -lF hostname" to find search known_hosts and | Damien Miller |
2015-05-21 | some fixes from pjanzen; | Jason McIntyre |
2015-05-21 | add AuthorizedPrincipalsCommand that allows getting authorized_principals | Damien Miller |
2015-05-21 | support arguments to AuthorizedKeysCommand | Damien Miller |
2015-05-21 | refactor: split base64 encoding of pubkey into its own | Damien Miller |
2015-05-20 | Remove clauses 3 and 4 from Christos Zoulas' BSD license. | Ingo Schwarze |
2015-05-20 | Return empty string if format is empty rather than attempting to | Nicholas Marriott |
2015-05-19 | Add -c flag to display the user's login class. OK espie@ | Todd C. Miller |
2015-05-19 | In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, so | Nicholas Marriott |
2015-05-18 | getentropy() and sendsyslog() have been around long enough. | Theo de Raadt |
2015-05-18 | No longer need tricks with setvbuf(). Instead, we just give permission | Theo de Raadt |
2015-05-18 | Add -d flag and dc capability to open devices non-blocking, used for the | Nicholas Marriott |
2015-05-17 | Add 'D' to usage optstring. Prodded by jmc@ | Philip Guenther |
2015-05-17 | Add -D option for displaying the dynamic symbol table | Philip Guenther |
2015-05-17 | Montenegrin holidays | czarkoff |
2015-05-17 | New Year's Day | czarkoff |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-05-16 | Call slot_stop() after the play buffer is drained to properly cleanup | Alexandre Ratchov |
2015-05-16 | Display simply "play" when play mode is set (furthermore, "playsync", | Alexandre Ratchov |
2015-05-16 | remove reference to encodings the kernel doesn't expose anymore | Alexandre Ratchov |
2015-05-15 | rework synopsis to be a bit less ugly; the result is quite close to the posix | Jason McIntyre |
2015-05-15 | Use a salted hash of the lock passphrase instead of plain text and do | Darren Tucker |
2015-05-12 | To replace c0-*, add a high watermark to the pty event, and also backoff | Nicholas Marriott |
2015-05-12 | Tidy blank lines when outputting server info. | Nicholas Marriott |
2015-05-12 | Add a session_alerts format which is a list of all the alerts in the | Nicholas Marriott |
2015-05-12 | Add bell-action "other" to pass through bells in all windows except the | Nicholas Marriott |
2015-05-11 | Left the c0-* options behind in the table. | Nicholas Marriott |