summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-08-07Bugfix:Ingo Schwarze
2021-08-07fix the totally wrong markup in the SYNOPSISIngo Schwarze
2021-08-07document the configuration file - as usual, after the options list;Ingo Schwarze
2021-08-07Fix prototype mismatch for do_cmd. ok djm@Darren Tucker
2021-08-07sftp-client.c needs poll.hDamien Miller
2021-08-07do_upload() used a near-identical structure for trackingDamien Miller
2021-08-07make scp(1) in SFTP mode follow symlinks like traditional scp(1)Damien Miller
2021-08-07fix incorrect directory permissions on scp -3 transfers;Damien Miller
2021-08-07a bit more debugging of file attributes being sent/receivedDamien Miller
2021-08-07make scp(1) in SFTP mode output better match original scp(1) byDamien Miller
2021-08-07factor out a structure duplicated between downloading andDamien Miller
2021-08-07use sftp_client crossloading to implement scp -3Damien Miller
2021-08-07support for "cross"-loading files/directories, i.e. downloadingDamien Miller
2021-08-07factor our SSH2_FXP_OPEN calls into their own function;Damien Miller
2021-08-07prepare for scp -3 implemented via sftpDamien Miller
2021-08-06Add basic support for zero width joiners, GitHub issues 1605 and 2784.Nicholas Marriott
2021-08-06Add client focus hooks.Nicholas Marriott
2021-08-06Another minor fix - do not draw positions that are under the popup withNicholas Marriott
2021-08-06Document "ProxyJump none". bz#3334.Darren Tucker
2021-08-06Tweak previous not to replace complete characters with spaces.Nicholas Marriott
2021-08-06Correctly draw wide characters that are partially obscured.Nicholas Marriott
2021-08-05Do not freeze output in panes when a popup is open, let them continue toNicholas Marriott
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.Nicholas Marriott
2021-08-04Allow for different (but POSIX compliant) behaviour of basename(3) andDarren Tucker
2021-08-02support for using the SFTP protocol for file transfers in scp, via aDamien Miller
2021-07-30fix a formatting error and add some Xr;Jason McIntyre
2021-07-30fix a formatting error and mark up known_hosts consistently;Jason McIntyre
2021-07-30document locate.mklocatedb as wellMarc Espie
2021-07-30whitespaceTheo Buehler
2021-07-30Do bounds check before assignmentTheo Buehler
2021-07-28Make window-linked and window-unlinked window options, GitHub issueNicholas Marriott
2021-07-28no need to talk about version 2 with the -Q option, so rewrite theJason McIntyre
2021-07-27POSIX mandates that -F str be treated the same as -v FS=str.Todd C. Miller
2021-07-27word fix; reported by debian at helgefjell deJason McIntyre
2021-07-27standardise the grammar in the options list;Jason McIntyre
2021-07-24Compare strcmp and strcasecmp return value with zeroKinichiro Inoguchi
2021-07-24Don't omit ssh-keygen -y from usage when built without OpenSSL. It isDarren Tucker
2021-07-24Exclude key conversion options from usage when built without OpenSSLDarren Tucker
2021-07-24don't leak environment= variable when it is not the first matchDamien Miller
2021-07-23punctuation;Jason McIntyre
2021-07-23mention in comment that read_passphrase(..., RP_ALLOW_STDIN) willDamien Miller
2021-07-23note successful authentication method in final "Authenticated to ..."Damien Miller
2021-07-23Add a ForkAfterAuthentication ssh_config(5) counterpart to theDamien Miller
2021-07-23Add a StdinNull directive to ssh_config(5) that allows the configDamien Miller
2021-07-23make authorized_keys environment="..." directives first-match-winsDamien Miller
2021-07-23Let allowed signers files used by ssh-keygen(1) signatures support keyDamien Miller
2021-07-21Do not add height twice when calculating popup_mouse_top, from M Kelly.Nicholas Marriott
2021-07-21Do not close popups on resize, instead adjust them to fit, from AnindyaNicholas Marriott
2021-07-20Check pointer variable if it is NULL in ca.cKinichiro Inoguchi
2021-07-19Ensure that all returned SSHFP records for the specified host name andDarren Tucker