Age | Commit message (Expand) | Author |
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 |
2021-07-19 | Put dh_set_moduli_file call inside ifdef WITH_OPENSSL. Fixes build with | Darren Tucker |
2021-07-18 | Support auto-tagging for ".It Va". | Ingo Schwarze |
2021-07-17 | Remove setpassent(3) leftovers | kn |
2021-07-17 | wrap some long lines | Damien Miller |
2021-07-17 | fix sftp on ControlPersist connections, broken by recent SessionType | Damien Miller |
2021-07-16 | Update the default block size in the manual, in sndiod.c r1.37 it was | Stuart Henderson |
2021-07-16 | Explicitly check for and start time-based rekeying in the client | Damien Miller |
2021-07-15 | Wrap over 80 long lines in ca.c | Kinichiro Inoguchi |
2021-07-15 | Explicitly check pointer variable if it is NULL or not in ca.c | Kinichiro Inoguchi |
2021-07-15 | Remove space between '*' and pointer variable in ca.c | Kinichiro Inoguchi |
2021-07-15 | Use 'serial' rather than 'ser' in ca.c | Kinichiro Inoguchi |
2021-07-15 | Convert openssl(1) ca option handling | Kinichiro Inoguchi |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-07-14 | Restructure the getopt_long options. Sort them mostly by name with the | Claudio Jeker |
2021-07-14 | Move default value for TERM into tmux.h. | Nicholas Marriott |
2021-07-14 | reorder SessionType; ok djm | Jason McIntyre |
2021-07-13 | add a SessionType directive to ssh_config, allowing the configuration | Damien Miller |
2021-07-13 | Give #() commands a one second grace period where the output is empty | Nicholas Marriott |
2021-07-13 | Only use client for sizing when not detached, GitHub issue 2772. | Nicholas Marriott |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-07-12 | Make limit for time_t test unconditional in the format_absolute_time | Darren Tucker |
2021-07-12 | Use existing format_absolute_time() function when printing cert validity | Darren Tucker |
2021-07-09 | silence redundant error message; reported by Fabian Stelzer | Damien Miller |
2021-07-08 | Avoid a potential buffer overflow in backslash escaping. | Todd C. Miller |
2021-07-08 | Fix mouse_word format now word-separators has no space and position of | Nicholas Marriott |
2021-07-08 | csplit(1): Fix extraneous output in edge case | Todd C. Miller |
2021-07-06 | Improve error reporting when the tmux /tmp directory cannot be created | Nicholas Marriott |
2021-07-06 | Forbid empty session names, GitHub issue 2758. | Nicholas Marriott |
2021-07-05 | Fix off-by-one array access when 64 channel stream is resampled | Alexandre Ratchov |
2021-07-05 | Fix a couple of whitespace things. Portable already has these so this | Darren Tucker |
2021-07-05 | Order includes as per style(9). Portable already has these so this | Darren Tucker |
2021-07-05 | Remove comment referencing now-removed RhostsRSAAuthentication. ok djm@ | Darren Tucker |
2021-07-05 | allow spaces to appear in usernames for local to remote, and scp -3 | Damien Miller |
2021-07-04 | The mandoc(1) manual already mentions that -T man output mode | Ingo Schwarze |
2021-07-02 | Use nanosleep() and setitimer() instead of usleep() and ualarm(). | Todd C. Miller |