summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-11-03Prefill client rec buffer with silence. This is necessary becauseAlexandre Ratchov
2017-11-03Clear key properly if on space with nothing in it.Nicholas Marriott
2017-11-03Prefill rec buffer with silence. This is necessary because certainAlexandre Ratchov
2017-11-03Support mouse on preview in tree mode.Nicholas Marriott
2017-11-03Change mouse in modes so that one click moves the cursor and a doubleNicholas Marriott
2017-11-03Make dump_itype() dump enum members.Martin Pieuchot
2017-11-03Fix a format string warning in dump_type().Martin Pieuchot
2017-11-03Fix formatting in the case where a symbol table isn't present.Martin Pieuchot
2017-11-03reuse parse_multistate for parse_flag (yes/no arguments). SavesDamien Miller
2017-11-03allow certificate validity intervals that specify only a start orDamien Miller
2017-11-03allow "cd" and "lcd" commands with no explicit path argument.Damien Miller
2017-11-03When doing a config test with sshd -T, only require the attributesDarren Tucker
2017-11-03typos in ECDSA certificate names; bz#2787 reported by Mike GerowDamien Miller
2017-11-03Private keys in PEM format have been encrypted by AES-128 for a whileDamien Miller
2017-11-03avoid unused variable warnings for !WITH_OPENSSL;Damien Miller
2017-11-02Make the mode draw function use the parent screen directly rather thanNicholas Marriott
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't doNicholas Marriott
2017-11-02Format for group list of "other sessions" is a bit weird, just list allNicholas Marriott
2017-11-02Tweak previous slightly so that current session is chosen if it is inNicholas Marriott
2017-11-02Only show the first member of session groups in tree mode (-G flagNicholas Marriott
2017-11-02There is no point in reflowing panes which have not changed width.Nicholas Marriott
2017-11-02Kill bogus use of LC_TIMEJeremie Courreges-Anglas
2017-11-02openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itRicardo Mestre
2017-11-01Disable relocation until it is shown to be necessary. This codeMartin Pieuchot
2017-11-01shrink the generated PostScript by more than 50% by actually using PostScriptMarc Espie
2017-11-01update currency exchange rates;Jason McIntyre
2017-11-01fix broken stdout in ControlPersist mode, introduced by me in r1.467Damien Miller
2017-10-31Merge type forward declarations with real ones as soon as they are found.Martin Pieuchot
2017-10-29More HISTORY and AUTHORS, in part from Jonathan de Boyne PollardIngo Schwarze
2017-10-29Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze
2017-10-29After fstat(2) failure, trying lseek(2) is useless, so delete it.Ingo Schwarze
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-10-28Bring "netstat -m" output up to speed with the kernelMike Belopuhov
2017-10-28Document the use of a rbtree for resolving types inside a single CU.Martin Pieuchot
2017-10-28Define nitems() locally and stop including <sys/param.h>Martin Pieuchot
2017-10-28Correctly handle binaries without string table.Martin Pieuchot
2017-10-28Correct an integer overflow check to detect invalid CTF section.Martin Pieuchot
2017-10-28Print values as unsigned when dumping header.Martin Pieuchot
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-27Prevent out-of-bound with malformed type entry.Martin Pieuchot
2017-10-27Prevent out-of-bound leading to an invalid pointer dereference whenMartin Pieuchot
2017-10-27Use <elf.h> rather than <sys/exec_elf.h>.Martin Pieuchot
2017-10-27whitespace at EOLDamien Miller
2017-10-27whitespace at EOL (lots)Damien Miller
2017-10-27improve printing of rdomain on accept() a littleDamien Miller
2017-10-26more readable conversion of paper size from millimeters to PostScriptIngo Schwarze
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)Nicholas Marriott
2017-10-26mark up the rdomain keyword;Jason McIntyre
2017-10-25The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze
2017-10-25Properly close out the top-level Font object, the end-of-pageIngo Schwarze