summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2019-07-07fix one last edge case regarding PATH, allows simpler config.Ted Unangst
2019-07-07Fix manual openssl(1) pkcs12, req, verify and x509Kinichiro Inoguchi
2019-07-07Remove some set but never used variables. ok daraadt@Darren Tucker
2019-07-06Correctly adjust mouse position if the status line is at the top andNicholas Marriott
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structNicholas Marriott
2019-07-05Make mg display the correct file name in the minibuffer if you loadMark Lumsden
2019-07-05Fix manual openssl(1) ec, enc and pkcs7Kinichiro Inoguchi
2019-07-05lock(1): make "-n" and "-t timeout" mutually exclusive.cheloha
2019-07-05still compile uuencode.c, unbreaks buildTheo de Raadt
2019-07-05Fix manual openssl(1) dgstKinichiro Inoguchi
2019-07-05Do not use uninitialized buffer name.Nicholas Marriott
2019-07-05Fix spacing and comments, no code change.Alexandre Ratchov
2019-07-05revert header removal that snuck into previousDamien Miller
2019-07-05add a local implementation of BSD realpath() for sftp-server useDamien Miller
2019-07-04note that authentication is required, unless otherwise configured.Ted Unangst
2019-07-04fatal() if getgrnam() cannot find "tty"Theo de Raadt
2019-07-04stat() returns precisely -1 to indicate errorTheo de Raadt
2019-07-04Fix manual openssl(1) crlKinichiro Inoguchi
2019-07-04Fix manual openssl(1) caKinichiro Inoguchi
2019-07-04set ierrs and oerrs titles when changing fails/drops/errs, not ierrs twiceDavid Gwynne
2019-07-03selfinsert() can't be called directly from a startup file or byMark Lumsden
2019-07-03prevent mandoc from segfaulting if /tmp is not writableMarc Espie
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-07-01delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze
2019-07-01Check if user tries to go to current directory in dired-goto-file.Mark Lumsden
2019-07-01add dired-goto-fileMark Lumsden
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-07-01update currency exchange rates;Jason McIntyre
2019-06-30Do not double free window if pane fails to start.Nicholas Marriott