summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-01Enclose IPv6 address in a square bracket if the address is used withYASUOKA Masahiko
2024-07-01Don't crash if we can't read the temperature for a zone while polling it.Mark Kettenis
2024-07-01Explicit TLS handshake with syslog client.Alexander Bluhm
2024-07-01Modify IPCP to use {D,NB}NS servers from RADIUS. Also move theYASUOKA Masahiko
2024-07-01Exit with an error code when error or module die.YASUOKA Masahiko
2024-07-01Set SO_REUSEADDR for the listening socket. This makes radiusd(8)YASUOKA Masahiko
2024-07-01openssh-9.8Damien Miller
2024-07-01when sending ObscureKeystrokeTiming chaff packets, we can'tDamien Miller
2024-07-01Call daemon(3) before parse_config() since parse_config() of radiusd(8)YASUOKA Masahiko
2024-07-01Remove unused secret field from struct radiusd_authenticationYASUOKA Masahiko
2024-07-01Don't receive decoration when not requested.YASUOKA Masahiko
2024-07-01Show config error when -nYASUOKA Masahiko
2024-07-01Add missing size check.YASUOKA Masahiko
2024-07-01"secret" without quote can be used for key or value since it is treatedYASUOKA Masahiko
2024-07-01Tweak a white space.YASUOKA Masahiko
2024-07-01Delete a garbage empty definition.YASUOKA Masahiko
2024-07-01use "lcd" to change directory before "lls" rather then "cd", sinceDamien Miller
2024-07-01Remove history of the tms struct. It is tied to the function,Jonathan Gray
2024-06-30correct history; first mention of /etc/rc in init manual pages was v4Jonathan Gray
2024-06-30correct history; dmesg appeared (without a manual page) in v7Jonathan Gray
2024-06-30we don't need the NOBYFOUR space-savings option anymore, that codepathTheo de Raadt
2024-06-30delete dhclient(8). ipv4 dhcp leases have been acquired by theTheo de Raadt
2024-06-30Clearify "force" and "preference" interaction.Florian Obser
2024-06-30Remove lhash statistics.Joel Sing
2024-06-30Use howmany() to calculate how many prpl entries are needed to describe aKenneth R Westerback
2024-06-30Add support for the Realtek RTL8126 chip to the rge(4) driver.Kevin Lo
2024-06-30regenKevin Lo
2024-06-30Add Realtek RTL8126.Kevin Lo
2024-06-30sync with baseTheo Buehler
2024-06-30cast string literals with z_const char *Theo Buehler
2024-06-30Z_HUFFMAN -> Z_HUFFMAN_ONLY + linewrapping churn in a commentTheo Buehler
2024-06-30remove struct acpi_parsestate, unused since dsdt.c rev 1.16Jonathan Gray
2024-06-29remove defines for acpi ioctls, unused since acpi.c rev 1.59Jonathan Gray
2024-06-29remove struct acpi_dev_rank, unused since acpi.c rev 1.144Jonathan Gray
2024-06-29Disable the shared cache between resolvers for now.Florian Obser
2024-06-29Z_HUFFMAN -> Z_HUFFMAN_ONLYTheo Buehler
2024-06-29remove unused varsJonathan Gray
2024-06-29Fix typos in previous.YASUOKA Masahiko
2024-06-29remove unused varsJonathan Gray
2024-06-29remove unused varJonathan Gray
2024-06-29fix typoTheo Buehler
2024-06-29Add variables for RFC 5176 Error Cause.YASUOKA Masahiko
2024-06-29Add variables for DAE for RADIUS (RFC 5176).YASUOKA Masahiko
2024-06-28Link regress unp-write-closed to build.Alexander Bluhm
2024-06-28Restore original EPIPE and ENOTCONN errors priority in the uipc_send()Vitaliy Makkoveev
2024-06-28Test writing to socket pair closed by the other side. This mustAlexander Bluhm
2024-06-28Add more regress coverage for SSL_select_next_proto()Theo Buehler
2024-06-28The ALPN callback should really ignore the out parameter if there'sTheo Buehler
2024-06-28Cleanup control queue checks in vio(4).Jan Klemkow
2024-06-28Fix SSL_select_next_proto()Theo Buehler