summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2020-02-24Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual.Ingo Schwarze
2020-02-24Stop generating rdatastruct.h and put the dns_rdata_* structs forFlorian Obser
2020-02-24Delete a few more fromstruct_*, tostruct_* and freestruct_* functionsFlorian Obser
2020-02-24We only need to create cname, ns, soa and tsig structs.Florian Obser
2020-02-24We only need to fill a wire format buffer from soa and tsig structs.Florian Obser
2020-02-24We only need to free cname, ns, soa and tsig structs.Florian Obser
2020-02-24We are never required to "render glue first" since we just print whatFlorian Obser
2020-02-24dead store, pointed out by scan buildFlorian Obser
2020-02-24totext_filter_proc is always null, remove.Florian Obser
2020-02-24remove some unused codeJonathan Gray
2020-02-24remove some uneeded includesJonathan Gray
2020-02-24We only need to check the owner for nsec3 records, remove all theFlorian Obser
2020-02-24We are always preserving the order of records.Florian Obser
2020-02-24Stop generating DNS class and type enums.Florian Obser
2020-02-24Change mouse selection so that after selecting a word, dragging selectsNicholas Marriott