Age | Commit message (Expand) | Author |
2022-05-05 | kstat(1): implement wait with setitimer(2) instead of nanosleep(2) | Scott Soule Cheloha |
2022-05-05 | Fix line wrapping in wall(1). | Alexander Bluhm |
2022-05-05 | sshkey_unshield_private() contains a exact duplicate of the code in | Damien Miller |
2022-05-05 | channel_new no longer frees remote_name. So update the comment | Damien Miller |
2022-05-05 | mux.c: mark argument as const; from Martin Vahlensieck | Damien Miller |
2022-05-04 | make sure stdout is non-blocking; ok djm@ | Markus Friedl |
2022-05-03 | Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. The | Florian Obser |
2022-05-02 | remove an obsolete rsa1 format example from an example; | Jason McIntyre |
2022-05-01 | fix some integer overflows in sieve_large() that show up when trying | Damien Miller |
2022-05-01 | Split a new function roff_parse_comment() out of roff_expand() because this | Ingo Schwarze |
2022-04-30 | Provide a new function roff_req_or_macro() to parse and handle a request | Ingo Schwarze |
2022-04-30 | Add comments to some of the enum roff_tok values; | Ingo Schwarze |
2022-04-30 | Refactor the handler function roff_block_sub() for clarity and simplicity. | Ingo Schwarze |
2022-04-29 | Wait until the buffer is drained before closing the device | Alexandre Ratchov |
2022-04-29 | Add sio_flush(3) function to stop playback immediately | Alexandre Ratchov |
2022-04-29 | be stricter in which characters will be accepted in specifying a mask | Damien Miller |
2022-04-29 | mention that the helpers are used by ssh(1), ssh-agent(1) and | Damien Miller |
2022-04-29 | Don't leak SK device. Patch from Pedro Martelletto via github PR#316. | Darren Tucker |
2022-04-29 | fix memleak on session-bind path; from Pedro Martelletto, ok dtucker@ | Damien Miller |
2022-04-28 | The syntax of the roff(7) .mc request is quite special | Ingo Schwarze |
2022-04-28 | Fix comparison in openssl(1) pkcs12 | Kinichiro Inoguchi |
2022-04-28 | Compare pointer value with NULL in openssl(1) pkcs12 | Kinichiro Inoguchi |
2022-04-28 | Element next-line scopes may nest, so man_breakscope() may have to | Ingo Schwarze |
2022-04-28 | avoid printing hash algorithm twice; from lucas AT sexy.is | Damien Miller |
2022-04-27 | The .AT, .DT, and .UC macros are allowed inside next-line scope | Ingo Schwarze |
2022-04-27 | Fix three bugs regarding the interaction of \z and \h: | Ingo Schwarze |
2022-04-27 | Add authfd path to debug output. ok markus@ | Darren Tucker |
2022-04-26 | At the end of every tbl(7) cell, clear the \z state. | Ingo Schwarze |
2022-04-26 | If a node is tagged explicitly, skip implicit tagging for that node. | Ingo Schwarze |
2022-04-26 | Check sshauthopt_new() for NULL. bz#3425, from tessgauthier at | Darren Tucker |
2022-04-24 | When we open a new .while loop, let's not attempt to close out | Ingo Schwarze |
2022-04-24 | If a .shift request has a negative argument, do not use a negative array | Ingo Schwarze |
2022-04-23 | If the last data row of a tbl(7) contains nothing but a horizontal line, | Ingo Schwarze |
2022-04-22 | escape the word "An" in an Rs/Re block, since it can be | Jason McIntyre |
2022-04-22 | Check tkp->output != NULL before taking strlen for both command mappings | Theo Buehler |
2022-04-22 | vi: apply expandtab to the output of a ! command | Todd C. Miller |
2022-04-22 | handle 16 bit kstat_kv types | David Gwynne |
2022-04-21 | v_event_get: check qp->output for NULL before passing to e_memcmp(). | Todd C. Miller |
2022-04-20 | Remove unnecessary includes: openssl/hmac.h and openssl/evp.h. | Todd C. Miller |
2022-04-20 | Add missing includes of stdlib.h and stdint.h. | Todd C. Miller |
2022-04-20 | Avoid an unnecessary xstrdup in rm_env() when matching patterns. | Todd C. Miller |
2022-04-20 | Try to continue running local I/O for channels in state OPEN during | Damien Miller |
2022-04-20 | Import regenerated moduli | Darren Tucker |
2022-04-19 | enable kstat(4) and kstat(1). | David Gwynne |
2022-04-16 | list the correct version number when usage of the sftp protocol became default | T.J. Townsend |
2022-04-14 | Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. | Nicholas Marriott |
2022-04-13 | To prevent infinite recursion while expanding eqn(7) definitions, | Ingo Schwarze |
2022-04-13 | Do not die on an assertion if an input file contains no section | Ingo Schwarze |
2022-04-13 | Surprisingly, groff supports multiple copy mode escapes at the | Ingo Schwarze |
2022-04-12 | Do not convert the int value twice from little to host endian. | Claudio Jeker |