summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2016-11-04new sentence, new line, and zap trailing whitespace;Jason McIntyre
2016-11-04Add ocsp_require_stapling config option for tls - allows a connectionBob Beck
2016-11-03Don't use ce_time if we are running as a server, it won't be present.Joris Vink
2016-11-03make OCSP_URL only show up when an OCSP url is actually present in the certBob Beck
2016-11-03Make OCSP Stapling: only appear if there is stapling info present.Bob Beck
2016-11-03Also ignore --no-undefined (we already ignore -no-undefined) which isAntoine Jacoutot
2016-11-02Add OCSP client side support to libtls.Bob Beck
2016-11-02Make an empty state on error rather than leaving something partiallyNicholas Marriott
2016-11-01Clear window alert flags after setting winlink alert flags, fixes problemNicholas Marriott
2016-11-01update currency exchange rates;Jason McIntyre
2016-10-31Delete setlocale(LC_TIME, "").Ingo Schwarze
2016-10-28Document that "nl -d" uses LC_CTYPE.Ingo Schwarze
2016-10-28Document that rev(1) uses LC_CTYPE.Ingo Schwarze