summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-01-29head(1): refactor main loopScott Soule Cheloha
2022-01-29rev(1): refactor main loopScott Soule Cheloha
2022-01-29touch(1): don't leak file descriptor if futimens(2) failsScott Soule Cheloha
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-27Update awk to Dec 8, 2021 version.Todd C. Miller
2022-01-22add a ssh_packet_process_read() function that reads from a fdDamien Miller
2022-01-22Use sshbuf_read() to read directly into the channel input bufferDamien Miller
2022-01-22Add a sshbuf_read() that attempts to read(2) directly in to aDamien Miller
2022-01-21add a helper for writing an error message to the stderr_buf and settingDamien Miller
2022-01-21correct comment and use local variable instead of long indirection;Damien Miller
2022-01-21When poll(2) returns -1, for some error conditions pfd[].revents isTheo de Raadt
2022-01-20mg: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-17when decompressing zlib compressed packets, use Z_SYNC_FLUSH insteadDamien Miller
2022-01-17make most of the sftp errors more idiomatic, following the general formDamien Miller
2022-01-17when transferring multiple files in SFTP mode, create the destinationDamien Miller
2022-01-17dig: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-17Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issueNicholas Marriott
2022-01-16Avoid memory leak in error path with openssl(1) smimeKinichiro Inoguchi
2022-01-16Avoid memory leak in error path with openssl(1) cmsKinichiro Inoguchi
2022-01-14Enable openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2022-01-14openssl(1) dgst: fix build after clones removalTheo Buehler
2022-01-14Convert openssl(1) speed for opaque EVP_AEAD_CTXTheo Buehler
2022-01-14Convert openssl(1) rsa.c for opaque RSATheo Buehler
2022-01-14openssl(1) genrsa: simplify access to rsa->eTheo Buehler
2022-01-14Convert openssl(1) gendsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dsaparam to opaque dsaTheo Buehler
2022-01-14Convert openssl(1) dsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dhparam to opaque DHTheo Buehler
2022-01-14Convert openssl(1) dh.c to opaque DHTheo Buehler
2022-01-14allow pin-required FIDO keys to be added to ssh-agent(1).Damien Miller
2022-01-14ssh-sk: free a resident key's user idDamien Miller
2022-01-14sshsk_load_resident: don't preallocate respDamien Miller
2022-01-14sshsk_sign: trim call to sshkey_fingerprint()Damien Miller
2022-01-14use status error message to communicate ~user expansion failures;Damien Miller
2022-01-13Tedu support for the -xsh4.2 argument to the mdoc(7) .St macroIngo Schwarze
2022-01-13Calling MB_CUR_MAX is much more expensive than incrementing a pointerIngo Schwarze
2022-01-13Only sort the result array if it contains more than one element,Ingo Schwarze
2022-01-12zap some stray whitespaceTheo Buehler
2022-01-12seperators -> separatorsTheo Buehler
2022-01-12zap spaces before tabsTheo Buehler
2022-01-12Make lputs use psl instead of expecting it to be null-terminated.Martijn van Duren
2022-01-12More accurately represent cells containing horizontal lines in -T treeIngo Schwarze
2022-01-12According to the tbl(7) manual, if a data cell contains only theIngo Schwarze
2022-01-12Don't log NULL hostname in restricted agent code, printf("%s", NULL) isDarren Tucker
2022-01-11Wrap long linesKinichiro Inoguchi
2022-01-11Check function return valueKinichiro Inoguchi
2022-01-11Suppress warningKinichiro Inoguchi
2022-01-11Compare pointer variable with NULLKinichiro Inoguchi
2022-01-11Remove space between '*' and pointer variable.Kinichiro Inoguchi
2022-01-11Convert openssl(1) smime option handlingKinichiro Inoguchi