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