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