summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-07-17when combining -o and -b, print the byte offset of the pattern, not line.Ted Unangst
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-07-16remove mostly vestigal uuencode.[ch]; moving the only uniqueDamien Miller
2019-07-16Fix long line by wrapping with 80 charsKinichiro Inoguchi
2019-07-16Move option handlers up to option definition struct in gendsa.cKinichiro Inoguchi
2019-07-16Fix typo and -keyform argument in openssl(1) manualKinichiro Inoguchi
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-15don't print the final heads-up about messageIngo Schwarze
2019-07-15explicitly reference the textproc/vgrind port;Ingo Schwarze
2019-07-15Simplify code to work out if an extra line is needed in the cell.Nicholas Marriott
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-07-15support PKCS8 as an optional format for storage of private keys,Damien Miller
2019-07-15two more bounds-checking sshbuf counterparts to common stringDamien Miller
2019-07-14add some functions to perform random-access read/write operationsDamien Miller
2019-07-14If messages are shown and output is printed without a pager, displayIngo Schwarze
2019-07-14Mark the initialized struct options arrays as both static and const.Philip Guenther
2019-07-12Count the number of TCP SACK options that were dropped due to theAlexander Bluhm
2019-07-12Delete a sentence about the prompt that has nothing to do with su(1).Ingo Schwarze
2019-07-12Fix manual openssl(1) s_serverKinichiro Inoguchi
2019-07-12Add affinity between the program and its mixer control.Alexandre Ratchov
2019-07-12include SHA2-variant RSA key algorithms in KEX proposal; allowsDamien Miller
2019-07-12print explicit "not modified" message if a file was requested forDamien Miller
2019-07-11Allow functions that have 1 or more parameters receive and processMark Lumsden
2019-07-11Remove duplicate pledge(2) and comment from another era. While here also placeRicardo Mestre
2019-07-11When parsing a tab character that is not preceded by a space characterIngo Schwarze
2019-07-11Fix manual openssl(1) s_clientKinichiro Inoguchi
2019-07-11tedu: when you commit a change with global impact, please do a fullTheo de Raadt
2019-07-11I visited telnet to find and fix some monster bug, and within 20 minutesTheo de Raadt
2019-07-11on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoidTheo de Raadt
2019-07-10Some time ago, i simplified mandoc_msg() such that it can be usedIngo Schwarze
2019-07-10The command item changes so can't keep getting the target out of it, need to useNicholas Marriott
2019-07-10Remove few level 3 debug printfs related to slot allocation.Alexandre Ratchov
2019-07-10Replace the "umap" bitmap by a simple table of slot pointers.Alexandre Ratchov
2019-07-10Swap "if" and "else" code blocks in slot_new() to improve readability.Alexandre Ratchov
2019-07-10Slot name can't be empty. So, no need to check if it is empty.Alexandre Ratchov
2019-07-10Use NULL instead of 0 where a pointer is expected.Alexandre Ratchov
2019-07-10in man.cgi(8), disable -O toc by default; requested by deraadt@Ingo Schwarze
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-10Add missing option openssl dsa -modulusKinichiro Inoguchi
2019-07-10Fix a typo and make <esc><right> move right to the closest end of a wordTheo Buehler
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-07-09Do not leak empty lines, GitHub issue 1824.Nicholas Marriott
2019-07-09Add j and k for navigation in menus, GitHub issue 1828.Nicholas Marriott
2019-07-09Fix manual openssl(1) genrsaKinichiro Inoguchi
2019-07-09Convert openssl(1) genrsa to the newer style of option handlingKinichiro Inoguchi
2019-07-09cap the number of permiopen/permitlisten directives we're willing toDamien Miller
2019-07-08Clear search marks before resize, GitHub issue 1823.Nicholas Marriott
2019-07-08Fix manual openssl(1) dsa, ocsp, rsa and smimeKinichiro Inoguchi
2019-07-08Use the clear history function for the 3J sequence rather than doing it manua...Nicholas Marriott