summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-10-13log debug messages sent to peer; ok deraadt markusDamien Miller
2017-10-13trim permitrootlogin description somewhat, to avoid ambiguity;Jason McIntyre
2017-10-13mention SSH_USER_AUTH in the list of environment variablesDamien Miller
2017-10-13BIO_get_mem_data() is supposed to take a char* as pointer argument,Damien Miller
2017-10-12Replace fgetln(3) with getline(3) which is portable and less error prone.Florian Obser
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromNicholas Marriott
2017-10-11Box around label in preview.Nicholas Marriott
2017-10-11Clear to end of line properly with UTF-8 present.Nicholas Marriott
2017-10-11Add C-n and C-p keys for tree mode, and choose the right initial lineNicholas Marriott
2017-10-11Ensure that the tag and line number are always separated by at least a singleanton
2017-10-09clarify the order in which config statements are used.Sebastian Benoit
2017-10-09rename dprintf macro to DPRINTF to avoid collision with libc posix dprintf.Theo de Raadt
2017-10-09kind should be S-Down not S-Up.Nicholas Marriott
2017-10-09Jan Stary convinced me 4 * a(1) is a better exampleOtto Moerbeek
2017-10-08Fix description of history_size, from Campbell Barton.Nicholas Marriott
2017-10-08be a bit clearer about -l: original diff from jan stary, but i'veJason McIntyre
2017-10-08Move the assignment to cmdname up before its first use.Theo Buehler
2017-10-07Format fktrace(2) argumentsPhilip Guenther
2017-10-07Delete pointless casts from void*Philip Guenther
2017-10-07Fix cast-pasto's in commentsPhilip Guenther
2017-10-06Support %else in config files to match %if, from Brad Town in GitHubNicholas Marriott
2017-10-05replace statically-sized arrays in ServerOptions with dynamic onesDamien Miller
2017-10-05Add -- to some key bindings so leading -s work.Nicholas Marriott
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-10-05%C is hashed; from klemens nanniJason McIntyre
2017-10-05When writing batches of characters to the screen, we need to clearNicholas Marriott
2017-10-05update currency exchange rates;Jason McIntyre
2017-10-05add boundary tests to avoid some crashes found with aflJonathan Gray
2017-10-05sync elf.c with ctfconvJonathan Gray
2017-10-04fix (another) problem in PermitOpen introduced during the channels.cDamien Miller
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