Age | Commit message (Expand) | Author |
2016-11-06 | tweak previous; | Jason McIntyre |
2016-11-06 | rename tlslegacy to tlsall, and better describe what it does. | Bob Beck |
2016-11-06 | Bump ftp(1)'s cipher default from "all" to "legacy" - this really should | Joel Sing |
2016-11-06 | Validate address ranges for AllowUser/DenyUsers at configuration load | Damien Miller |
2016-11-05 | Remove syscall.ph from vi.recover | Andrew Fresh |
2016-11-05 | zap trailing whitespace, and add -o to usage() and help (-h); | Jason McIntyre |
2016-11-05 | Add support for server side OCSP stapling to libtls. | Bob Beck |
2016-11-04 | Do not try to set the CHANGED flag on windows with no active pane, fixes | Nicholas Marriott |
2016-11-04 | enum values need to fit in 32 bits; we only use enum for numbering and | Nicholas Marriott |
2016-11-04 | new sentence, new line, and zap trailing whitespace; | Jason McIntyre |
2016-11-04 | Add ocsp_require_stapling config option for tls - allows a connection | Bob Beck |
2016-11-03 | Don't use ce_time if we are running as a server, it won't be present. | Joris Vink |
2016-11-03 | make OCSP_URL only show up when an OCSP url is actually present in the cert | Bob Beck |
2016-11-03 | Make OCSP Stapling: only appear if there is stapling info present. | Bob Beck |
2016-11-03 | Also ignore --no-undefined (we already ignore -no-undefined) which is | Antoine Jacoutot |
2016-11-02 | Add OCSP client side support to libtls. | Bob Beck |
2016-11-02 | Make an empty state on error rather than leaving something partially | Nicholas Marriott |
2016-11-01 | Clear window alert flags after setting winlink alert flags, fixes problem | Nicholas Marriott |
2016-11-01 | update currency exchange rates; | Jason McIntyre |
2016-10-31 | Delete setlocale(LC_TIME, ""). | Ingo Schwarze |
2016-10-28 | Document that "nl -d" uses LC_CTYPE. | Ingo Schwarze |
2016-10-28 | Document that rev(1) uses LC_CTYPE. | Ingo Schwarze |
2016-10-28 | Delete some useless setlocale(3) calls in /usr/bin, no functional change. | Ingo Schwarze |
2016-10-28 | there's a new mbuf cluster pool. | David Gwynne |
2016-10-28 | Improve pkcs11_add_provider() logging: demote some excessively | Damien Miller |
2016-10-27 | obvious case of s/LC_ALL/LC_CTYPE/, noticed by Jan Stary | Ingo Schwarze |
2016-10-27 | minor whitespace fixes. | Joris Vink |
2016-10-27 | Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2016-10-26 | Buffer name can be NULL, check before strdup(). | Nicholas Marriott |
2016-10-26 | Polishing together with jmc@: | Ingo Schwarze |
2016-10-26 | make it clear that the s/// numeric flag can contain | Ingo Schwarze |
2016-10-25 | Do not handle activity or silence alerts in the current window, reported | Nicholas Marriott |
2016-10-25 | Fix logic in add_local_forward() that inverted a test when code was | Jonathan Gray |
2016-10-24 | remove double semicolon | Jasper Lievisse Adriaanse |
2016-10-24 | As suggested by martijn@, delete absurd EXAMPLES section and two | Ingo Schwarze |
2016-10-24 | Unify wording for LC_CTYPE in ENVIRONMENT: | Ingo Schwarze |
2016-10-24 | Document the LC_* variables in more detail | Ingo Schwarze |
2016-10-24 | Remove dead breaks, found via opencoverage.net. ok deraadt@ | Darren Tucker |
2016-10-23 | Factor out "can bind to low ports" check into its own function. This will make | Darren Tucker |
2016-10-23 | zap trailing whitespace; | Jason McIntyre |
2016-10-23 | add !!= | Marc Espie |
2016-10-22 | cast off_t and uint64_t for printf(3) | Ingo Schwarze |
2016-10-21 | small obvious cleanups: | Marc Espie |
2016-10-21 | Add %%% to substitute with quotes escaped (convert " to \"). Use this | Nicholas Marriott |
2016-10-21 | Add missing information about the handling of input, output, and | Ingo Schwarze |
2016-10-20 | 0x%llu is a bad idea, make that 0x%llx; | Ingo Schwarze |
2016-10-20 | st_size is off_t, which is signed, so use %lld rather than %llu; | Ingo Schwarze |
2016-10-20 | Move initialization of the helper process in its own routine to make | Alexandre Ratchov |
2016-10-20 | remove unused variables | Alexandre Ratchov |
2016-10-19 | When tearing down ControlMaster connecctions, don't pollute stderr when | Darren Tucker |