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