summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2017-08-28Use xasprintf() instead of calloc() + strlcpy() + memcpy() toTodd C. Miller
2017-08-28Remove SSLv23 padding mode.Joel Sing
2017-08-28Fix exit value when diffing directories with missing files and the -NTodd C. Miller
2017-08-28Do not forbid targets to specify non-visible panes - the checks forNicholas Marriott
2017-08-28spelling/grammar fixes;Jason McIntyre
2017-08-27Do not allow the current line of screen when the preview is toggled,Nicholas Marriott
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.Nicholas Marriott
2017-08-27Increase the buffer sizes for user prompts to ensure that they won't beDarren Tucker
2017-08-26Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze
2017-08-26Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze
2017-08-26No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze
2017-08-26Don't remove subpaths of /usr/include or /usr/lib from the output ofJonathan Gray
2017-08-24When tty is error or closed, remove client. Reported by Thomas Sattler.Nicholas Marriott
2017-08-23remove spacing after another representation of unary minusIngo Schwarze
2017-08-23remove spacing after unary minusIngo Schwarze
2017-08-23eliminate white space after opening and before closing punctuationIngo Schwarze
2017-08-23Suppress spacing before certain kinds of lists.Ingo Schwarze