summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-10-27Use <elf.h> rather than <sys/exec_elf.h>.Martin Pieuchot
2017-10-27whitespace at EOLDamien Miller
2017-10-27whitespace at EOL (lots)Damien Miller
2017-10-27improve printing of rdomain on accept() a littleDamien Miller
2017-10-26more readable conversion of paper size from millimeters to PostScriptIngo Schwarze
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)Nicholas Marriott
2017-10-26mark up the rdomain keyword;Jason McIntyre
2017-10-25The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze
2017-10-25Properly close out the top-level Font object, the end-of-pageIngo Schwarze
2017-10-25Note that notifications are also hooks.Nicholas Marriott
2017-10-25Default allow-rename to off because it is ridiculous that applicationsNicholas Marriott
2017-10-25Remove the TCP_FACK option and associated #if{,n}def code.job
2017-10-25h/l keys for expand and collapse.Nicholas Marriott
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldNicholas Marriott
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-25simplify macros in previous, and some minor tweaks;Jason McIntyre
2017-10-25uninitialised variable in PermitTunnel printing codeDamien Miller
2017-10-25transfer ownership of stdout to the session channel by dup2'ingDamien Miller
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-10-25add sshd_config RDomain keyword to place sshd and the subsequentDamien Miller
2017-10-25Add optional rdomain qualifier to sshd_config's ListenAddress optionDamien Miller
2017-10-24Kill dead store and some spaces vs. tabs indent in parse_user_host_path().Todd C. Miller
2017-10-24Use a smaller buffer size too peek the receive data. The contentAlexander Bluhm
2017-10-24tweak previous; ok djmJason McIntyre
2017-10-23Pa -> Lk; ok jmc@anton
2017-10-23ifelse is special, fix argv parsing to avoid segfaultMarc Espie
2017-10-23Expose devices allocated for tun/tap forwarding.Damien Miller
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