summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-03-06return correct error in sshsk_ed25519_sig; ok djmMarkus Friedl
2020-03-06fix possible null-deref in check_key_not_revoked; ok djmMarkus Friedl
2020-03-06ssh_fetch_identitylist() returns the return value fromMarkus Friedl
2020-03-06sshkey_cert_check_authority requires reason to be set; ok djmMarkus Friedl
2020-03-06passphrase depends on kdfname, not ciphername (possible null-deref);Markus Friedl
2020-03-06consistently check packet_timeout_ms against 0; ok djmMarkus Friedl
2020-03-06initialize cname in case ai_canonname is NULL or too long; ok djmMarkus Friedl
2020-03-06fix uninitialized pointers for forward_cancel; ok djmMarkus Friedl
2020-03-06exit on parse failures in input_service_request; ok djmMarkus Friedl
2020-03-06fix null-deref on calloc failure; ok djmMarkus Friedl
2020-03-06exit if ssh_krl_revoke_key_sha256 fails; ok djmMarkus Friedl
2020-03-06pkcs11_register_provider: return < 0 on error; ok djmMarkus Friedl
2020-03-06sshsig: return correct error, fix null-deref; ok djmMarkus Friedl
2020-03-06vasnmprintf allocates str and returns -1; ok djmMarkus Friedl
2020-03-06sshpkt_fatal() does not return; ok djmMarkus Friedl
2020-03-06Update latest client for target session on switch-client.Nicholas Marriott
2020-03-06lndir(1) doesn't need write access to any files and/or folders so wpath promiseRicardo Mestre
2020-03-02Use current session for cwd of new sessions, not the new session whichNicholas Marriott
2020-03-01update currency exchange rates;Jason McIntyre
2020-02-28no-touch-required certificate option should be an extension, notDamien Miller
2020-02-28better error message when trying to use a FIDO key function andDamien Miller
2020-02-27The HTML standard does not allow self-closing syntax for non-void elements.Ingo Schwarze
2020-02-27Merge a missing fix from awk-12202012 and update the version and FIXES.Todd C. Miller
2020-02-27Fully support explicit tagging of .Sh and .Ss.Ingo Schwarze
2020-02-27Fix an off-by-one when -lestdc++ is passed before -lstdc++Jeremie Courreges-Anglas
2020-02-27Drop leading space from line count that was confusing ssh-keygen'sDarren Tucker
2020-02-27Introduce the concept of nodes that are semantically transparent:Ingo Schwarze
2020-02-26no need to go through RETERR when we return a constantFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26Always printing unknown types as TYPE%u and not sometimes as %uFlorian Obser
2020-02-26Rewrite dns_rdatatype_fromtext to use a binary search over a staticFlorian Obser
2020-02-26Numeric values are in the [0:1] range, not [0:127]Alexandre Ratchov
2020-02-26End the first example in a colonAlexandre Ratchov
2020-02-26Sync usage string and SYNOPSYS to what the code does.Alexandre Ratchov
2020-02-26Add sndioctl utility to control audio parameters exposed by sndiod.Alexandre Ratchov
2020-02-26Add API to control audio device parameters exposed by sndiod.Alexandre Ratchov
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2020-02-26Have sftp reject "-1" in the same way as ssh(1) and scp(1) do insteadDarren Tucker
2020-02-26Remove obsolete XXX comment. ok deraadt@Darren Tucker
2020-02-25use timingsafe_bcmp and get rid of now unused safe.cFlorian Obser
2020-02-25use freezero() rather that explicit_bzero() when free() is immediatelyTheo de Raadt
2020-02-25traditional nslookup would not fatal if the server name was undiscoverable.Theo de Raadt
2020-02-25malloc(a * b) -> reallocarray(NULL, a, b)Theo de Raadt
2020-02-25unused fileFlorian Obser
2020-02-25declare isc_appctx_t once where it is usedJonathan Gray
2020-02-25Do not generate dns_rdatatype_attributes and dns_rdatatype_totext.Florian Obser
2020-02-25reduce multiple newlinesJonathan Gray
2020-02-25remove some unused typedefsJonathan Gray
2020-02-25remove some unused definesJonathan Gray