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