Age | Commit message (Expand) | Author |
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 |
2015-05-11 | Remove the c0-* options which never really worked satisfactorily. Going | Nicholas Marriott |
2015-05-09 | For half and reverse line feeds, recognize SUSv2-style escape-digit | Ingo Schwarze |
2015-05-08 | Put the tty structs together, and tabify. | Nicholas Marriott |
2015-05-08 | grid_marker_cell is no longer used. | Nicholas Marriott |
2015-05-08 | mode_key_entry can go into mode-key.c; also a few spaces->tabs. | Nicholas Marriott |
2015-05-08 | Avoid scattering octal escapes all over the place, | Ingo Schwarze |
2015-05-08 | window_choose_mode_item can move into window-choose.c. | Nicholas Marriott |
2015-05-08 | Move input parser structs into input.c (removing fairly useless | Nicholas Marriott |
2015-05-08 | Remove some stuff that accidentally ended up here from portable, and | Nicholas Marriott |
2015-05-08 | Remove ereply prototype since it is never used. Tweak a comment to reflect | Brian Callahan |
2015-05-08 | Fix about ten integer overflows and underflows and a handful of logic | Ingo Schwarze |