diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index f68663f71..33096a682 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,11 @@ +2003-09-23 Love Hörnquist Åstrand + + * cfx.c: - EC and RRC are big-endian, not little-endian - The + default is now to rotate regardless of GSS_C_DCE_STYLE. There are + no longer any references to GSS_C_DCE_STYLE. - rrc_rotate() + avoids allocating memory on the heap if rrc <= 256 From: Luke + Howard + 2003-09-22 Love Hörnquist Åstrand * cfx.[ch]: rrc_rotate() was untested and broken, fix it. diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index f68663f71..33096a682 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,11 @@ +2003-09-23 Love Hörnquist Åstrand + + * cfx.c: - EC and RRC are big-endian, not little-endian - The + default is now to rotate regardless of GSS_C_DCE_STYLE. There are + no longer any references to GSS_C_DCE_STYLE. - rrc_rotate() + avoids allocating memory on the heap if rrc <= 256 From: Luke + Howard + 2003-09-22 Love Hörnquist Åstrand * cfx.[ch]: rrc_rotate() was untested and broken, fix it.