]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 31 Oct 2023 22:02:15 +0000 (18:02 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 31 Oct 2023 22:02:15 +0000 (18:02 -0400)
doc/ChangeLog

index cbecee08e13f20871b0c4e48cb522065c213f3d3..8d69b38c35b399164aee184d6d32ddaabd9e34cf 100644 (file)
@@ -18,6 +18,8 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
          top of the "clients.conf" file for more information.
        * Add "time_since" xlat to calculate elapsed time in seconds, milliseconds
          and microseconds.
+       * radclient prints packets as hex when using -xxx
+       * document KRB5_CLIENT_KTNAME in the "env" section of radiusd.conf.
 
        Bug fixes
        * Fix corner case with empty defaults in rlm_files.  Fixes #5035
@@ -41,6 +43,8 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
          update Acct-Delay-Time with extreme values.
        * The detail module now has a "dates_as_integer" configuration item.
          See mods-available/detail for more information.
+       * Fix issue where Message-Authenticator was calculated incorrectly for
+         CoA / Disconnect ACK and NAK packets.
 
 FreeRADIUS 3.2.3 Fri 26 May 2023 12:00:00 EDT urgency=low
        Configuration changes