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