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