summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-11-29Factor out code to disconnect from controlling terminal into its ownDarren Tucker
2016-11-28When comparing ocy to orlower in tty_cmd_cell, there is no need to addNicholas Marriott
2016-11-27uppercase for "the Reformation";Jason McIntyre
2016-11-25use sshbuf_allocate() to pre-allocate the buffer used for loadingDamien Miller
2016-11-25split allocation out of sshbuf_reserve() into a separateDamien Miller
2016-11-25remove an apostrophe on the advice of the oed:Jason McIntyre
2016-11-24The mouse valid flag needs to be correct before we fire the draggingNicholas Marriott
2016-11-24If in the middle of a drag, don't use an invalid key, just useNicholas Marriott
2016-11-24Fix so that we work out the right pane from mouse events - we were doingNicholas Marriott
2016-11-24Make the selection able to exist independent of the cursor position, soNicholas Marriott
2016-11-23allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djmMarkus Friedl
2016-11-23For mouse keys, use the mouse pane as the default current pane.Nicholas Marriott
2016-11-23Error on invalid modifier keys.Nicholas Marriott
2016-11-19hyrogen bomb related fixes, prompted by Carson Chittom; dates moved toOtto Moerbeek
2016-11-18Fix two documentation bugs:Ingo Schwarze
2016-11-18Delete useless call to setlocale(3).Ingo Schwarze
2016-11-17Key running commands for #() by the unexpanded command, and run themNicholas Marriott
2016-11-16Fix calculation of whether we need a region for drawing a cell (only ifNicholas Marriott
2016-11-16Don't error if renaming a session to its current name, from shik dotNicholas Marriott
2016-11-16Do not stop dragging when the wheel is pressed, from Artem Fokin.Nicholas Marriott
2016-11-16Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin.Nicholas Marriott
2016-11-16The target validity check used window_pane_visible but that may be falseNicholas Marriott
2016-11-15Turn on margins, with a couple of fixes (only limit to the pane for lineNicholas Marriott
2016-11-15And of course I just find a bug, disable previous for now.Nicholas Marriott
2016-11-15Initial attempt to make use of left and right margins if the terminalNicholas Marriott
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.Nicholas Marriott
2016-11-14rotate-window needs to unzoom, problem reported by Sean Haugh.Nicholas Marriott
2016-11-12Apply the right fix for run -b, used the wrong diff before.Nicholas Marriott
2016-11-12Do not execute commands for a client until it has identified, fixesNicholas Marriott
2016-11-11Print the route cached at the inp with netstat -P. While there,Alexander Bluhm
2016-11-11Do not crash with run-shell -b and no window pane available, reported byNicholas Marriott
2016-11-10missing semicolon at end of rule. yacc doesn't seem to mind, though.Ted Unangst
2016-11-10warn about trailing whitespace at the end of comments;Ingo Schwarze
2016-11-08unbreak DenyUsers; reported by henning@Damien Miller
2016-11-08document improved tagging functionalityIngo Schwarze
2016-11-08use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze
2016-11-08tag leading .Dv, .Li, and .No in .It;Ingo Schwarze
2016-11-08implement tag priority 0, which will tag only keys that appear asIngo Schwarze
2016-11-08generate two tag entries from list entries of the formIngo Schwarze
2016-11-08skip leading \& and \e in tagsIngo Schwarze
2016-11-08support more than one tag entry for the same search term;Ingo Schwarze
2016-11-06tweak previous;Jason McIntyre
2016-11-06rename tlslegacy to tlsall, and better describe what it does.Bob Beck
2016-11-06Bump ftp(1)'s cipher default from "all" to "legacy" - this really shouldJoel Sing
2016-11-06Validate address ranges for AllowUser/DenyUsers at configuration loadDamien Miller
2016-11-05Remove syscall.ph from vi.recoverAndrew Fresh
2016-11-05zap trailing whitespace, and add -o to usage() and help (-h);Jason McIntyre
2016-11-05Add support for server side OCSP stapling to libtls.Bob Beck
2016-11-04Do not try to set the CHANGED flag on windows with no active pane, fixesNicholas Marriott
2016-11-04enum values need to fit in 32 bits; we only use enum for numbering andNicholas Marriott