Commits


tidy up the text in previous; ok yasuoka


Enclose IPv6 address in a square bracket if the address is used with the port number. ok florian tobhe


Don't crash if we can't read the temperature for a zone while polling it. ok dv@


Explicit TLS handshake with syslog client. Add a new TLS handshake callback for incoming connections. This will allow to inspect the client certificate later. For now only print a debug message and check it in regress. with and OK henning@


Modify IPCP to use {D,NB}NS servers from RADIUS. Also move the radius related functions from ppp.c to npppd_radius.c.


Exit with an error code when error or module die. CVS ----------------------------------------------------------------------


Set SO_REUSEADDR for the listening socket. This makes radiusd(8) can bind both on an interface address and a wildcard address.


openssh-9.8


when sending ObscureKeystrokeTiming chaff packets, we can't rely on channel_did_enqueue to tell that there is data to send. This flag indicates that the channels code enqueued a packet on _this_ ppoll() iteration, not that data was enqueued in _any_ ppoll() iteration in the timeslice. ok markus@


Call daemon(3) before parse_config() since parse_config() of radiusd(8) starts some sub processes and parent-child relationship with them must be kept. But we want to show config error on stderr, so keep stdio files open and close them after parse_config().


Remove unused secret field from struct radiusd_authentication


Don't receive decoration when not requested.


Show config error when -n


Add missing size check.


"secret" without quote can be used for key or value since it is treated specially now.


Tweak a white space.


Delete a garbage empty definition.


use "lcd" to change directory before "lls" rather then "cd", since the directory we're trying to list is local. Spotted by Corinna Vinschen


Remove history of the tms struct. It is tied to the function, and the manual incorrectly claimed it first appeared in 4BSD. ok deraadt@


correct history; first mention of /etc/rc in init manual pages was v4 ok deraadt@


correct history; dmesg appeared (without a manual page) in v7 ok deraadt@


we don't need the NOBYFOUR space-savings option anymore, that codepath was replaced a while ago. ok tb


delete dhclient(8). ipv4 dhcp leases have been acquired by the always-running-in-background dhcpleased(8) for a while, which is activated per-interface with "ifconfig $if autoconf', or "ifconfig $if inet autoconf", or with "inet autoconf" in /etc/hostname.$if dhclient(8) has done execve(3) of ifconfig(8) to handle this for a while, so everyone has moved to the dhcpleased(8) method ok florian


Clearify "force" and "preference" interaction. Problem reported by Kirill A. Korinsky OK kn


Remove lhash statistics. These are not exactly useful and we previously stopped exposing them. ok tb@