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