summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2016-10-24As suggested by martijn@, delete absurd EXAMPLES section and twoIngo Schwarze
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2016-10-24Document the LC_* variables in more detailIngo Schwarze
2016-10-24Remove dead breaks, found via opencoverage.net. ok deraadt@Darren Tucker
2016-10-23Factor out "can bind to low ports" check into its own function. This will makeDarren Tucker
2016-10-23zap trailing whitespace;Jason McIntyre
2016-10-23add !!=Marc Espie
2016-10-22cast off_t and uint64_t for printf(3)Ingo Schwarze
2016-10-21small obvious cleanups:Marc Espie
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisNicholas Marriott
2016-10-21Add missing information about the handling of input, output, andIngo Schwarze
2016-10-200x%llu is a bad idea, make that 0x%llx;Ingo Schwarze
2016-10-20st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze
2016-10-20Move initialization of the helper process in its own routine to makeAlexandre Ratchov
2016-10-20remove unused variablesAlexandre Ratchov
2016-10-19When tearing down ControlMaster connecctions, don't pollute stderr whenDarren Tucker