Age | Commit message (Expand) | Author |
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 |
2019-07-11 | on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoid | Theo de Raadt |
2019-07-10 | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze |
2019-07-10 | The command item changes so can't keep getting the target out of it, need to use | Nicholas Marriott |
2019-07-10 | Remove few level 3 debug printfs related to slot allocation. | Alexandre Ratchov |
2019-07-10 | Replace the "umap" bitmap by a simple table of slot pointers. | Alexandre Ratchov |
2019-07-10 | Swap "if" and "else" code blocks in slot_new() to improve readability. | Alexandre Ratchov |
2019-07-10 | Slot name can't be empty. So, no need to check if it is empty. | Alexandre Ratchov |
2019-07-10 | Use NULL instead of 0 where a pointer is expected. | Alexandre Ratchov |
2019-07-10 | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze |
2019-07-10 | Add -F to refresh-client to specify flags for control clients - one flag | Nicholas Marriott |
2019-07-10 | Add missing option openssl dsa -modulus | Kinichiro Inoguchi |
2019-07-10 | Fix a typo and make <esc><right> move right to the closest end of a word | Theo Buehler |
2019-07-09 | Add a -H flag to send-keys to send literal keys given as hex numbers | Nicholas Marriott |
2019-07-09 | Do not leak empty lines, GitHub issue 1824. | Nicholas Marriott |
2019-07-09 | Add j and k for navigation in menus, GitHub issue 1828. | Nicholas Marriott |
2019-07-09 | Fix manual openssl(1) genrsa | Kinichiro Inoguchi |
2019-07-09 | Convert openssl(1) genrsa to the newer style of option handling | Kinichiro Inoguchi |
2019-07-09 | cap the number of permiopen/permitlisten directives we're willing to | Damien Miller |
2019-07-08 | Clear search marks before resize, GitHub issue 1823. | Nicholas Marriott |
2019-07-08 | Fix manual openssl(1) dsa, ocsp, rsa and smime | Kinichiro Inoguchi |
2019-07-08 | Use the clear history function for the 3J sequence rather than doing it manua... | Nicholas Marriott |