summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2015-05-08moar whitespace at eolDamien Miller
2015-05-08whitespace at EOLDamien Miller
2015-05-08whitespace at EOLDamien Miller
2015-05-08Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed.Darren Tucker
2015-05-08don't choke on new-format private keys encrypted with an AEAD cipher;Damien Miller
2015-05-07Update environment when switching sessions as well as attaching, from SiNicholas Marriott
2015-05-07Do not let the -m option or MANPATH with leading, trailing, or doubleIngo Schwarze
2015-05-07Style spacing nits.Nicholas Marriott
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-07Use a TAILQ not array for find-window.Nicholas Marriott
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.Nicholas Marriott
2015-05-07If status line is at the top, the offset needs to be adjusted whenNicholas Marriott
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutNicholas Marriott
2015-05-06Add a format window_linked which is 1 if a window has been linkedNicholas Marriott
2015-05-06Display thread IDs instead of the name of the process's owner when "-H"Martin Pieuchot
2015-05-06Turn cursor off during redraw, pointed out by George Nachman.Nicholas Marriott
2015-05-06Clarify pseudo-terminal request behaviour and use "pseudo-terminal"Darren Tucker
2015-05-06Blacklist DH-GEX for specific PuTTY versions known to send non-RFC4419Darren Tucker
2015-05-05WinSCP doesn't implement RFC4419 DH-GEX so flag it so we don't offer thatDarren Tucker
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.Nicholas Marriott
2015-05-04Fix clipping bug in float to fixed point conversion, causingAlexandre Ratchov
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-05-03Preserve times to nanosecond precision instead of just microsecond.Philip Guenther
2015-05-02statue [sic] day in netherlands antilles becomes kingdom day in the netherlands;Jason McIntyre
2015-05-01- king's birthday now celebrated in the netherlands; from einfach jemandJason McIntyre
2015-05-01mdoc_valid_post() may indirectly call roff_node_unlink() which mayIngo Schwarze
2015-05-01Setting the "last" member of struct roff_node was done at an extremelyIngo Schwarze
2015-05-01Minor bug fix: When .Pp rewinds .Nm, rewind the whole block,Ingo Schwarze
2015-05-01mention that the user's shell from /etc/passwd is used for commandsDamien Miller
2015-05-01refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to betterDamien Miller
2015-05-01a couple of parse targets were missing activep checks, causing themDamien Miller
2015-05-01make handling of AuthorizedPrincipalsFile=none more consistentDamien Miller