summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2016-10-28Delete some useless setlocale(3) calls in /usr/bin, no functional change.Ingo Schwarze
2016-10-28there's a new mbuf cluster pool.David Gwynne
2016-10-28Improve pkcs11_add_provider() logging: demote some excessivelyDamien Miller
2016-10-27obvious case of s/LC_ALL/LC_CTYPE/, noticed by Jan StaryIngo Schwarze
2016-10-27minor whitespace fixes.Joris Vink
2016-10-27Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov
2016-10-26Buffer name can be NULL, check before strdup().Nicholas Marriott
2016-10-26Polishing together with jmc@:Ingo Schwarze
2016-10-26make it clear that the s/// numeric flag can containIngo Schwarze
2016-10-25Do not handle activity or silence alerts in the current window, reportedNicholas Marriott
2016-10-25Fix logic in add_local_forward() that inverted a test when code wasJonathan Gray
2016-10-24remove double semicolonJasper Lievisse Adriaanse