Age | Commit message (Expand) | Author |
2019-07-20 | Correct misleading description of -S; | Ingo Schwarze |
2019-07-20 | Missed a free. | Mark Lumsden |
2019-07-20 | Move a bit of code to where it is called only if needed. | Mark Lumsden |
2019-07-19 | #define a handful of constant strings to reduce the diff to -portable; | Ingo Schwarze |
2019-07-19 | If no tags were generated at all, unlink(2) the empty tags file as | Ingo Schwarze |
2019-07-19 | lock(1): remove default timeout | cheloha |
2019-07-19 | Previously I left the ')' on the end of a list to indicate the end. | Mark Lumsden |
2019-07-19 | Make systat flushing output after a page display in rawmode (flags -b or -B) | solene |
2019-07-19 | Add a few vi(1) key aliases, from D Ben Knoble. | Nicholas Marriott |
2019-07-19 | More man page fixes from lacygoill at lacygoill dot me, GitHub issue | Nicholas Marriott |
2019-07-19 | Accept the verbose flag when searching for host keys in known hosts | Damien Miller |
2019-07-18 | The 'list' diff I committed this morning, was missing a couple of | Mark Lumsden |
2019-07-18 | Delete documentation of --max-count, which is merely an alias of | Ingo Schwarze |
2019-07-18 | fix off-by-one in sshbuf_dtob64() base64 wrapping that could cause | Damien Miller |
2019-07-18 | Make indentation consistent. This has been bugging me for a while now. | Mark Lumsden |
2019-07-18 | Add logging to interpreter.c | Mark Lumsden |
2019-07-18 | Add some more basic interpreter functionality to mg. Needs a lot more | Mark Lumsden |
2019-07-17 | Add BUFSIZE define. | Mark Lumsden |
2019-07-17 | Add two dobeep functions to make calls to the system bell require | Mark Lumsden |
2019-07-17 | Use the right client for if -b. | Nicholas Marriott |
2019-07-17 | Clear overlay on normal key press. | Nicholas Marriott |
2019-07-17 | when combining -o and -b, print the byte offset of the pattern, not line. | Ted Unangst |
2019-07-16 | Prevent integer overflow in kernel and userland when checking mbuf | Alexander Bluhm |
2019-07-16 | Fix check for wrapping when redrawing entire lines, GitHub issue 1836. | Nicholas Marriott |
2019-07-16 | remove mostly vestigal uuencode.[ch]; moving the only unique | Damien Miller |
2019-07-16 | Fix long line by wrapping with 80 chars | Kinichiro Inoguchi |
2019-07-16 | Move option handlers up to option definition struct in gendsa.c | Kinichiro Inoguchi |
2019-07-16 | Fix typo and -keyform argument in openssl(1) manual | Kinichiro Inoguchi |
2019-07-16 | Fix grid clear code to correctly clear with the default background | Nicholas Marriott |
2019-07-15 | don't print the final heads-up about message | Ingo Schwarze |
2019-07-15 | explicitly reference the textproc/vgrind port; | Ingo Schwarze |
2019-07-15 | Simplify code to work out if an extra line is needed in the cell. | Nicholas Marriott |
2019-07-15 | Make layout_fix_offsets take a window like layout_fix_panes. | Nicholas Marriott |
2019-07-15 | support PKCS8 as an optional format for storage of private keys, | Damien Miller |
2019-07-15 | two more bounds-checking sshbuf counterparts to common string | Damien Miller |
2019-07-14 | add some functions to perform random-access read/write operations | Damien Miller |
2019-07-14 | If messages are shown and output is printed without a pager, display | Ingo Schwarze |
2019-07-14 | Mark the initialized struct options arrays as both static and const. | Philip Guenther |
2019-07-12 | Count the number of TCP SACK options that were dropped due to the | Alexander Bluhm |
2019-07-12 | Delete a sentence about the prompt that has nothing to do with su(1). | Ingo Schwarze |
2019-07-12 | Fix manual openssl(1) s_server | Kinichiro Inoguchi |
2019-07-12 | Add affinity between the program and its mixer control. | Alexandre Ratchov |
2019-07-12 | include SHA2-variant RSA key algorithms in KEX proposal; allows | Damien Miller |
2019-07-12 | print explicit "not modified" message if a file was requested for | Damien Miller |
2019-07-11 | Allow functions that have 1 or more parameters receive and process | Mark Lumsden |
2019-07-11 | Remove duplicate pledge(2) and comment from another era. While here also place | Ricardo Mestre |
2019-07-11 | When parsing a tab character that is not preceded by a space character | Ingo Schwarze |
2019-07-11 | Fix manual openssl(1) s_client | Kinichiro Inoguchi |
2019-07-11 | tedu: when you commit a change with global impact, please do a full | Theo de Raadt |
2019-07-11 | I visited telnet to find and fix some monster bug, and within 20 minutes | Theo de Raadt |