Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-04 | Improve client certificate selection for TLSv1.3 | Theo Buehler | |
This allows clients to use EC certificates. ok inoguchi, jsing | |||
2020-06-04 | mention that TLS_method(3) also supports TLSv1.3; | Ingo Schwarze | |
tb@ OKed this part of a larger diff from inoguchi@ | |||
2020-06-04 | sync | Theo de Raadt | |
2020-06-04 | A } can go on the same line as a command. | Nicholas Marriott | |
2020-06-04 | Collapse the x509v3 directory into x509. | Joel Sing | |
This avoids the need to grep across directories to find functions and prepares for further rototilling and chainsawing. Discussed with tb@ (who also tested the release build) | |||
2020-06-04 | Enable bwfm(4). | Patrick Wildt | |
2020-06-04 | Shorten some long lines. | Nicholas Marriott | |
2020-06-04 | Correct respawn-* - they don't always use the creation command. | Nicholas Marriott | |
2020-06-04 | new manual page PKCS7_add_attribute(3); | Ingo Schwarze | |
tweaks and OK tb@ | |||
2020-06-04 | Make the -no-clear command variants not clear the search marks either. | Nicholas Marriott | |
2020-06-04 | Allow strings to span multiple lines - newlines and any leading | Nicholas Marriott | |
whitespace are removed, as well as any following comments that couldn't be part of a format. This allows long formats or other strings to be annotated and indented. | |||
2020-06-04 | Instead of using a custom parse function to process {}, treat it as a | Nicholas Marriott | |
set of statements and parse with yacc, then convert back to a string as the last step. This means the rules are consistent inside and outside {}, %if and friends work at the right time, and the final result isn't littered with unnecessary newlines. | |||
2020-06-04 | Fix pfr_kentry_byaddr() to be used for a rule in an anchor. It | YASUOKA Masahiko | |
couldn't find an entry if its table is attached a table on the root. This fixes the problem "route-to <TABLE> least-states" doesn't work. The problem is found by IIJ. OK sashan | |||
2020-06-04 | Sync new perldelta | Andrew Fresh | |
2020-06-04 | Sync to perl 5.30.3 | Andrew Fresh | |
All functional changes were committed already, this updates the version number, Module::Corelist, and documentation. | |||
2020-06-03 | sync | Theo de Raadt | |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2020-06-03 | Simplify logic in add_route(), eliminating pointless code duplication and | Kenneth R Westerback | |
improving clarity. No intentional functional change. | |||
2020-06-03 | Pass sockaddr instead of sockaddr_storage to sa_address. | tobhe | |
ok patrick@ | |||
2020-06-03 | Make paste -p the default for ], GitHub issue 2248. | Nicholas Marriott | |
2020-06-03 | Properly document PKCS7_final(3), which was already mentioned | Ingo Schwarze | |
in passing in some other manual pages. | |||
2020-06-03 | somehow, when I used more bool, I forgot to check with WARNINGS=Yes | Marc Espie | |
no reason for those types to have different return types, all compilers are slightly unhappy with incompatible function pointers (again, obvious commit, no difference in generated code) | |||
2020-06-03 | Init_Sigset() isn't a prototype without the void! | Marc Espie | |
obvious warning fix | |||
2020-06-03 | Add missing ieee80211_release_node() calls in cases where hardware | Jonathan Matthew | |
decryption failed. The node here is always ic_bss, for which the reference count isn't actually used (it's always freed when the interface detaches), so missing these calls wasn't really a problem. ok stsp@ | |||
2020-06-03 | Import regenerated moduli file. | Darren Tucker | |
2020-06-03 | let the random subsystem read the tsc for event "timestamps". | David Gwynne | |
2020-06-03 | Enable the record layer limits test and mark two finished test cases as | Theo Buehler | |
xfail for now. Arguably, the expected decode_error is more appropriate than the decrypt_error that we send at the moment. | |||
2020-06-02 | sync | Theo de Raadt | |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott | |
2020-06-02 | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | Nicholas Marriott | |
to put padding cells in as width 0. | |||
2020-06-02 | Don't leak authmsg. | tobhe | |
ok patrick@ | |||
2020-06-02 | disable debugging by default and only print unknown events when | Joshua Stein | |
debug is enabled | |||
2020-06-02 | Missing ; in previous. | Nicholas Marriott | |
2020-06-02 | Fire copy-pipe command even if there is no text, means it works if it | Nicholas Marriott | |
has side effects. | |||
2020-06-02 | UTF-8 keys need to be big endian so the size bits are at the top. | Nicholas Marriott | |
2020-06-02 | fix SEE ALSO; | Jason McIntyre | |
2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices | Joshua Stein | |
ok kettenis | |||
2020-06-02 | update currency exchange rates; | Jason McIntyre | |
2020-06-02 | remove useless redirections | Marc Espie | |
okay tb@, florian@ | |||
2020-06-02 | less convoluted Makefile, removes useless redirections | Marc Espie | |
okay tb@, florian@ | |||
2020-06-02 | Remove const modifier in return type of tls13_handshake_active_state() | Theo Buehler | |
which make no sense as pointed out by gcc on sparc64. ok jsing | |||
2020-06-02 | kill dead line | Marc Espie | |
okay millert@ | |||
2020-06-02 | use the right abstraction to abort jobs, also show debug info as this | Marc Espie | |
thing is tricky okay millert@ | |||
2020-06-02 | Fail rather than fatal on UTF-8 width 0. | Nicholas Marriott | |
2020-06-02 | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | Nicholas Marriott | |
mode %output blocks. | |||
2020-06-02 | Add support for hardware vlan tagging. Tag insertion here is actually | Jonathan Matthew | |
done by the driver, as it places the full L2 packet header inside the send queue entry, so it can insert the vlan tag there if required. ok dlg@ | |||
2020-06-02 | distracting whitespace | Theo Buehler | |
2020-06-02 | use correct node when enabling phy | Jonathan Gray | |
ok kettenis@ | |||
2020-06-02 | Add missing ieee80211_release_node() calls in cases where hardware | Jonathan Matthew | |
decryption failed. The node here is always ic_bss, for which the reference count isn't actually used (it's always freed when the interface detaches), so missing these calls wasn't really a problem. ok stsp@ | |||
2020-06-02 | When the set of ports in an aggr changes, set the aggr capabilities to | Jonathan Matthew | |
the intersection of the capabilities of the ports, allowing use of vlan and checksum offloads if supported by all ports. Since this works the same way as updating hardmtu, do them both at the same time. ok dlg@ |