Age | Commit message (Expand) | Author |
2020-03-06 | Update latest client for target session on switch-client. | Nicholas Marriott |
2020-03-06 | lndir(1) doesn't need write access to any files and/or folders so wpath promise | Ricardo Mestre |
2020-03-02 | Use current session for cwd of new sessions, not the new session which | Nicholas Marriott |
2020-03-01 | update currency exchange rates; | Jason McIntyre |
2020-02-28 | no-touch-required certificate option should be an extension, not | Damien Miller |
2020-02-28 | better error message when trying to use a FIDO key function and | Damien Miller |
2020-02-27 | The HTML standard does not allow self-closing syntax for non-void elements. | Ingo Schwarze |
2020-02-27 | Merge a missing fix from awk-12202012 and update the version and FIXES. | Todd C. Miller |
2020-02-27 | Fully support explicit tagging of .Sh and .Ss. | Ingo Schwarze |
2020-02-27 | Fix an off-by-one when -lestdc++ is passed before -lstdc++ | Jeremie Courreges-Anglas |
2020-02-27 | Drop leading space from line count that was confusing ssh-keygen's | Darren Tucker |
2020-02-27 | Introduce the concept of nodes that are semantically transparent: | Ingo Schwarze |
2020-02-26 | no need to go through RETERR when we return a constant | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | Always printing unknown types as TYPE%u and not sometimes as %u | Florian Obser |
2020-02-26 | Rewrite dns_rdatatype_fromtext to use a binary search over a static | Florian Obser |
2020-02-26 | Numeric values are in the [0:1] range, not [0:127] | Alexandre Ratchov |
2020-02-26 | End the first example in a colon | Alexandre Ratchov |
2020-02-26 | Sync usage string and SYNOPSYS to what the code does. | Alexandre Ratchov |
2020-02-26 | Add sndioctl utility to control audio parameters exposed by sndiod. | Alexandre Ratchov |
2020-02-26 | Add API to control audio device parameters exposed by sndiod. | Alexandre Ratchov |
2020-02-26 | change explicit_bzero();free() to freezero() | Jonathan Gray |
2020-02-26 | Have sftp reject "-1" in the same way as ssh(1) and scp(1) do instead | Darren Tucker |
2020-02-26 | Remove obsolete XXX comment. ok deraadt@ | Darren Tucker |
2020-02-25 | use timingsafe_bcmp and get rid of now unused safe.c | Florian Obser |
2020-02-25 | use freezero() rather that explicit_bzero() when free() is immediately | Theo de Raadt |
2020-02-25 | traditional nslookup would not fatal if the server name was undiscoverable. | Theo de Raadt |
2020-02-25 | malloc(a * b) -> reallocarray(NULL, a, b) | Theo de Raadt |
2020-02-25 | unused file | Florian Obser |
2020-02-25 | declare isc_appctx_t once where it is used | Jonathan Gray |
2020-02-25 | Do not generate dns_rdatatype_attributes and dns_rdatatype_totext. | Florian Obser |
2020-02-25 | reduce multiple newlines | Jonathan Gray |
2020-02-25 | remove some unused typedefs | Jonathan Gray |
2020-02-25 | remove some unused defines | Jonathan Gray |
2020-02-24 | Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual. | Ingo Schwarze |
2020-02-24 | Stop generating rdatastruct.h and put the dns_rdata_* structs for | Florian Obser |
2020-02-24 | Delete a few more fromstruct_*, tostruct_* and freestruct_* functions | Florian Obser |
2020-02-24 | We only need to create cname, ns, soa and tsig structs. | Florian Obser |
2020-02-24 | We only need to fill a wire format buffer from soa and tsig structs. | Florian Obser |
2020-02-24 | We only need to free cname, ns, soa and tsig structs. | Florian Obser |
2020-02-24 | We are never required to "render glue first" since we just print what | Florian Obser |
2020-02-24 | dead store, pointed out by scan build | Florian Obser |
2020-02-24 | totext_filter_proc is always null, remove. | Florian Obser |
2020-02-24 | remove some unused code | Jonathan Gray |
2020-02-24 | remove some uneeded includes | Jonathan Gray |
2020-02-24 | We only need to check the owner for nsec3 records, remove all the | Florian Obser |
2020-02-24 | We are always preserving the order of records. | Florian Obser |
2020-02-24 | Stop generating DNS class and type enums. | Florian Obser |
2020-02-24 | Change mouse selection so that after selecting a word, dragging selects | Nicholas Marriott |