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