git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12913 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-23 10:08:43 +00:00
parent f5f69fb1ba
commit ff3a43e965
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2003-09-23 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <lukeh@padl.com>
2003-09-22 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.[ch]: rrc_rotate() was untested and broken, fix it.

View File

@@ -1,3 +1,11 @@
2003-09-23 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <lukeh@padl.com>
2003-09-22 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.[ch]: rrc_rotate() was untested and broken, fix it.