summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2021-09-02timeout(1): execvp(2) does not return except on errorSebastien Marie
2021-09-02Make all signal handler functions async-signal-safeIngo Schwarze
2021-09-02Move subject check process after the subject edit processKinichiro Inoguchi
2021-09-02move comment into correct placeTheo de Raadt
2021-09-02bunch of err() should be errx()Theo de Raadt
2021-09-02No need to list foreign source code repository tagsJob Snijders
2021-09-02Change copying arguments to that flags without arguments are insertedNicholas Marriott
2021-09-02some functionality requires pledge "proc"Theo de Raadt
2021-09-01Add the NetBSD source code repository tag back to help future historiansJob Snijders
2021-09-01Fix overflow / underflow check by moving it up before the returnJob Snijders
2021-09-01Update project tag line, shorten some err() callsJob Snijders
2021-09-01small unused/initialization improvementsTheo de Raadt
2021-09-01repair strtonum idiom and improve error messagingTheo de Raadt
2021-09-01Enable making timeout(1)Job Snijders
2021-09-01Style nitsJob Snijders
2021-09-01consider two files sharing the same inode identicalAlexander Hall
2021-09-01Case h is pointlessJob Snijders
2021-09-01Fix indentingJob Snijders