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