Age | Commit message (Expand) | Author |
2017-10-02 | Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@ | Damien Miller |
2017-09-30 | openssh-7.6; ok deraadt@ | Damien Miller |
2017-09-30 | Add some more boundary checks and prevent an attempt to divide by zero | Jonathan Gray |
2017-09-29 | Check that the end of sections do not exceed the filesize for both | Jonathan Gray |
2017-09-29 | Do not segfault when the string table is invalid or not present. | Martin Pieuchot |
2017-09-27 | Unserstand DW_OP_bregN locations. | Martin Pieuchot |
2017-09-27 | tweak EposeAuthinfo; | Jason McIntyre |
2017-09-26 | Ignore file offset values in section headers that exceed the length of | Jonathan Gray |
2017-09-26 | Return the correct error value in generate(). | Martin Pieuchot |
2017-09-25 | Calling waitpid(pid,...) where pid is either uninitialized or | Kenneth R Westerback |
2017-09-25 | Mark FATAL() as __dead so clang doesn't report | Kenneth R Westerback |
2017-09-25 | Initialize 'out' file descriptor to avoid possible | Kenneth R Westerback |
2017-09-24 | fix inverted test on channel open failure path that "upgraded" a | Damien Miller |
2017-09-24 | write the correct buffer when tunnel forwarding; doesn't matter | Damien Miller |
2017-09-24 | Handle parse_base() returning NULL for DW_TAG_base_type to avoid | Jonathan Gray |
2017-09-24 | Ignore DW_FORM_strp with size larger than elf section buffer | Jonathan Gray |
2017-09-23 | fix tunnel forwarding problem introduced in refactor; reported by | Damien Miller |
2017-09-23 | Fix off by one in ctf_enc2name (who uses SIGNED BOOL anyway?) | Uwe Stuehler |
2017-09-23 | Show floating-point encoding by name in ctfdump(1) | Uwe Stuehler |
2017-09-22 | Initialize alerts timer event where it is used, avoids crash with new windows. | Nicholas Marriott |
2017-09-21 | Add 'reverse' dynamic forwarding which combines dynamic forwarding | Markus Friedl |
2017-09-20 | add missing types; from klemens nanni | Jason McIntyre |
2017-09-20 | Use strsignal in debug message instead of casting for the benefit of | Darren Tucker |
2017-09-19 | Use explicit_bzero() instead of bzero() before free() to prevent | Todd C. Miller |
2017-09-19 | fix fd leaks in error paths | Jonathan Gray |
2017-09-19 | fix use-after-free in ~^Z escape handler path, introduced in channels.c | Damien Miller |
2017-09-18 | Prevent type mismatch warning in debug on platforms where sig_atomic_t | Darren Tucker |
2017-09-18 | Add braces missing after channels refactor. ok markus@ | Darren Tucker |
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 |