summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2018-01-08move subprocess() so scp/sftp do not need uidswap.o; ok djm@Markus Friedl
2018-01-08switch ssh-pkcs11-helper to new API; ok djm@Markus Friedl
2018-01-08split client/server kex; only ssh-keygen needs uuencode.o;Markus Friedl
2018-01-08only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.oMarkus Friedl
2018-01-08uuencode.h is not usedMarkus Friedl
2018-01-07Remove unused extern variable in openssl(1) s_timeKinichiro Inoguchi
2018-01-05No need for <sys/socketvar.h>Martin Pieuchot
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2018-01-04glaring KNF violationTheo de Raadt
2018-01-02update currency exchange rates;Jason McIntyre
2018-01-02When invoked with no file arguments, display usage and fail instead ofPhilip Guenther
2018-01-01Prefer PWD for current directory if present in client, from Wei Zhao inNicholas Marriott
2018-01-01Add C-g at command prompt for emacs people, GitHub issue 1213.Nicholas Marriott
2017-12-31Initialize the size of new panes created by the even-* layout correctly;Nicholas Marriott
2017-12-30Simplify switch by removing some unneeded cases.Theo Buehler
2017-12-30Avoid one-byte overflow in error path. If the format string ends in anTheo Buehler
2017-12-29small optimization in bexp; from ksheOtto Moerbeek
2017-12-28Redrawing status is needed after changing window flags or title does notNicholas Marriott
2017-12-27Draw command prompt correctly with status line off.Nicholas Marriott
2017-12-25Markup SIGHUP and rework sentence; ok jmc@anton
2017-12-24Avoid comparing equal lines twice when running without -i.Theo Buehler
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha
2017-12-23clarify that -i only affects the comparison of ASCII characters;Ingo Schwarze
2017-12-22Fix memory leak in screen_redraw_make_pane_status.Nicholas Marriott