summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-09-15Fix bitwise operations error messages; from FreeBSDAntoine Jacoutot
2017-09-14Revert commitid: gJtIN6rRTS3CHy9b.Damien Miller
2017-09-13Remove unused (always 1) arguments from some functions, from DanielNicholas Marriott
2017-09-12Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze
2017-09-12Include room for NUL-termination when calculating the length of archiveMartin Pieuchot
2017-09-12unused variableDamien Miller
2017-09-12fix tun/tap forwarding case in previousDamien Miller
2017-09-12Make remote channel ID a u_intDamien Miller
2017-09-12refactor channels.cDamien Miller
2017-09-11Check event is initialized before delete; fixes crash reported byNicholas Marriott
2017-09-11Mention that filter is a format.Nicholas Marriott
2017-09-11Do not free more lines than are available in the history.Nicholas Marriott
2017-09-10Previously, extended cell data was never reduced in size even when theNicholas Marriott
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-10Apply timeout to CAN and RS which also wait for ST.Nicholas Marriott
2017-09-10Use monotonic clock for statistics display. From Scott Cheloha.Theo Buehler
2017-09-09When inserting a newline, only increment dotline for windows that areFlorian Obser
2017-09-08Fix a few errors in how the selected line is chosen after resize,Nicholas Marriott
2017-09-08When removing a key table clear it out of clients, fixes issue withNicholas Marriott
2017-09-07typo in commentDamien Miller
2017-09-07typo: convertion -> conventionDavid Coppa
2017-09-07Do not fail if unset an option that is already unset, reported by ThomasNicholas Marriott
2017-09-06After recent changes, we need to clear hash, not s1.Theo Buehler
2017-09-06fix a NULL pointer access on deroff() failure;Ingo Schwarze
2017-09-06Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible ifNicholas Marriott
2017-09-05Add -Wno-sign-compare, the single warning produced is a false positive;Otto Moerbeek
2017-09-05Avoid a possible leak in progressmeterJeremie Courreges-Anglas
2017-09-04Fix typo in comment; ok mpi@anton
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesNicholas Marriott
2017-09-04tweak previous;Jason McIntyre
2017-09-03Expand ssh_config's StrictModes option with two new settings:Damien Miller
2017-09-02Add selectp -T to set pane title.Nicholas Marriott
2017-09-01remove blank line;Jason McIntyre
2017-09-01identify the case where SSHFP records are missing but other DNS RRDamien Miller
2017-09-01document available AuthenticationMethods; bz#2453 ok dtucker@Damien Miller
2017-08-31update currency exchange rates;Jason McIntyre
2017-08-30Instead of overloading the line clear function to mean free ifNicholas Marriott
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-30gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1Otto Moerbeek
2017-08-30Avoid clang warning by explicitly marking a constant unsigned; ok millert@Otto Moerbeek
2017-08-30pass packet state down to some of the channels function (moreDamien Miller
2017-08-30Remove unused variable; no binary change.Lawrence Teo
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.Nicholas Marriott
2017-08-29kill const and string artithmetic related warnings; ok millert@Otto Moerbeek
2017-08-29sort options;Jason McIntyre
2017-08-29add a -q option to ssh-add to make it quiet on success.David Gwynne
2017-08-29Support REP escape sequence (\033[b).Nicholas Marriott
2017-08-29Check for complete keys before escape prefix, allows keys to be definedNicholas Marriott
2017-08-28fix const related warnings; ok millert@Otto Moerbeek