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