Age | Commit message (Expand) | Author |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-08-01 | Use "volatile unsigned int" instead of _atomic_lock_t. The _atomic_lock_t | Mark Kettenis |
2017-08-01 | correct function name; | Jason McIntyre |
2017-07-30 | disable post fork checks for now, too much turbulence in the air | Ted Unangst |
2017-07-29 | not all the world is an i386. Back out breakage. | Theo de Raadt |
2017-07-29 | Use memory barriers to prevent pointer use before initialization. | Paul Irofti |
2017-07-29 | change if ((a == b)) to if (a == b); silences noisy on-by-default | Florian Obser |
2017-07-28 | Gcc3 does not have -fvisibility feature, so skip -fvisibility=hidden | Kenji Aoyama |
2017-07-27 | Use stdrup, to avoid clang whining about the length parameters being | Theo de Raadt |
2017-07-27 | bad things can (and will) happen if a threaded program calls fork() and | Ted Unangst |
2017-07-26 | Initialize "old" screen buffer lines before use; otherwise, they would | Ingo Schwarze |
2017-07-25 | as noted by Hanno Boeck, using the *check_private_key functions is | Sebastian Benoit |
2017-07-24 | Rewrite and move the last remnants of the ServerHello SNI handling into | Joel Sing |
2017-07-24 | Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS | Joel Sing |
2017-07-23 | Hook the TLS extension parsing framework into the serverhello parsing. | Joel Sing |
2017-07-22 | Favor err() over perror() in example. | anton |
2017-07-22 | zap trailing whitespace; | Jason McIntyre |
2017-07-22 | rework the page a bit, clarify a few things, maybe better wording | Ted Unangst |
2017-07-20 | Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing | Ted Unangst |
2017-07-20 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Alexander Bluhm |
2017-07-20 | Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte. | Alexander Bluhm |
2017-07-19 | Update libexpat to 2.2.2. Fixes NULL parser dereference. | Alexander Bluhm |
2017-07-19 | Check the return value of CBB_init_fixed(), since it can fail. | Joel Sing |
2017-07-18 | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. | Alexander Bluhm |
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 |