summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2021-09-01Simplify code by replacing strtol() with strtonum()Job Snijders
2021-09-01pledge() timeoutJob Snijders
2021-09-01Remove sysexits.h reference and improve usage string.Job Snijders
2021-09-01A couple commands don't need sys/param.h, but they do need sys/signal.hTheo de Raadt
2021-09-01Import timeout(1) from NetBSDJob Snijders
2021-09-01As a first step towards safe signal handling, improve the h_int()Ingo Schwarze
2021-09-01Remove from0 support. openrsync will not implement all bad ideas thatClaudio Jeker
2021-08-31Spacing. OK tb@Claudio Jeker
2021-08-30Document new include*/exclude* options in the man pageJob Snijders
2021-08-30Add include/exclude to usage()Job Snijders
2021-08-30Clean up end of do_body in openssl(1) caKinichiro Inoguchi
2021-08-30Remove NULL check before free in openssl(1) caKinichiro Inoguchi
2021-08-29After years of forewarning, disable the RSA/SHA-1 signature algorithmDamien Miller
2021-08-29wrap at 80 columnsDamien Miller
2021-08-29Lee "Scratch" Perry died :(Stuart Henderson
2021-08-29Do not call X509_alias_get0(3) with NULL as the second argument.Ingo Schwarze
2021-08-29This needs extern.h for the rmatch prototypeClaudio Jeker
2021-08-29notify the user about a successful password change; ok millert@Robert Nagy
2021-08-29Implement --exclude/exclude-file and --include/include-file.Claudio Jeker
2021-08-29Start naccept .desc with a capitalTheo Buehler
2021-08-29Implement -naccept in the s_server.Theo Buehler
2021-08-28Add RCS markerTheo Buehler
2021-08-28use stderr for printing error and informational messagesRobert Nagy
2021-08-28Check X509_get_notAfter return value in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err pathKinichiro Inoguchi
2021-08-28Unwrap lines in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Avoid leak with X509_REVOKED variable in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Checking the return value in openssl(1) ca.cKinichiro Inoguchi
2021-08-27Replace %% in command lists (by copying them) for template arguments ,Nicholas Marriott
2021-08-27Allow control mode clients to set a hard limit on the window width andNicholas Marriott
2021-08-25Improve some logging.Nicholas Marriott
2021-08-25Ignore client creating session when working out size if it is a controlNicholas Marriott
2021-08-25bind-key needs to allow commands for any argument for the moment.Nicholas Marriott
2021-08-25Validate command argument types (string or command list) and give moreNicholas Marriott