summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-13import NSD 4.3.3, ok florian@Stuart Henderson
2020-10-13typo in commentMartin Pieuchot
2020-10-13Set RGB flag if capabilities are present, GitHub issue 2418.Nicholas Marriott
2020-10-13Un-const what we pass to dirname(3).Martijn van Duren
2020-10-13move ifdef to make it clear we don't use __create_shmem()Jonathan Gray
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2020-10-13annoying whitespace gliches spotted during re-readTheo de Raadt
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-12annoying whitespaceTheo de Raadt
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt
2020-10-12Add support for the i.MX8M AHB clocks. These behave just like all thePatrick Wildt
2020-10-12OCOTP's parent clock is the IPG clock on i.MX8M.Patrick Wildt
2020-10-12Disable retguard for clang build.mortimer
2020-10-12update retguard listTheo de Raadt
2020-10-12Add RETGUARD implementation for powerpc and powerpc64.mortimer
2020-10-12Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-12Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-12avoid two overlong lines and drop an unused printf argumentTheo Buehler
2020-10-12Fix build of tmpfsVisa Hankala
2020-10-12drop references to the SSL protocol because support was removed long ago;Ingo Schwarze
2020-10-12List and describe the recommended methods first and relegate theIngo Schwarze
2020-10-12Use KASSERT() instead of if(x) panic() for NULL dereference checks.Martin Pieuchot
2020-10-12Zap unused family parameter from ssh_connect_direct()kn
2020-10-12Mention TP-LINK TL-NG421.Kevin Lo
2020-10-12Set the maximum frame size to RGE_JUMBO_FRAMELEN.Kevin Lo
2020-10-11UpdateHostkeys: check for keys under other namesDamien Miller
2020-10-11UpdateHostkeys: better CheckHostIP handlingDamien Miller
2020-10-11UpdateHostkeys: better detect manual host entriesDamien Miller
2020-10-11Don't skip file systems just because the parent fs is nodev and nosuid.Todd C. Miller
2020-10-11In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)Ingo Schwarze
2020-10-11Always allocate GOT header entries on powerpc.Mark Kettenis
2020-10-11SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALPhilip Guenther
2020-10-11Implement more of RFC 8630 and support more than one URI in the TAL file.Claudio Jeker
2020-10-11Introduce repo_filename() a function that converts a URI into the localClaudio Jeker
2020-10-11Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct".Martin Pieuchot
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-10-11Fix an assert conditioned on DTLS1_VERSION.Joel Sing
2020-10-11Handle absence of TLS certs while parsing the configTheo Buehler
2020-10-11Grow init_buf before stashing a handshake message for the legacy stack.Joel Sing
2020-10-11No longer need to cast away const in srtp_find_profile_by_name()Theo Buehler
2020-10-11Make profile_name const in srtp_find_profile_by_name()Theo Buehler
2020-10-11Update regress for method changes.Joel Sing
2020-10-11Condense and simplify TLS methods.Joel Sing
2020-10-11Unbreak regress following SRTP_PROTECTION_PROFILE const change.Joel Sing
2020-10-11Constipate srtp_known_profiles, pushing it into .data.rel.roPhilip Guenther
2020-10-11Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoPhilip Guenther
2020-10-10syncStuart Henderson
2020-10-10Returning a void expression is weird; ok kettenis@ daniel@Otto Moerbeek
2020-10-10Handle spurious interrupts.Mark Kettenis