Age | Commit message (Expand) | Author |
2021-09-09 | Fix parsing of aliases again (GitHub issue 2842), also make argument | Nicholas Marriott |
2021-09-09 | - move CAVEATS to its correct order | Jason McIntyre |
2021-09-08 | Use the SFTP protocol by default. The original scp/rcp protocol remains | Damien Miller |
2021-09-08 | correct my mistake in previous fix; spotted by halex | Damien Miller |
2021-09-07 | Fix an infinite loop that could occur during some cases of horizontally | Ingo Schwarze |
2021-09-07 | Correctly calculate required column widths for tables containing | Ingo Schwarze |
2021-09-07 | Retry up to 3 times on password authentication failure | Joshua Stein |
2021-09-07 | we already parse the GNU tbl(7) "nospaces" option, | Ingo Schwarze |
2021-09-07 | do not crash when a tbl(7) cell uses roman font | Ingo Schwarze |
2021-09-07 | avoid NULL deref in -Y find-principals. Report and fix from | Damien Miller |
2021-09-06 | revision 1.381 neglected to remove sChallengeResponseAuthentication | Todd C. Miller |
2021-09-05 | new sentence, new line, and tweak wording of previous; | Jason McIntyre |
2021-09-05 | Remove unused variable tmptm in do_body of openssl(1) ca | Kinichiro Inoguchi |
2021-09-05 | Using serial number instead as subject if it is empty in openssl(1) ca | Kinichiro Inoguchi |
2021-09-05 | Check extensions before setting version to v3 | Kinichiro Inoguchi |
2021-09-05 | Use accessor method rather than direct X509 structure access | Kinichiro Inoguchi |
2021-09-04 | during prioritization for man(1), correctly extract the section name | Ingo Schwarze |
2021-09-04 | mdoc(7): improve output of .At 32v | Ingo Schwarze |
2021-09-04 | delete a stray word reported by wilfried dot meindl at gmail dot com; | Ingo Schwarze |
2021-09-04 | In 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 messages | Ingo Schwarze |
2021-09-03 | Use .Cm instead of .Dq in StrictHostKeyChecking list for consistency. | Darren Tucker |
2021-09-03 | Mention using ssh -i for specifying the public key file in the case | Darren Tucker |
2021-09-03 | Refer to KEX "algorithms" instead of "methods" to match other references | Darren Tucker |
2021-09-03 | Remove redundant attrib_clear in upload_dir_internal. The subsequent | Darren Tucker |
2021-09-02 | various improvements to the text/usage, chiefly removing alternative long | Jason McIntyre |
2021-09-02 | rather than using sys/param.h, define a local replacement MINIMUM() instead | Theo de Raadt |
2021-09-02 | remove sys/param.h that snuck in, by replacing MAXPATHLEN with PATH_MAX | Theo de Raadt |
2021-09-02 | sys/param.h is not needed for any visible reason | Theo de Raadt |
2021-09-02 | Use defined constants | Kinichiro Inoguchi |
2021-09-02 | Add DB_TYPE_SUSP | Kinichiro Inoguchi |
2021-09-02 | timeout(1): execvp(2) does not return except on error | Sebastien Marie |
2021-09-02 | Make all signal handler functions async-signal-safe | Ingo Schwarze |
2021-09-02 | Move subject check process after the subject edit process | Kinichiro Inoguchi |
2021-09-02 | move comment into correct place | Theo de Raadt |
2021-09-02 | bunch of err() should be errx() | Theo de Raadt |
2021-09-02 | No need to list foreign source code repository tags | Job Snijders |
2021-09-02 | Change copying arguments to that flags without arguments are inserted | Nicholas Marriott |
2021-09-02 | some functionality requires pledge "proc" | Theo de Raadt |
2021-09-01 | Add the NetBSD source code repository tag back to help future historians | Job Snijders |
2021-09-01 | Fix overflow / underflow check by moving it up before the return | Job Snijders |
2021-09-01 | Update project tag line, shorten some err() calls | Job Snijders |
2021-09-01 | small unused/initialization improvements | Theo de Raadt |
2021-09-01 | repair strtonum idiom and improve error messaging | Theo de Raadt |
2021-09-01 | Enable making timeout(1) | Job Snijders |
2021-09-01 | Style nits | Job Snijders |
2021-09-01 | consider two files sharing the same inode identical | Alexander Hall |
2021-09-01 | Case h is pointless | Job Snijders |
2021-09-01 | Fix indenting | Job Snijders |