summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller
2021-09-14put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENTmbuhl
2021-09-11Do not ignore SIGINT while waiting for input if editline(3) is not used.Ingo Schwarze
2021-09-11when using SFTP protocol, continue transferring files after aDamien Miller
2021-09-10Do fatal/fatalx a different way so the compiler trick to avoid warningsNicholas Marriott
2021-09-10Get rid of the last two warnings by turning them off around the problemNicholas Marriott
2021-09-10Quirk-compatibility with GNU tbl(1):Ingo Schwarze
2021-09-10In a tbl(7) having the "nospaces" option, skip space charactersIngo Schwarze
2021-09-10Document that non-interactive commands are run via the user's shellDarren Tucker
2021-09-10Document behaviour of arguments following non-interactive commands.Darren Tucker
2021-09-10Disable aliases inside aliases for the moment.Nicholas Marriott
2021-09-10Clarify which file's attributes -p preserves, and that it's specificallyDarren Tucker
2021-09-10openssh-7.4 was incorrectly listed twice; spotted by DmitryDamien Miller
2021-09-09Keep -? as usage.Nicholas Marriott
2021-09-09Turn on both button and all mouse modes for menus since some terminalsNicholas Marriott
2021-09-09In HTML output, in cells with an "n" (number) layout, pad numbersIngo Schwarze
2021-09-09If the layout or data of an individual cell in a tbl(7) containsIngo Schwarze
2021-09-09Expand argument to run-shell again.Nicholas Marriott
2021-09-09Fix parsing of aliases again (GitHub issue 2842), also make argumentNicholas Marriott
2021-09-09- move CAVEATS to its correct orderJason McIntyre
2021-09-08Use the SFTP protocol by default. The original scp/rcp protocol remainsDamien Miller
2021-09-08correct my mistake in previous fix; spotted by halexDamien Miller
2021-09-07Fix an infinite loop that could occur during some cases of horizontallyIngo Schwarze
2021-09-07Correctly calculate required column widths for tables containingIngo Schwarze
2021-09-07Retry up to 3 times on password authentication failureJoshua Stein
2021-09-07we already parse the GNU tbl(7) "nospaces" option,Ingo Schwarze
2021-09-07do not crash when a tbl(7) cell uses roman fontIngo Schwarze
2021-09-07avoid NULL deref in -Y find-principals. Report and fix fromDamien Miller
2021-09-06revision 1.381 neglected to remove sChallengeResponseAuthenticationTodd C. Miller
2021-09-05new sentence, new line, and tweak wording of previous;Jason McIntyre
2021-09-05Remove unused variable tmptm in do_body of openssl(1) caKinichiro Inoguchi
2021-09-05Using serial number instead as subject if it is empty in openssl(1) caKinichiro Inoguchi
2021-09-05Check extensions before setting version to v3Kinichiro Inoguchi
2021-09-05Use accessor method rather than direct X509 structure accessKinichiro Inoguchi
2021-09-04during prioritization for man(1), correctly extract the section nameIngo Schwarze
2021-09-04mdoc(7): improve output of .At 32vIngo Schwarze
2021-09-04delete a stray word reported by wilfried dot meindl at gmail dot com;Ingo Schwarze
2021-09-04In the fallback code to look for manual pages without using mandoc.db(5),Ingo Schwarze
2021-09-04* avoid the misleading wording "second kill signal"Ingo Schwarze
2021-09-04* more specific error messagesIngo Schwarze
2021-09-03Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency.Darren Tucker
2021-09-03Mention using ssh -i for specifying the public key file in the caseDarren Tucker
2021-09-03Refer to KEX "algorithms" instead of "methods" to match other referencesDarren Tucker
2021-09-03Remove redundant attrib_clear in upload_dir_internal. The subsequentDarren Tucker
2021-09-02various improvements to the text/usage, chiefly removing alternative longJason McIntyre
2021-09-02rather than using sys/param.h, define a local replacement MINIMUM() insteadTheo de Raadt
2021-09-02remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAXTheo de Raadt
2021-09-02sys/param.h is not needed for any visible reasonTheo de Raadt
2021-09-02Use defined constantsKinichiro Inoguchi
2021-09-02Add DB_TYPE_SUSPKinichiro Inoguchi