summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* certificate options are case-sensitive; fix case on one that had it wrong.djm2018-01-251-5/+5
* POSIX requires that awk support \v and \a escapes. I used '\007'millert2018-01-242-2/+8
* Use closefrom(3) instead of manually closing all file descriptorstb2018-01-241-3/+2
* Fix a logic bug in sshd_exchange_identification which prevented clientsstsp2018-01-231-2/+2
* Add missing braces; fixes 'write: Socket is not connected' error in ssh.stsp2018-01-231-2/+3
* Drop compatibility hacks for some ancient SSH implementations, includingdjm2018-01-2317-303/+111
* try harder to preserve errno during ssh_connect_direct() to make thedjm2018-01-231-5/+12
* unbreak support for clients that advertise a protocol versiondjm2018-01-231-2/+2
* don't attempt to force hostnames that are addresses to lowercase, butdjm2018-01-231-17/+71
* avoid modifying pw->pw_passwd; let endpwent() clean up for us, butdjm2018-01-231-2/+4
* add new '-c' option which runs a command instead of an interactive shelljasper2018-01-212-14/+36
* Discard all but the last line when reading from a #() command - thenicm2018-01-181-3/+8
* Remove unused hooks_run function, from Thomas Adam.nicm2018-01-182-31/+2
* g/c unused defines that were only used by nacl's SHA-512 implementationnaddy2018-01-161-4/+1
* Fix drawing of ACS characters (they need to go character-at-a-time),nicm2018-01-161-5/+11
* Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm2018-01-162-25/+82
* Revert my changes in r1.60 back to nicm@'s latest for now.brynet2018-01-152-110/+243
* Another redundant check, GitHub issue 1219.nicm2018-01-151-11/+7
* Some unused code, GitHub issue 1219.nicm2018-01-153-10/+6
* Add s_server and s_client -tlsextdebug messagesinoguchi2018-01-151-1/+9
* Adjust comment to reflect '%F' addition.tb2018-01-131-2/+2
* Allow printf '%F' format specifier.tb2018-01-131-1/+2
* Remove the implicit display feature of .Lk because it was inconsistentschwarze2018-01-132-19/+2
* clarify authorship; prodded by and ok markus@naddy2018-01-131-1/+5
* Do not collect top-bit-set characters in case they need to be replaced.nicm2018-01-121-4/+6
* Simplify character replacement on non-UTF-8 terminals and make a commonnicm2018-01-121-45/+47
* Simplify UTF-8 states down into one state.nicm2018-01-121-99/+23
* Improve error message if creating socket parent directory fails, fromnicm2018-01-121-18/+20
* Improve logging for layout cells.nicm2018-01-121-3/+18
* Align cases in conversion switch vertically. Normalize logic inside casestb2018-01-121-29/+32
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-4/+4
* Remove arbitary length limits for -s, -b and -w. Based on a diff from kshe.tb2018-01-111-53/+38
* Simplify bounds checking of client numbers of channels and rate. Fromratchov2018-01-101-4/+4
* Extract compile_mode command status with WEXITSTATUS.cheloha2018-01-091-7/+14
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-0812-101/+136
* move subprocess() so scp/sftp do not need uidswap.o; ok djm@markus2018-01-086-166/+167
* switch ssh-pkcs11-helper to new API; ok djm@markus2018-01-082-81/+108
* only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.omarkus2018-01-081-5/+5
* uuencode.h is not usedmarkus2018-01-081-2/+1
* split client/server kex; only ssh-keygen needs uuencode.o;markus2018-01-081-5/+5
* Remove unused extern variable in openssl(1) s_timeinoguchi2018-01-071-2/+1
* No need for <sys/socketvar.h>mpi2018-01-051-2/+1
* Remove useless <sys/socketvar.h> includes.mpi2018-01-051-2/+1
* glaring KNF violationderaadt2018-01-041-1/+2
* update currency exchange rates;jmc2018-01-021-41/+41
* When invoked with no file arguments, display usage and fail instead ofguenther2018-01-021-1/+4
* Prefer PWD for current directory if present in client, from Wei Zhao innicm2018-01-012-9/+10
* Add C-g at command prompt for emacs people, GitHub issue 1213.nicm2018-01-011-1/+2
* Initialize the size of new panes created by the even-* layout correctly;nicm2017-12-311-1/+3
* Simplify switch by removing some unneeded cases.tb2017-12-301-4/+1