Age | Commit message (Expand) | Author |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze |
2018-02-06 | Replace "trojan horse" with the correct term (MITM). From maikel at | Darren Tucker |
2018-02-06 | Remove manual shutdown and close of the socket since in this case | Theo Buehler |
2018-02-05 | Add struct status_line to hold status line members of struct client, not | Nicholas Marriott |
2018-02-05 | Show if filter is active/no matches in modes. | Nicholas Marriott |
2018-02-05 | Add a couple of non-negativity checks to avoid close(-1). | Theo Buehler |
2018-02-05 | The file descriptors for socket, stdin, stdout and stderr aren't | Theo Buehler |
2018-02-05 | I accidentially a word | Damien Miller |
2018-02-04 | Upstream ncurses has introduced terminfo capabilities to specify RGB | Nicholas Marriott |
2018-02-03 | The recover script should have the same sanity checks as recover.c. | Todd C. Miller |
2018-02-02 | Fix 'show ip bgp detail as' error. | job |
2018-02-01 | update currency exchange rates; | Jason McIntyre |
2018-01-31 | Sync list of non-exported environment variables with at.c. | Todd C. Miller |
2018-01-31 | Consider integer/float size during base type comparisons. | Martin Pieuchot |
2018-01-28 | Initialize variables to avoid compiler warnings | Kinichiro Inoguchi |
2018-01-25 | certificate options are case-sensitive; fix case on one that had it wrong. | Damien Miller |
2018-01-24 | POSIX requires that awk support \v and \a escapes. I used '\007' | Todd C. Miller |
2018-01-24 | Use closefrom(3) instead of manually closing all file descriptors | Theo Buehler |
2018-01-23 | Fix a logic bug in sshd_exchange_identification which prevented clients | Stefan Sperling |
2018-01-23 | Add missing braces; fixes 'write: Socket is not connected' error in ssh. | Stefan Sperling |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2018-01-23 | try harder to preserve errno during ssh_connect_direct() to make the | Damien Miller |
2018-01-23 | unbreak support for clients that advertise a protocol version | Damien Miller |
2018-01-23 | don't attempt to force hostnames that are addresses to lowercase, but | Damien Miller |
2018-01-23 | avoid modifying pw->pw_passwd; let endpwent() clean up for us, but | Damien Miller |
2018-01-21 | add new '-c' option which runs a command instead of an interactive shell | Jasper Lievisse Adriaanse |
2018-01-18 | Discard all but the last line when reading from a #() command - the | Nicholas Marriott |
2018-01-18 | Remove unused hooks_run function, from Thomas Adam. | Nicholas Marriott |
2018-01-16 | g/c unused defines that were only used by nacl's SHA-512 implementation | Christian Weisgerber |
2018-01-16 | Fix drawing of ACS characters (they need to go character-at-a-time), | Nicholas Marriott |
2018-01-16 | Add -I to pipe-pane to connect pane stdin as well as stdout, suggested | Nicholas Marriott |
2018-01-15 | Revert my changes in r1.60 back to nicm@'s latest for now. | Bryan Steele |
2018-01-15 | Another redundant check, GitHub issue 1219. | Nicholas Marriott |
2018-01-15 | Some unused code, GitHub issue 1219. | Nicholas Marriott |
2018-01-15 | Add s_server and s_client -tlsextdebug messages | Kinichiro Inoguchi |
2018-01-13 | Adjust comment to reflect '%F' addition. | Theo Buehler |
2018-01-13 | Allow printf '%F' format specifier. | Theo Buehler |
2018-01-13 | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze |
2018-01-13 | clarify authorship; prodded by and ok markus@ | Christian Weisgerber |
2018-01-12 | Do not collect top-bit-set characters in case they need to be replaced. | Nicholas Marriott |
2018-01-12 | Simplify character replacement on non-UTF-8 terminals and make a common | Nicholas Marriott |
2018-01-12 | Simplify UTF-8 states down into one state. | Nicholas Marriott |
2018-01-12 | Improve error message if creating socket parent directory fails, from | Nicholas Marriott |
2018-01-12 | Improve logging for layout cells. | Nicholas Marriott |
2018-01-12 | Align cases in conversion switch vertically. Normalize logic inside cases | Theo Buehler |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-11 | Remove arbitary length limits for -s, -b and -w. Based on a diff from kshe. | Theo Buehler |
2018-01-10 | Simplify bounds checking of client numbers of channels and rate. From | Alexandre Ratchov |
2018-01-09 | Extract compile_mode command status with WEXITSTATUS. | cheloha |
2018-01-08 | group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL | Markus Friedl |