summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-09-29group and sort single letter options; ok deraadtJason McIntyre
2019-09-28Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norAntoine Jacoutot
2019-09-28ensure dependency_libs and libdir are defined after parsing .la file.Sebastien Marie
2019-09-27fix the DH-GEX text in -a;Jason McIntyre
2019-09-25Style and line length nits.Nicholas Marriott
2019-09-24Some minor performance improvements - most notably, don't search theNicholas Marriott
2019-09-24Couple of bits of minor cleanup.Nicholas Marriott
2019-09-24Mouse formats don't work in copy mode so don't try to use them.Nicholas Marriott
2019-09-24identity_file[] should be PATH_MAX, not the arbitrary number 1024Theo de Raadt
2019-09-24Make select-pane -P set window-active-style also to match previousNicholas Marriott
2019-09-23Use the correct size for new windows when window-size is latest,Nicholas Marriott
2019-09-22Apply a patch from upstream to avoid triggering assert() in sf_pop()miko
2019-09-21tweak previous;Jason McIntyre
2019-09-21Fix missing word in -F and -Q descriptions.Alexandre Ratchov
2019-09-21Lower the default audio block size from 20ms to 10ms.Alexandre Ratchov
2019-09-21Allow switching between devices without disconnecting clients.Alexandre Ratchov
2019-09-20new sentence, new line;Jason McIntyre
2019-09-19Add a "latest" window-size option which tries to size windows based onNicholas Marriott
2019-09-19Do not use bright when emulating 256 colours on an 8 colour terminalNicholas Marriott
2019-09-19Don't attempt to join/expand nonexistent channels.Alexandre Ratchov
2019-09-19Move device slot convertions setup in its own routine.Alexandre Ratchov
2019-09-19Move device buffer allocation to its own routines.Alexandre Ratchov
2019-09-18Up and Down are already used, use < and > instead.Nicholas Marriott
2019-09-18Do not set uninitialized signal mask when creating an empty pane.Nicholas Marriott
2019-09-18Add support for some HP LaserJet systems. These systems don't return theMartijn van Duren
2019-09-18Add support for SNMPv3/USM privacy.Martijn van Duren
2019-09-18Add support for SNMPv3/USM authentication.Martijn van Duren
2019-09-18Initial SNMPv3/USM support.Martijn van Duren
2019-09-18Move snmp packaging and unpackaging to their own function.Martijn van Duren
2019-09-16fix lex build to actually get assert under proper conditions.Marc Espie
2019-09-16Change menu key bindings to Up and Down and also close it on any mouseNicholas Marriott
2019-09-16Allow testing signature syntax and validity without verifying thatDamien Miller
2019-09-15Add push-default and pop-default in styles to change the default coloursNicholas Marriott
2019-09-15Fix line breaking in no-fill mode (.Bd -unfilled/<pre>),Ingo Schwarze
2019-09-14correct some unveil(2) violations due to "login.conf.db" access (the .db versionSebastien Marie
2019-09-13Improve validation of function names:Ingo Schwarze
2019-09-13clarify that IdentitiesOnly also applies to the default ~/.ssh/id_*Damien Miller
2019-09-13Plug mem leaks on error paths, based in part on github pr#120 fromDarren Tucker
2019-09-13whitespaceDamien Miller
2019-09-13allow %n to be expanded in ProxyCommand stringsDamien Miller
2019-09-13clarify that ConnectTimeout applies both to the TCP connection and toDamien Miller
2019-09-11Add window_marked_flag, GitHub issue 1887.Nicholas Marriott
2019-09-10Make client exit if pane where input is going is closed.Nicholas Marriott
2019-09-10Skip fcodes parent dir permission check if writing to stdout.Todd C. Miller
2019-09-10During libutil/ber.c r1.12 I made sure that every element that's requestedMartijn van Duren
2019-09-10Set up format tree for %if, GitHub issue 1896.Nicholas Marriott
2019-09-09Inform about system call memory write protection and stack mappingAlexander Bluhm
2019-09-09use PATH_MAX instead of 1024; ok teduTheo de Raadt
2019-09-09Clarify server options slightly.Nicholas Marriott
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.Nicholas Marriott