Age | Commit message (Expand) | Author |
2017-07-16 | Start rewriting TLS extension handling. | Joel Sing |
2017-07-15 | Remove unused variable. | Joel Sing |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-07-10 | if there are no changes for kevent, pass in NULL instead. | Ted Unangst |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-10 | one more instance of the previous commit; also initialize ->offset to a | Otto Moerbeek |
2017-07-10 | replace Fifos with FIFOs. | David Gwynne |
2017-07-09 | use working boilerplate for yacc/lex instead of homemade rules. | Marc Espie |
2017-07-08 | update the little endian processor list to give it a chance of matching | Ted Unangst |
2017-07-07 | Only access offset if canaries are enabled *and* size > 0, otherwise offset | Otto Moerbeek |
2017-07-06 | Document tls_config_set_crl_file() and tls_config_set_crl_mem(). | Joel Sing |
2017-07-06 | Bump minor due to symbol addition. | Joel Sing |
2017-07-06 | Add support for providing CRLs to libtls - once a CRL is provided we | Joel Sing |
2017-07-06 | The 0x (or 0X) prefix in base 16 is optional so only skip over the | Todd C. Miller |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-07-06 | Add ULL suffix to 64 bit constants. This avoids compiler warnings | Alexander Bluhm |
2017-07-06 | Compile libexpat with -fvisibility=hidden. This restricts the | Alexander Bluhm |
2017-07-05 | RFC 6066 states that IP literals are not permitted in "HostName" for a | Joel Sing |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | void functions don't return 0 | Theo Buehler |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-07-04 | 1. mild deprecation notice | Ingo Schwarze |
2017-07-04 | Enable the use of futex(2) in librthread on mips64. | Visa Hankala |
2017-07-03 | Generate source and header files for regress on demand. | Alexander Bluhm |
2017-07-02 | repair the tree, make sure y.tab.h is there before compiling yacc files. | Marc Espie |
2017-06-30 | Add test suite source files for expat 2.2.1. | Alexander Bluhm |
2017-06-30 | AmigaOS and pre-X Mac OS support has been dropped in upstream | Alexander Bluhm |
2017-06-30 | Update libexpat to version 2.2.1 which has some security fixes. | Alexander Bluhm |
2017-06-29 | take const off the timeval argument in the pending functions. | David Gwynne |
2017-06-28 | .init stub creation doesn't need a jmp + .align to reach a branch target, | Theo de Raadt |
2017-06-22 | Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that | Joel Sing |
2017-06-22 | Fix incorrect indentation. | Joel Sing |
2017-06-22 | Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60. | Joel Sing |
2017-06-22 | Remove dead code that has remained hiding since ressl.c r1.14! | Joel Sing |
2017-06-22 | Use the standard `rv' idiom in tls_keypair_load_cert(), rather than | Joel Sing |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | Joel Sing |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-13 | no need for branding in .Nd line | Theo de Raadt |
2017-06-12 | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ | Todd C. Miller |
2017-06-11 | request -> promises; from scott cheloha | Jason McIntyre |
2017-06-11 | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. | Ingo Schwarze |
2017-06-10 | remove lots of bogus escaping, some of which even broke the output; | Ingo Schwarze |
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, | Ingo Schwarze |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-06-01 | Remove branch prediction hint from conditional branch instruction. | Christian Weisgerber |