Age | Commit message (Expand) | Author |
2017-04-14 | Add tests with the ipsec.conf SA bundle keyword. | Alexander Bluhm |
2017-04-14 | Up to now ipsecctl(8) grouped SAs with identical src and dst to the | Alexander Bluhm |
2017-04-14 | Use freezero(3) when cleaning up session tickets - not only does it require | Joel Sing |
2017-04-14 | Use freezero(3) to clean up the X25519 keys - simpler, cleaner code. | Joel Sing |
2017-04-14 | Use freezero(3) in the CBB clean up path, since this could hold sensitive | Joel Sing |
2017-04-14 | Switch i2d_SSL_SESSION() back to freezero(3) now that the size constraints | Joel Sing |
2017-04-14 | Clean up server key exchange EC point handling. Encode the point directly | Joel Sing |
2017-04-14 | Avoid some false positives with cppcheck. No binary change. | Alexander Bluhm |
2017-04-14 | whitespace | Theo de Raadt |
2017-04-14 | Define __dead and __pure even if __STRICT_ANSI__ for compilers that | Mark Kettenis |
2017-04-14 | correct path; from Klemens Nanni | Theo de Raadt |
2017-04-14 | SVM: calculate max ASID value and save for later use. This will be used in | Mike Larkin |
2017-04-14 | Update a man page example to reflect recent changes. | Mike Larkin |
2017-04-13 | A little bit more trivial cleanup. | Mark Kettenis |
2017-04-13 | Xr sigprocmask(2) not the obsolete sigsetmask(3) | Todd C. Miller |
2017-04-13 | Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng | Mark Kettenis |
2017-04-13 | Use recallocarray in getdelim/getline to clear memory on buffer resizes, | Bryan Steele |
2017-04-13 | allow clearing less than allocated and document freezero(3) better | Otto Moerbeek |
2017-04-13 | moving some code into a switch meant that break no longer stopped the loop. | Ted Unangst |
2017-04-13 | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, | Kenneth R Westerback |
2017-04-13 | multi-statement CHECK_RANGE() macro isn't safe for all placements, and | Theo de Raadt |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-04-13 | Add a NAT-T keepalive timer in case we are behind a NAT gateway. | Patrick Wildt |
2017-04-13 | regen | Philip Guenther |
2017-04-13 | Delete the getlogin59 syscall, which was last used one year, two releases, | Philip Guenther |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-12 | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! | Kenneth R Westerback |
2017-04-12 | One 'foo' per function is enough. Rename one to eliminate shadowing. | Kenneth R Westerback |
2017-04-12 | Add missing function prototypes. Mark kw_cmp() as static like all | Kenneth R Westerback |
2017-04-12 | The kernel has to slightly different version of SipHash_Final but with | Florian Obser |
2017-04-12 | Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0). | Theo Buehler |
2017-04-12 | SipHash_Final() was assuming the digest was 64-bit aligned, resulting in | Theo de Raadt |
2017-04-12 | New strstr() implementation from musl libc by Rich Felker. This | Todd C. Miller |
2017-04-12 | Prevent inosused from wrapping when soft updates is enabled while | Todd C. Miller |
2017-04-12 | isblank() is ANSI C since C99, no need to provide a replacement. | Todd C. Miller |
2017-04-12 | bluhm discovered "script < /dev/null" attempts tty operations in violation | Theo de Raadt |
2017-04-12 | Add comment what the test does. | Alexander Bluhm |
2017-04-12 | RTM_PROTO3 messages should not trigger a resolv.conf check. | Kenneth R Westerback |
2017-04-12 | The pledge sigkill test is an outdated copy of sigabrt. Remove the | Alexander Bluhm |
2017-04-12 | Shuffle another function. | Kenneth R Westerback |
2017-04-12 | Add comment how the test works. | Alexander Bluhm |
2017-04-12 | explicitly set the ownership on installed include files as well | Jonathan Gray |
2017-04-12 | Invoke install -d for each directory in the /usr/lib/clang hierarchy | Jonathan Gray |
2017-04-12 | Correct a format string | Philip Guenther |
2017-04-11 | - Mention LIBCXX, prompted by espie@. | Stuart Henderson |
2017-04-11 | - Mention LIBCXX, prompted by espie@. | Stuart Henderson |
2017-04-11 | Ensure that the version part of $_url_base is correctly removed by | Robert Peichaer |
2017-04-11 | sync | Theo de Raadt |
2017-04-11 | shorten introductory sentence and make deprecation clearer; | Ingo Schwarze |
2017-04-11 | Add SIOCATMARK to allow pledge("inet") programs to call sockatmark(3). | Alexander Bluhm |