K 10 svn:author V 5 brian K 8 svn:date V 27 2005-02-03T10:49:18.000000Z K 7 svn:log V 1040 MFC: - Add ``enable/disable echo'' and don't do fall back to sending echo requests when lqr fails by default (PR 74821) - Add radius_Flush() and call it before trying to send RAD_STOP messages - Update the slcompress.[ch] copyright - Fix some signed/unsigned types and add a const or two - Remove various unused arguments - Add __unused where appropriate - Send both NAS-IP-Address and NAS-Identifier but make them configurable - Fix a reference-after-free error when deleting datalink chains - Fix an offset error when emitting the content of packets - Add comments to explain why we use strlen() - Optimise out two socket() calls - Use MAX_FSM_OPT_LEN instead of 24 - Check some returns from malloc and fix some alignment issues (PRs 59995 & 71592) - Pad static structures out with explicit NULLs - #define NOALIAS -> NONAT - Document ${var} and ~ and fix a SEE ALSO xref - Bump to version 3.4.2 (from 3.2) Hopefully this also fixes PR 38058. END