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