Age | Commit message (Expand) | Author |
2017-10-22 | Use window_pane_index() when drawing pane numbers (so pane-base-index is | Nicholas Marriott |
2017-10-21 | Add URI support to ssh, sftp and scp. For example ssh://user@host | Todd C. Miller |
2017-10-20 | Clear status line with spaces again so reverse works, spotted by sthen. | Nicholas Marriott |
2017-10-20 | add RCSIDs to these; they make syncing portable a bit easier | Damien Miller |
2017-10-18 | remove unused Pp; | Jason McIntyre |
2017-10-18 | In the description of pattern-lists, clarify negated matches by | Damien Miller |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-10-16 | Infrastructure for drawing status lines of more than one line in height, | Nicholas Marriott |
2017-10-16 | Favor memmove() over memcpy() since dst and src originates from the same | anton |
2017-10-16 | Typo in header dump, from sbz@FreeBSD | Martin Pieuchot |
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 |