summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-05-27Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 overDarren Tucker
2015-05-27Add a stronger (4k bit) fallback group that sshd can use when the moduliDarren Tucker
2015-05-27Move the jobs output cache into the formats code so that #() work moreNicholas Marriott
2015-05-27support PKCS#11 devices with external PIN entry devicesDamien Miller
2015-05-26Cap DH-GEX group size at 4kbits for Cisco implementations. Some of themDarren Tucker
2015-05-26Exposes number of bytes processed by the sound card (as returnedAlexandre Ratchov
2015-05-24add missing 'c' option to getopt(), case statement was alreadyDamien Miller
2015-05-23fix a memory leak in an error pathJonathan Gray
2015-05-22mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332Damien Miller
2015-05-22Reorder EscapeChar option parsing to avoid a single-byte out-Damien Miller
2015-05-22add knob to relax GSSAPI host credential check for multihomed hostsDamien Miller
2015-05-22Update DH groupsDarren Tucker
2015-05-21Support "ssh-keygen -lF hostname" to find search known_hosts andDamien Miller
2015-05-21some fixes from pjanzen;Jason McIntyre
2015-05-21add AuthorizedPrincipalsCommand that allows getting authorized_principalsDamien Miller
2015-05-21support arguments to AuthorizedKeysCommandDamien Miller
2015-05-21refactor: split base64 encoding of pubkey into its ownDamien Miller
2015-05-20Remove clauses 3 and 4 from Christos Zoulas' BSD license.Ingo Schwarze
2015-05-20Return empty string if format is empty rather than attempting toNicholas Marriott
2015-05-19Add -c flag to display the user's login class. OK espie@Todd C. Miller
2015-05-19In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, soNicholas Marriott
2015-05-18getentropy() and sendsyslog() have been around long enough.Theo de Raadt
2015-05-18No longer need tricks with setvbuf(). Instead, we just give permissionTheo de Raadt
2015-05-18Add -d flag and dc capability to open devices non-blocking, used for theNicholas Marriott
2015-05-17Add 'D' to usage optstring. Prodded by jmc@Philip Guenther
2015-05-17Add -D option for displaying the dynamic symbol tablePhilip Guenther
2015-05-17Montenegrin holidaysczarkoff
2015-05-17New Year's Dayczarkoff
2015-05-17isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYTheo de Raadt
2015-05-16Call slot_stop() after the play buffer is drained to properly cleanupAlexandre Ratchov
2015-05-16Display simply "play" when play mode is set (furthermore, "playsync",Alexandre Ratchov
2015-05-16remove reference to encodings the kernel doesn't expose anymoreAlexandre Ratchov
2015-05-15rework synopsis to be a bit less ugly; the result is quite close to the posixJason McIntyre
2015-05-15Use a salted hash of the lock passphrase instead of plain text and doDarren Tucker
2015-05-12To replace c0-*, add a high watermark to the pty event, and also backoffNicholas Marriott
2015-05-12Tidy blank lines when outputting server info.Nicholas Marriott
2015-05-12Add a session_alerts format which is a list of all the alerts in theNicholas Marriott
2015-05-12Add bell-action "other" to pass through bells in all windows except theNicholas Marriott
2015-05-11Left the c0-* options behind in the table.Nicholas Marriott
2015-05-11Remove the c0-* options which never really worked satisfactorily. GoingNicholas Marriott
2015-05-09For half and reverse line feeds, recognize SUSv2-style escape-digitIngo Schwarze
2015-05-08Put the tty structs together, and tabify.Nicholas Marriott
2015-05-08grid_marker_cell is no longer used.Nicholas Marriott
2015-05-08mode_key_entry can go into mode-key.c; also a few spaces->tabs.Nicholas Marriott
2015-05-08Avoid scattering octal escapes all over the place,Ingo Schwarze
2015-05-08window_choose_mode_item can move into window-choose.c.Nicholas Marriott
2015-05-08Move input parser structs into input.c (removing fairly uselessNicholas Marriott
2015-05-08Remove some stuff that accidentally ended up here from portable, andNicholas Marriott
2015-05-08Remove ereply prototype since it is never used. Tweak a comment to reflectBrian Callahan
2015-05-08Fix about ten integer overflows and underflows and a handful of logicIngo Schwarze