summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2021-07-19Put dh_set_moduli_file call inside ifdef WITH_OPENSSL. Fixes build withDarren Tucker
2021-07-18Support auto-tagging for ".It Va".Ingo Schwarze
2021-07-17Remove setpassent(3) leftoverskn
2021-07-17wrap some long linesDamien Miller
2021-07-17fix sftp on ControlPersist connections, broken by recent SessionTypeDamien Miller
2021-07-16Update the default block size in the manual, in sndiod.c r1.37 it wasStuart Henderson
2021-07-16Explicitly check for and start time-based rekeying in the clientDamien Miller
2021-07-15Wrap over 80 long lines in ca.cKinichiro Inoguchi
2021-07-15Explicitly check pointer variable if it is NULL or not in ca.cKinichiro Inoguchi
2021-07-15Remove space between '*' and pointer variable in ca.cKinichiro Inoguchi
2021-07-15Use 'serial' rather than 'ser' in ca.cKinichiro Inoguchi
2021-07-15Convert openssl(1) ca option handlingKinichiro Inoguchi
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-14Restructure the getopt_long options. Sort them mostly by name with theClaudio Jeker
2021-07-14Move default value for TERM into tmux.h.Nicholas Marriott
2021-07-14reorder SessionType; ok djmJason McIntyre
2021-07-13add a SessionType directive to ssh_config, allowing the configurationDamien Miller
2021-07-13Give #() commands a one second grace period where the output is emptyNicholas Marriott
2021-07-13Only use client for sizing when not detached, GitHub issue 2772.Nicholas Marriott
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-12Make limit for time_t test unconditional in the format_absolute_timeDarren Tucker
2021-07-12Use existing format_absolute_time() function when printing cert validityDarren Tucker
2021-07-09silence redundant error message; reported by Fabian StelzerDamien Miller
2021-07-08Avoid a potential buffer overflow in backslash escaping.Todd C. Miller
2021-07-08Fix mouse_word format now word-separators has no space and position ofNicholas Marriott
2021-07-08csplit(1): Fix extraneous output in edge caseTodd C. Miller
2021-07-06Improve error reporting when the tmux /tmp directory cannot be createdNicholas Marriott
2021-07-06Forbid empty session names, GitHub issue 2758.Nicholas Marriott
2021-07-05Fix off-by-one array access when 64 channel stream is resampledAlexandre Ratchov
2021-07-05Fix a couple of whitespace things. Portable already has these so thisDarren Tucker
2021-07-05Order includes as per style(9). Portable already has these so thisDarren Tucker
2021-07-05Remove comment referencing now-removed RhostsRSAAuthentication. ok djm@Darren Tucker