summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-02-05pledge(2) for talk(1):mestre
2016-02-05avoid an uninitialised value when NumberOfPasswordPrompts is 0Jonathan Gray
2016-02-05mention internal DH-GEX fallback groups; bz#2302Damien Miller
2016-02-05better description for MaxSessions; bz#2531Damien Miller
2016-02-04printf argument casts to avoid warnings on strict compilersDamien Miller
2016-02-04Include stdint.h for the uint{8,16}_t types. OK nicm@Todd C. Miller
2016-02-04Set up -t flag properly when passing new-session -A off toNicholas Marriott
2016-02-03Rename a local var so that we can call the global message buffer msg.mmcc
2016-02-03fix off-by-one in argument parsingAlexander Hall
2016-02-03Remove needless alias macros for malloc and calloc. No binary change. Immcc
2016-02-01Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"Todd C. Miller
2016-02-01Hmm, SHELLSPRINT may be pointless, but keep it for consistency with other dbs.Jeremie Courreges-Anglas
2016-02-01Pointless #defineJeremie Courreges-Anglas
2016-02-01missing word; from jan staryJason McIntyre
2016-02-01update currency exchange rates;Jason McIntyre
2016-02-01Remove unused headers and sort the remainingmestre
2016-01-31Clear RGB flags during selection.Nicholas Marriott
2016-01-31Whoops, need this for the previous reverse trim commit too.Nicholas Marriott
2016-01-31Add RGB escape sequences for capture-pane -e.Nicholas Marriott
2016-01-31Support negative trim values (#{=-10:pane_title}) to trim from the end,Nicholas Marriott
2016-01-31Fix new-session with -t after command flags changes, reported by Michael Grac...Nicholas Marriott
2016-01-30/var/tmp is dead, long live /tmpmartijn
2016-01-30replace tail with basenamemartijn
2016-01-30replace progname variable in gs structure with getprognamemartijn
2016-01-29Remove leftover roaming dead code. ok djm markus.Darren Tucker
2016-01-29Check that byte order is native only if we're using more than oneAlexandre Ratchov
2016-01-29sort includesmmcc
2016-01-29remove unneeded CHAR_BIT macrommcc
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-29Support for RGB colour, using the extended cell mechanism to avoidNicholas Marriott
2016-01-29We're not allowed to change audio parameters while the device isAlexandre Ratchov
2016-01-29Display play and record parameters that are not independentAlexandre Ratchov
2016-01-29include packet type of non-data packets in debug3 output;Damien Miller
2016-01-29remove superfluous macrommcc
2016-01-29Revert "account for packets buffered but not yet processed" change as itDarren Tucker
2016-01-29Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the returnDarren Tucker
2016-01-29Account for packets buffered but not yet processed when computing whether orDarren Tucker
2016-01-28Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n").martijn
2016-01-28Correct date for Australia Day. From Ian Mcwilliam, ok jmc.Darren Tucker
2016-01-27remove v_estr in favor of warn and warnxmartijn
2016-01-27Replace fprintf+exit with errx. No functional changemartijn
2016-01-27missing fclose(3). (silence cppcheck warnings).Gleydson Soares
2016-01-27change old $FreeBSD version string in comment so it doesn't become anDamien Miller
2016-01-27make the debug messages a bit more useful hereDamien Miller
2016-01-26typosmmcc
2016-01-26ensure the backup file has the same mtime as the original file, this is in lineJasper Lievisse Adriaanse
2016-01-26Remove a fancy macro that calculates the necessary buffer size formmcc
2016-01-25fix exit status on pledge(2) failure.Gleydson Soares
2016-01-25Fix a crash as found by sthen@martijn
2016-01-24make sure of cleaning rbuf with explicit_bzero(3)Gleydson Soares