Age | Commit message (Expand) | Author |
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 |
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 |