Age | Commit message (Expand) | Author |
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 |
2015-05-01 | remove failed remote forwards established by muliplexing from the | Damien Miller |
2015-05-01 | reduce stderr spam when using ssh -S /path/mux -O forward -R 0:... | Damien Miller |
2015-05-01 | prevent authorized_keys options picked up on public key tests without | Damien Miller |
2015-05-01 | Don't make parsing of authorized_keys' environment= option conditional | Damien Miller |
2015-04-30 | update currency exchange rates; | Jason McIntyre |
2015-04-30 | Add a comment about waitpid, suggested by espie@. | Nicholas Marriott |
2015-04-30 | Tweak comment so it doesn't imply line buffering is needed (any will do | Nicholas Marriott |
2015-04-30 | Add warning when user specifies -R but no files, like GNU grep. | Todd C. Miller |
2015-04-30 | use adolf, not adolph, for hitler, to keep it consistent; | Jason McIntyre |
2015-04-29 | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-04-29 | Do not complain when directions fail. | Nicholas Marriott |
2015-04-29 | If default-terminal is set to "screen" or "screen-*", emulate screen's | Nicholas Marriott |
2015-04-29 | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze |
2015-04-29 | When the last line of a table layout turns out to be empty, it is deleted. | Ingo Schwarze |
2015-04-29 | Improve the error message in case somebody has configured an invalid PAGER. | Ingo Schwarze |
2015-04-29 | the non braced do while made my teeth hurt | Theo de Raadt |
2015-04-29 | Change internal xrealloc() to a idiom-following xreallocarray(). | Theo de Raadt |
2015-04-29 | Allow ListenAddress, Port and AddressFamily in any order. bz#68, | Darren Tucker |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-28 | enviroment -> environment: apologies to darren for not spotting that first | Jason McIntyre |
2015-04-28 | If looking for an index, don't fill in window when given a session. | Nicholas Marriott |
2015-04-28 | Do not do a search for the tty path if there isn't one. | Nicholas Marriott |
2015-04-28 | If can't find pane as a pane, try as a window; likewise if can't find | Nicholas Marriott |
2015-04-28 | Add select-layout -o to undo the last layout change (apply the previously | Nicholas Marriott |
2015-04-28 | Fix typo in previous | Darren Tucker |
2015-04-28 | Document that the TERM environment variable is not subject to SendEnv | Darren Tucker |
2015-04-28 | Add a missing free in the error path. | Lawrence Teo |
2015-04-27 | Do not include unattached clients when trying to find one for target. | Nicholas Marriott |